This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
Releases: cufyorg/moonkit
Releases · cufyorg/moonkit
Beta 2.0.0 0
2.0.0-beta.1 doc: Updated README
Beta 1.2.0 1
1.2.0-beta.1 build: Updated version
Beta 1.2.0 0
1.2.0-beta.0 build: Updated version
Beta 1.1.0 4
- Fix naming collision bug
Beta 1.1.0 3
- A naming collision bug fix
Beta 1.1.0 2
- Added more schema scope options
Beta 1.1.0 1
- added more primitive schemas
Beta 1.1.0 0
Utilities
- added more utility extensions
- added more customization utility
- added more bson utility
- added more model utility
1.0.0
Beta 1.0.0 2
fix: Standard object functions on class 'Id' Addressing Issue #1 Description: The class Id does not implement the following functions - toString - hashCode - equals Fix: Changed class 'Id' into a data class with custom 'toString' implementation