This repository was archived by the owner on Oct 15, 2024. It is now read-only.
Releases: cufyorg/moonkit
Releases · cufyorg/moonkit
Beta 2.0.0 11 - Monop Enhancements
Full Changelog: 2.0.0-beta.10...2.0.0-beta.11
Beta 2.0.0 10 - Minor enhancements
Full Changelog: 2.0.0-beta.9...2.0.0-beta.10
Beta 2.0.0 9 - Independence - Partial Codec - Two Stage Operations
Bson Module
- Independent Bson Implementation ( #6 )
Coroutine Module
- Suspend only collection, database and client functions ( #6 #5 )
- Options as data classes ( #6 )
- The
Monktprefix was replaced withMongo - The package of the coroutine module is now
org.cufy.mongodb
New modules
- Partial Encoding and Decoding module (org.cufy.codec) ( #5 #7 )
- Non-centralized operation factories module (org.cufy.monop) ( #5 #7 )
Full Changelog: 2.0.0-beta.7...2.0.0-beta.8
2.0.0-beta.8
Bson Module
- Independent Bson Implementation
Coroutine Module
- Suspend only collection, database and client functions
- Options as data classes
- The
Monktprefix was replaced withMongo - The package of the coroutine module is now
org.cufy.mongodb
New modules
- Partial Encoding and Decoding module (org.cufy.codec)
- Non-centralized operation factories module (org.cufy.monop)
Full Changelog: 2.0.0-beta.7...2.0.0-beta.8
Beta 2.0.0 7
feat(coroutines): Changed Wrappers to be interfaces The following are now interfaces: - `MonktClient` - `MonktCollection` - `MonktDatabase` Added utility function `createMonktClient(...)`
Beta 2.0.0 6
- bulk aggregation
- bug fixes
- better module organization
Beta 2.0.0 5
2.0.0-beta.5 test: Updated tests
Beta 2.0.0 4
2.0.0-beta.4 refactor: differed getters naming scheme
Beta 2.0.0 3
2.0.0-beta.3 feat: added `exists` option signal
Beta 2.0.0 2
2.0.0-beta.2 fix: Jitpack fix