All Versions
144
Latest Version
Avg Release Cycle
20 days
Latest Release
3056 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v7.0.0-alpha.12 Changes
tag: v7.0.0-alpha.12
npm install iridium@7.0.0-alpha.12๐ Changes
-
v7.0.0-alpha.11 Changes
tag: v7.0.0-alpha.11
npm install iridium@7.0.0-alpha.11๐ Changes
-
v7.0.0-alpha.10 Changes
tag: v7.0.0-alpha.10
npm install iridium@7.0.0-alpha.10๐ Changes
-
v6.6.0 Changes
tag: v6.6.0
npm install iridium@6.6.0๐ Changes
- 3baaab5 Version 6.6.0
- d497c73 doc: Replace CodeClimate with BitHound
- 4cc79d2 style: And more linter warning fixes
- 0272ebe style: More lint style fixes
- ea5d47b style: Fix example linting issues
- 4737e70 style: Fix various other linting style issues
- 22eb682 style: Linting style fixes for various tests
- b75793b style: Remove old README file
- 649a677 ci: Don't have bithound analyze the dist folder
- 03897a9 ci: Add bithound configuration file
- 89c7b79 fix: Correct a piece of code broken by linting style fixes
- e13acfd style: Various lint style fixes
- cb2426c refactor: Various linter warning fixes
- 702976a refactor: Eschew var for let wherever possible
- 98d99e9 tweak: Have jshint ignore the typings folder
- deb4580 tweak: Recompile using TS1.8
- 5a214fd fix: Address a breakage in the last refactor
- 7e53f75 maintainance: Update various dependencies
- c3b842a refactor: Improve maintainability of Omnom
- 24d5b09 Updated CHANGELOG
-
v6.5.3 Changes
tag: v6.5.3
npm install iridium@6.5.3๐ Changes
- 6ad5fc7 Version 6.5.3
- 0916ab6 fix: Compile document clone fix
- 32a43aa ci: Fix uploading test coverage to code climate
- 549514f ci: Fix installation of MongoDB
- 8b00699 ci: Fix starting of MongoDB server
- 46c3a84 ci: Fix CI build
- 58affd5 Merge remote-tracking branch 'refs/remotes/origin/release'
- cd18c4a ci: Transition to Travis CI container infrastructure
- 30cc850 fix: Use correct clone method
- 309f2d0 Merge branch 'master' into release
- d1ff2f2 Updated documentation
- 6f23b1c Updated CHANGELOG
-
v6.5.2 Changes
tag: v6.5.2
npm install iridium@6.5.2๐ Changes
- 7337fef Version 6.5.2
- 20141da fix: Update Lodash library type definition
- 8d3e311 fix: Update various libraries to their latest versions
- b8be5ec Merge branch 'master' into release
- d426f7f fix: Don't include ntvs analysis file in npm package
- cfe56e7 Revert "ci: Disable automated npm deployments while Travis is broken"
- e3b007c ci: Disable automated npm deployments while Travis is broken
- 06d4d88 Updated documentation
- 88e3747 Updated CHANGELOG
-
v6.5.0 Changes
tag: v6.5.0
npm install iridium@6.5.0๐ Changes
- dcfd08b Version 6.5.0
- a4a5caa doc: Added README content for the validation and transform layers
- f83905b doc: Added documentation explaining how to use @Transform on a class
- 89f52ab feat: Allow @Transform to be applied to a document
- a18a706 build: Compile new JS files
- 15bb03d test: Add tests to ensure that $document transforms work as expected
- 47ac927 fix: Correctly apply $document.toDB to saved instances
- eeb6650 fix: Correctly convert new documents for the database
- 011d48c refactor: Switch to using an options object for transform calls
- 29a630a revert: Switch back to type-less Transforms as it would otherwise be a breaking change
- 67872f2 feat: Add BSON interfaces to help enhance type safety of low level code
- 399babc test: Fix a badly written test fixture
- b3b7eaf fix: Improve validation errors for ObjectID validator
- 8db6a98 feat: Add $document special transform
- 0c3cb73 style: Remove promise binding which is not needed with lambda functions
- 8270e79 feat: Expose property name and model for transform functions
- 8dc9a32 test: Fix various unhandled rejections when the database server is unavailable for testing
- c0bf6e5 Merge branch 'master' into release
- ea7d614 Updated documentation
- cf6e586 Updated CHANGELOG