Skip to content

Releases: redbox-mint/sails-hook-redbox-storage-mongo

v1.4.9

22 Jan 03:16
570ba4e
Compare
Choose a tag to compare

What's Changed

  • unset record 'id' so mongodb doesn't try to use is as an objectid by @cofiem in #11

New Contributors

Full Changelog: v1.4.8...v1.4.9

v1.4.6

27 Oct 23:26
98de108
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.5...v1.4.6

v1.4.5

13 Mar 01:32
c8df161
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.4...v1.4.5

v1.4.4

20 Feb 02:45
e870c63
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.3...v1.4.4

v1.4.3

13 Feb 06:20
cfdd391
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.2...v1.4.3

v1.4.2

06 Feb 00:44
de3debe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.4.2

v1.4.1

15 Jan 00:14
b2ceb2a
Compare
Choose a tag to compare

Full Changelog: v1.4.0...v1.4.1

v1.4.0

31 Oct 05:24
Compare
Choose a tag to compare

Upgrade of the mongodb driver to version 6

v1.3.1

20 Jul 23:06
Compare
Choose a tag to compare

Lodash dependency update

Full Changelog: v1.2.2...v1.3.1

Version v1.3.0

14 Mar 04:28
Compare
Choose a tag to compare
  • 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