Releases: chenmingyong0423/go-mongox
Releases · chenmingyong0423/go-mongox
v0.18.0
feat(build/aggregation/stage): implements the lookup method for build the $lookup stage
v0.17.0
refactor(bsonx): reconstructed D and A function
v0.16.0
refactor(aggregation/subtract): overhaul parameter handling and logic for clarity
v0.15.0
feat(validator): implements validation hook
v0.14.0
refactor(callback):
- rename Register to RegisterPlugin, rename Remove to RemovePlugin
- add test cases for RegisterPlugin and RemovePlugin
v0.13.5
fix(updater): Fixed an issue where Updater's Upsert method did not save data successfully
v0.13.4
fixed(hook): Fixed an issue where DefaultCreatedAt value for Model was not set success
fully
v0.13.3
fixed an issue where the model AfterUpsert hook did not take effect
v0.13.0
- hook: Rename TimeStamperHook to DefaultModelHook and Add DefaultId method, support afterInsert and afterUpsert model hook
- updater: improve test
- creator: optimization
v0.12.0
add partial hook:
- finder: add partial hook
- creator: add partial hook
- updater: add partial hook
- deleter: add partial hook