Skip to content

Releases: JustGodWork/lib

1.1.3

Choose a tag to compare

@JustGodWork JustGodWork released this 21 Sep 14:46

Full Changelog: 1.1.2...1.1.3

Removed all trace of discord integration and mongodb to be nodejs free.
Fixed a bug with Menu.Closable not working as intended.

1.1.2

Choose a tag to compare

@JustGodWork JustGodWork released this 23 Mar 14:56

Full Changelog: 1.1.1...1.1.2

This version disables all discord-related code, as the NodeJS version of FiveM is no longer compatible.
In future, I'll be setting up an API-to-API system for Discord.

Lib v1.1.1

Choose a tag to compare

@JustGodWork JustGodWork released this 22 Oct 17:51

Full Changelog: 1.1.0...1.1.1

Many improvement such has discord lua integration, class system etc...

Biggest changes from 1.1.0 to 1.1.1 -> 607cfec @JustGodWork

If you plane to use discord or mongodb and you are unable to install node_modules correctly, you can found a working node_modules archive below. (I don't understand the problem)

If you dont want to use integrated Mongo Database set convars like this:

set justgod_lib_database_url "N/A"
set justgod_lib_database_name "N/A"

Lib v1.1.0

Choose a tag to compare

@JustGodWork JustGodWork released this 29 Jul 16:48

Full Changelog: 1.0.0...1.1.0

feat(lib.database): 2ffa654 @JustGodWork
fix(lib.entity.get_coords returning bad vector type): e01e958 @JustGodWork

If you dont want to use integrated Mongo Database set convars like this:

set justgod_lib_database_url "N/A"
set justgod_lib_database_name "N/A"

Lib v1.0.0

Choose a tag to compare

@JustGodWork JustGodWork released this 28 Jul 21:28
update:(version checker)