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

Releases: cufyorg/moonkit

Beta 2.0.0 0

26 Dec 13:40
Compare
Choose a tag to compare
Beta 2.0.0 0 Pre-release
Pre-release
2.0.0-beta.1

doc: Updated README

Beta 1.2.0 1

24 Nov 13:36
Compare
Choose a tag to compare
Beta 1.2.0 1 Pre-release
Pre-release
1.2.0-beta.1

build: Updated version

Beta 1.2.0 0

22 Nov 13:03
Compare
Choose a tag to compare
Beta 1.2.0 0 Pre-release
Pre-release
1.2.0-beta.0

build: Updated version

Beta 1.1.0 4

28 Oct 15:11
Compare
Choose a tag to compare
Beta 1.1.0 4 Pre-release
Pre-release
  • Fix naming collision bug

Beta 1.1.0 3

28 Oct 15:05
Compare
Choose a tag to compare
Beta 1.1.0 3 Pre-release
Pre-release
  • A naming collision bug fix

Beta 1.1.0 2

28 Oct 15:00
Compare
Choose a tag to compare
Beta 1.1.0 2 Pre-release
Pre-release
  • Added more schema scope options

Beta 1.1.0 1

07 Aug 12:08
Compare
Choose a tag to compare
Beta 1.1.0 1 Pre-release
Pre-release
  • added more primitive schemas

Beta 1.1.0 0

28 Jul 20:57
Compare
Choose a tag to compare
Beta 1.1.0 0 Pre-release
Pre-release

Utilities

  • added more utility extensions
  • added more customization utility
  • added more bson utility
  • added more model utility

1.0.0

11 Jul 20:23
Compare
Choose a tag to compare
build: Updated version

Beta 1.0.0 2

05 Jul 22:31
Compare
Choose a tag to compare
Beta 1.0.0 2 Pre-release
Pre-release
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