Last version for FiveM/RedM Mono V1
This is gonna be the last version for Mono V1 in Fivem/RedM
- MsgPack library used in FiveM right now for mono v1 is too old to be worked on, and also doesn't let us update to newer versions as the internal libraries are always 1st priority in dependency loading for resources so adding newer version of msgpack would end up in errors for the old msgpack included in FiveM.
- Native compatibility with Vectors, Quaternions, Snowflake and Dictionaries has been added so via custom Resolvers so that even when used as class properties those objects will be correctly serialized/deserialized.
Many of the features of this library has been extracted and added to Mono V2 for native compatibility with custom classes serialization / deserialization in events so while waiting for mono V2 (@thorium-cfx hurry up!!) you can enjoy this library!
What's Changed
- feat(client): add redm support by @Local9 in #6
- feat(nuget): update projects to be deployed for nuget by @Local9 in #8
- build(nuget): bumped pack versions by @Local9 in #9
- README: Add missing [FromSource] by @Local9 in #10
- tweak: add init example by @Local9 in #11
- chore: version update to match releases by @Local9 in #12
- chore: bump version by @Local9 in #14
- Fixed an error when trying to turn off debug mode with a string by @QuadrupleTurbo in #15
- Updated serialization by @manups4e in #16 (Most important update!!)
New Contributors
- @QuadrupleTurbo made their first contribution in #15
Full Changelog: 2.2...2.5