Releases: redbox-mint/sails-hook-redbox-storage-mongo
Releases · redbox-mint/sails-hook-redbox-storage-mongo
v1.4.9
v1.4.6
What's Changed
- Add secondary sort to getRecords method by @alejandro-bulgaris-qcif in #8
- Add storage indexes by @alejandro-bulgaris-qcif in #9
Full Changelog: v1.4.5...v1.4.6
v1.4.5
v1.4.4
What's Changed
- Enhanced soft delete functionality by @andrewbrazzatti in #6
Full Changelog: v1.4.3...v1.4.4
v1.4.3
What's Changed
- Initial support for soft delete by @andrewbrazzatti in #5
Full Changelog: v1.4.2...v1.4.3
v1.4.2
What's Changed
- Fix: Format of export response JSON invalid by @andrewbrazzatti in #4
Full Changelog: v1.4.1...v1.4.2
v1.4.1
Full Changelog: v1.4.0...v1.4.1
v1.4.0
Upgrade of the mongodb driver to version 6
v1.3.1
Lodash dependency update
Full Changelog: v1.2.2...v1.3.1
Version v1.3.0
- Implement a filter mode option that can be passed in as parameter in the getRecords method. The filter mode option defaults to "regex" if not set and the alternative option is "equal" that are the only two implemented options
- Fix minor bug in relation to the regex filter mode in the getRecords method and add extra logging for regex filter mode option