Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Releases: cufyorg/moonkit

Beta 2.0.0 11 - Monop Enhancements

09 May 11:03

Choose a tag to compare

Beta 2.0.0 10 - Minor enhancements

08 May 13:55

Choose a tag to compare

Beta 2.0.0 9 - Independence - Partial Codec - Two Stage Operations

07 Apr 02:24

Choose a tag to compare

Bson Module

  • Independent Bson Implementation ( #6 )

Coroutine Module

  • Suspend only collection, database and client functions ( #6 #5 )
  • Options as data classes ( #6 )
  • The Monkt prefix was replaced with Mongo
  • 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

07 Apr 01:19

Choose a tag to compare

Bson Module

  • Independent Bson Implementation

Coroutine Module

  • Suspend only collection, database and client functions
  • Options as data classes
  • The Monkt prefix was replaced with Mongo
  • 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

17 Mar 06:44

Choose a tag to compare

feat(coroutines): Changed Wrappers to be interfaces

The following are now interfaces:
- `MonktClient`
- `MonktCollection`
- `MonktDatabase`

Added utility function `createMonktClient(...)`

Beta 2.0.0 6

05 Mar 04:47

Choose a tag to compare

  • bulk aggregation
  • bug fixes
  • better module organization

Beta 2.0.0 5

23 Jan 18:10

Choose a tag to compare

Beta 2.0.0 5 Pre-release
Pre-release
2.0.0-beta.5

test: Updated tests

Beta 2.0.0 4

17 Jan 08:46

Choose a tag to compare

Beta 2.0.0 4 Pre-release
Pre-release
2.0.0-beta.4

refactor: differed getters naming scheme

Beta 2.0.0 3

12 Jan 00:18

Choose a tag to compare

Beta 2.0.0 3 Pre-release
Pre-release
2.0.0-beta.3

feat: added `exists` option signal

Beta 2.0.0 2

09 Jan 17:02

Choose a tag to compare

Beta 2.0.0 2 Pre-release
Pre-release
2.0.0-beta.2

fix: Jitpack fix