Releases: mainnika/mongox-go-driver
Releases · mainnika/mongox-go-driver
v2 beta.10
beta
- the new OnCreate callback
- breaking: stream loader now use provided interface to unmarshal data
v2 beta.9
beta
- new database function -- UpdateOne
- fix consistency about callback order and callback err handling
- allow to combine query filter purposes, e.g. user can provide the single filter to provide sort&limit functions at once
- query filters can now be validated using Validator interface
- refactoring & bugfixes
- breaking: query.Preloader has different signature
v2 beta.8
beta
- improve callback related code style,
- improve callback support (count, save, delete),
- implement OnClose callback,
- pass composed query to a callback context,
- remove custom
utils
in favour of reflect2 package, - add custom filters for the array deleting and for the saving,