Iridium icon indicating copy to clipboard operation
Iridium copied to clipboard

A high performance MongoDB ORM for Node.js

Results 42 Iridium issues
Sort by recently updated
recently updated
newest added

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.1.5 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.7.0 to 9.18.5. Release notes Sourced from highlight.js's releases. 10.3.2 - Oops, "Javascript". Tiny tiny release, just to fix the website incorrectly not listing Javascript in the...

dependencies

Bumps [is-my-json-valid](https://github.com/mafintosh/is-my-json-valid) from 2.15.0 to 2.20.5. Commits 441f812 2.20.5 d36a1b1 Merge pull request #182 from ChALkeR/chalker/fix-comma b6ea484 Fix uri prefix detection 5389c5b Merge pull request #181 from ChALkeR/chalker/fix-undef df5b313 add...

dependencies

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 2.2.36 to 3.1.13. Commits c6f417e chore(release): 3.1.13 210c71d fix(db_ops): ensure we async resolve errors in createCollection 5ad9fa9 fix(changeStream): properly handle changeStream event mid-close (#1902) e806be4 fix(bulk): honor...

dependencies

Working with `[email protected]` on `v8.11.3` and `5.6.0` I want to make an unique index of a collection with `@Index` decorator. But it seems not working, when I inserted the same...

Working with `[email protected]` on `[email protected]` and `[email protected]`. Four things here: 1) The built-in `Date` validator won't accept a valid date string. Is that intentional? 2) `Model.save` doesn't execute transforms. Is...

I was looking at the Plugins sub-framework and was hoping to find documentation on when each of the plugin methods are executed. http://sierrasoftworks.github.io/Iridium/interfaces/plugin.html I see that there is newInstance and...

question
docs

Although the code itself is relatively straightforward, there is a lot of stuff going on in Model. Much of the helpers and handlers have been refactored into their own files,...

enhancement