From 70337bfa5f5465efc76d7348e8c2025af62d7732 Mon Sep 17 00:00:00 2001 From: Benjamin Pannell Date: Mon, 29 Jun 2015 07:14:40 +0200 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 669d0d9..b537e3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ - + ## [Working Changes](https://github.com/sierrasoftworks/iridium) +- [3c25d1c](https://github.com/sierrasoftworks/iridium/commit/3c25d1c) Version 5.7.0 +- [ca5b130](https://github.com/sierrasoftworks/iridium/commit/ca5b130) Merge remote-tracking branch 'origin/release' into release +- [709d145](https://github.com/sierrasoftworks/iridium/commit/709d145) (origin/release) Removed old changelog +- [453b6d1](https://github.com/sierrasoftworks/iridium/commit/453b6d1) Updated CHANGELOG + +## [v5.6.3](https://github.com/sierrasoftworks/iridium/tree/v5.6.3) - [9a30b5c](https://github.com/sierrasoftworks/iridium/commit/9a30b5c) Version 5.6.3 - [e1825cb](https://github.com/sierrasoftworks/iridium/commit/e1825cb) Fix changelog commit step @@ -14,7 +20,23 @@ ## [v5.5.5](https://github.com/sierrasoftworks/iridium/tree/5.5.5) - [0a71f20](https://github.com/sierrasoftworks/iridium/commit/0a71f20) Version 5.5.5 - [6de8a3f](https://github.com/sierrasoftworks/iridium/commit/6de8a3f) Merge branch 'master' into release -- [a98752e](https://github.com/sierrasoftworks/iridium/commit/a98752e) (origin/master, master) Automatically prep _references.d.ts during publish (Fixes [#11](https://github.com/sierrasoftworks/iridium/issues/11)) +- [a98752e](https://github.com/sierrasoftworks/iridium/commit/a98752e) (origin/master, origin/HEAD) Automatically prep _references.d.ts during publish (Fixes [#11](https://github.com/sierrasoftworks/iridium/issues/11)) + +## [v5.6.0](https://github.com/sierrasoftworks/iridium/tree/5.6.0) +- [95dec95](https://github.com/sierrasoftworks/iridium/commit/95dec95) Version 5.6.0 +- [c86d3a7](https://github.com/sierrasoftworks/iridium/commit/c86d3a7) Emit lcovonly coverate +- [51ef60f](https://github.com/sierrasoftworks/iridium/commit/51ef60f) Added tests for decorator ObjectID transform +- [aafaf55](https://github.com/sierrasoftworks/iridium/commit/aafaf55) Added tests for default ObjectID transform +- [aca976d](https://github.com/sierrasoftworks/iridium/commit/aca976d) Added tests for transforms within instances +- [10543ce](https://github.com/sierrasoftworks/iridium/commit/10543ce) Renamed a couple of transform tests +- [5dd56ae](https://github.com/sierrasoftworks/iridium/commit/5dd56ae) Added tests for the transforms system during inserts +- [3a77819](https://github.com/sierrasoftworks/iridium/commit/3a77819) Test default _id schema type +- [3df6c88](https://github.com/sierrasoftworks/iridium/commit/3df6c88) Evade the new default schema type when testing the model +- [f28acf7](https://github.com/sierrasoftworks/iridium/commit/f28acf7) Added some new tests for the ObjectID decorator +- [939193e](https://github.com/sierrasoftworks/iridium/commit/939193e) Model will provide a default _id type if one is not specified +- [a77716b](https://github.com/sierrasoftworks/iridium/commit/a77716b) Instance no longer includes a default _id type +- [fcddf13](https://github.com/sierrasoftworks/iridium/commit/fcddf13) ObjectID decorator now populates a transform +- [e091734](https://github.com/sierrasoftworks/iridium/commit/e091734) Fixed an issue where transforms always applied to the _id field ## [v5.5.4](https://github.com/sierrasoftworks/iridium/tree/5.5.4) - [87bcce4](https://github.com/sierrasoftworks/iridium/commit/87bcce4) Version 5.5.4 @@ -234,7 +256,7 @@ - [40fab25](https://github.com/sierrasoftworks/iridium/commit/40fab25) Log all the things for Travis - [50523ce](https://github.com/sierrasoftworks/iridium/commit/50523ce) Come on Travis, we believe in you - [858b766](https://github.com/sierrasoftworks/iridium/commit/858b766) Return nModified from update() on MongoDB 2.4 -- [caf864a](https://github.com/sierrasoftworks/iridium/commit/caf864a) Make some test failures output more useful informatio +- [caf864a](https://github.com/sierrasoftworks/iridium/commit/caf864a) (sierrasoftworks/master) Make some test failures output more useful informatio - [86b494f](https://github.com/sierrasoftworks/iridium/commit/86b494f) Travis is still broken, more logging and possible fixes - [2448a4f](https://github.com/sierrasoftworks/iridium/commit/2448a4f) Support MongoDB 2.4 responses in update() - [81144a2](https://github.com/sierrasoftworks/iridium/commit/81144a2) Added some logging to find out why Travis is failing tes @@ -254,7 +276,7 @@ - [0147aea](https://github.com/sierrasoftworks/iridium/commit/0147aea) Updated project file - [f9e57cb](https://github.com/sierrasoftworks/iridium/commit/f9e57cb) Show badges for the master branch - [fdb0746](https://github.com/sierrasoftworks/iridium/commit/fdb0746) Merge pull request #7 from SierraSoftworks/typescript -- [cab9a81](https://github.com/sierrasoftworks/iridium/commit/cab9a81) (sierrasoftworks/typescript) Renamed Promise to Bluebird to avoid confusion and possible conflicts +- [cab9a81](https://github.com/sierrasoftworks/iridium/commit/cab9a81) Renamed Promise to Bluebird to avoid confusion and possible conflicts - [a029c1e](https://github.com/sierrasoftworks/iridium/commit/a029c1e) Removed unused variable in Omnom - [b4fb151](https://github.com/sierrasoftworks/iridium/commit/b4fb151) Removed unnecessary semicolons in module index - [45ec39d](https://github.com/sierrasoftworks/iridium/commit/45ec39d) Updated .jshintrc file @@ -264,7 +286,7 @@ - [aad75e8](https://github.com/sierrasoftworks/iridium/commit/aad75e8) Separated Model into a number of smaller files to make it more manageable - [fb6f69a](https://github.com/sierrasoftworks/iridium/commit/fb6f69a) Added some fringe case tests for Omnom - [2e48949](https://github.com/sierrasoftworks/iridium/commit/2e48949) Fixed Travis code climate configuration -- [c91116d](https://github.com/sierrasoftworks/iridium/commit/c91116d) Added more badges to the README +- [c91116d](https://github.com/sierrasoftworks/iridium/commit/c91116d) (sierrasoftworks/typescript) Added more badges to the README - [65ffea9](https://github.com/sierrasoftworks/iridium/commit/65ffea9) Updated code coverage submissions for CodeClimate - [8949641](https://github.com/sierrasoftworks/iridium/commit/8949641) Added coveralls coverage badge to README - [5e229b9](https://github.com/sierrasoftworks/iridium/commit/5e229b9) Updated the project file