Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Feb 22, 2016
1 parent 6ad5fc7 commit 24d5b09
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
## [Working Changes](https://github.com/sierrasoftworks/iridium)
- [6ad5fc7](https://github.com/sierrasoftworks/iridium/commit/6ad5fc7) Version 6.5.3
- [0916ab6](https://github.com/sierrasoftworks/iridium/commit/0916ab6) (origin/master, origin/HEAD) fix: Compile document clone fix
- [32a43aa](https://github.com/sierrasoftworks/iridium/commit/32a43aa) ci: Fix uploading test coverage to code climate
- [549514f](https://github.com/sierrasoftworks/iridium/commit/549514f) ci: Fix installation of MongoDB
- [8b00699](https://github.com/sierrasoftworks/iridium/commit/8b00699) ci: Fix starting of MongoDB server
- [46c3a84](https://github.com/sierrasoftworks/iridium/commit/46c3a84) ci: Fix CI build
- [58affd5](https://github.com/sierrasoftworks/iridium/commit/58affd5) Merge remote-tracking branch 'refs/remotes/origin/release'
- [cd18c4a](https://github.com/sierrasoftworks/iridium/commit/cd18c4a) (origin/release, release) ci: Transition to Travis CI container infrastructure
- [30cc850](https://github.com/sierrasoftworks/iridium/commit/30cc850) fix: Use correct clone method
- [309f2d0](https://github.com/sierrasoftworks/iridium/commit/309f2d0) Merge branch 'master' into release
- [d1ff2f2](https://github.com/sierrasoftworks/iridium/commit/d1ff2f2) Updated documentation
- [6f23b1c](https://github.com/sierrasoftworks/iridium/commit/6f23b1c) Updated CHANGELOG

## [v6.5.2](https://github.com/sierrasoftworks/iridium/tree/v6.5.2)
- [7337fef](https://github.com/sierrasoftworks/iridium/commit/7337fef) Version 6.5.2
- [20141da](https://github.com/sierrasoftworks/iridium/commit/20141da) fix: Update Lodash library type definition
- [8d3e311](https://github.com/sierrasoftworks/iridium/commit/8d3e311) fix: Update various libraries to their latest versions
- [d426f7f](https://github.com/sierrasoftworks/iridium/commit/d426f7f) (origin/master, origin/HEAD, feat/typescript17) fix: Don't include ntvs analysis file in npm package
- [b8be5ec](https://github.com/sierrasoftworks/iridium/commit/b8be5ec) Merge branch 'master' into release
- [d426f7f](https://github.com/sierrasoftworks/iridium/commit/d426f7f) (feat/typescript17) fix: Don't include ntvs analysis file in npm package
- [cfe56e7](https://github.com/sierrasoftworks/iridium/commit/cfe56e7) Revert "ci: Disable automated npm deployments while Travis is broken"
- [e3b007c](https://github.com/sierrasoftworks/iridium/commit/e3b007c) ci: Disable automated npm deployments while Travis is broken
- [06d4d88](https://github.com/sierrasoftworks/iridium/commit/06d4d88) Updated documentation
Expand Down Expand Up @@ -33,6 +48,7 @@
- [0c3cb73](https://github.com/sierrasoftworks/iridium/commit/0c3cb73) style: Remove promise binding which is not needed with lambda functions
- [8270e79](https://github.com/sierrasoftworks/iridium/commit/8270e79) feat: Expose property name and model for transform functions
- [8dc9a32](https://github.com/sierrasoftworks/iridium/commit/8dc9a32) test: Fix various unhandled rejections when the database server is unavailable for testing
- [c0bf6e5](https://github.com/sierrasoftworks/iridium/commit/c0bf6e5) Merge branch 'master' into release
- [ea7d614](https://github.com/sierrasoftworks/iridium/commit/ea7d614) Updated documentation
- [cf6e586](https://github.com/sierrasoftworks/iridium/commit/cf6e586) Updated CHANGELOG

Expand All @@ -44,6 +60,7 @@
- [3ced29a](https://github.com/sierrasoftworks/iridium/commit/3ced29a) tweak: Adjust error message to be more explicit about what can pass
- [7b12722](https://github.com/sierrasoftworks/iridium/commit/7b12722) tweak: Improved error messages when a binary object fails validation
- [a10dbd4](https://github.com/sierrasoftworks/iridium/commit/a10dbd4) test: Added a number of additional tests for the new binary type
- [c122bae](https://github.com/sierrasoftworks/iridium/commit/c122bae) Merge branch 'master' into release
- [ec0890a](https://github.com/sierrasoftworks/iridium/commit/ec0890a) Updated documentation
- [a76f656](https://github.com/sierrasoftworks/iridium/commit/a76f656) Updated CHANGELOG

Expand All @@ -53,6 +70,7 @@
- [c857951](https://github.com/sierrasoftworks/iridium/commit/c857951) feat: Add a Binary property decorator for use with binary data properties in Buffer format
- [b182464](https://github.com/sierrasoftworks/iridium/commit/b182464) refactor: Move default transforms into their own file
- [bf895e5](https://github.com/sierrasoftworks/iridium/commit/bf895e5) refactor: Move default validators into their own file
- [255b39c](https://github.com/sierrasoftworks/iridium/commit/255b39c) Merge branch 'master' into release
- [1b481fa](https://github.com/sierrasoftworks/iridium/commit/1b481fa) Updated documentation
- [84aba6a](https://github.com/sierrasoftworks/iridium/commit/84aba6a) Updated CHANGELOG

Expand Down

0 comments on commit 24d5b09

Please sign in to comment.