Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Nov 19, 2015
2 parents c122bae + ea7d614 commit c0bf6e5
Show file tree
Hide file tree
Showing 16 changed files with 155 additions and 55 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
## [v6.4.1](https://github.com/sierrasoftworks/iridium/tree/v6.4.1)
- [238db28](https://github.com/sierrasoftworks/iridium/commit/238db28) Version 6.4.1
- [5bdb845](https://github.com/sierrasoftworks/iridium/commit/5bdb845) build: Compile code with latest changes
- [6419b2a](https://github.com/sierrasoftworks/iridium/commit/6419b2a) fix: Correct behaviour of _.cloneDeep when working with buffers
- [e182b97](https://github.com/sierrasoftworks/iridium/commit/e182b97) tweak: Adjust the transform function for binary properties
- [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
- [ec0890a](https://github.com/sierrasoftworks/iridium/commit/ec0890a) (origin/master, origin/HEAD) Updated documentation
- [a76f656](https://github.com/sierrasoftworks/iridium/commit/a76f656) Updated CHANGELOG

## [v6.4.0](https://github.com/sierrasoftworks/iridium/tree/v6.4.0)
- [4409543](https://github.com/sierrasoftworks/iridium/commit/4409543) Version 6.4.0
- [075b3bf](https://github.com/sierrasoftworks/iridium/commit/075b3bf) build: Build latest code versions
- [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
- [1b481fa](https://github.com/sierrasoftworks/iridium/commit/1b481fa) (origin/master, origin/HEAD) Updated documentation
- [1b481fa](https://github.com/sierrasoftworks/iridium/commit/1b481fa) Updated documentation
- [84aba6a](https://github.com/sierrasoftworks/iridium/commit/84aba6a) Updated CHANGELOG

## [v6.3.0](https://github.com/sierrasoftworks/iridium/tree/v6.3.0)
Expand Down
16 changes: 8 additions & 8 deletions dist/lib/Instance.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/lib/Instance.js.map

Large diffs are not rendered by default.

28 changes: 26 additions & 2 deletions dist/lib/ModelHelpers.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/lib/ModelHelpers.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c0bf6e5

Please sign in to comment.