Skip to content

Releases: chenmingyong0423/go-mongox

v0.18.0

06 Apr 12:09
82a7d52

Choose a tag to compare

feat(build/aggregation/stage): implements the lookup method for build the $lookup stage

v0.17.0

05 Apr 23:00
4abfe12

Choose a tag to compare

refactor(bsonx): reconstructed D and A function

v0.16.0

05 Apr 15:34
19ea5e0

Choose a tag to compare

refactor(aggregation/subtract): overhaul parameter handling and logic for clarity

v0.15.0

31 Mar 09:34
fad4435

Choose a tag to compare

feat(validator): implements validation hook

v0.14.0

14 Mar 06:19
1328bdf

Choose a tag to compare

refactor(callback):

  • rename Register to RegisterPlugin, rename Remove to RemovePlugin
  • add test cases for RegisterPlugin and RemovePlugin

v0.13.5

13 Mar 09:25
4173f7c

Choose a tag to compare

fix(updater): Fixed an issue where Updater's Upsert method did not save data successfully

v0.13.4

13 Mar 08:40
86e6a33

Choose a tag to compare

fixed(hook): Fixed an issue where DefaultCreatedAt value for Model was not set success
fully

v0.13.3

08 Mar 09:37
79ae991

Choose a tag to compare

fixed an issue where the model AfterUpsert hook did not take effect

v0.13.0

07 Mar 10:11
d1424a0

Choose a tag to compare

  • hook: Rename TimeStamperHook to DefaultModelHook and Add DefaultId method, support afterInsert and afterUpsert model hook
  • updater: improve test
  • creator: optimization

v0.12.0

24 Feb 02:16
c974dfa

Choose a tag to compare

add partial hook:

  • finder: add partial hook
  • creator: add partial hook
  • updater: add partial hook
  • deleter: add partial hook