diff options
| -rw-r--r-- | CHANGELOG.md | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5562271 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,42 @@ +Version 0.2.16 +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] +### Changed +- nil + +## [0.2.16] - 2019-02-03 +### Added +- Default logger +- Attributes now implement Enumerable +- Attributable#attribute\_for now returns a null object instead of nil. +- Validations for multi valued attributes +- Validations for complex attributes +- rescue errors from type coercion. + +### Changed +- \_assign does not coerce values by default. +- errors are merged together instead of overwritten during attribute validation. + +[Unreleased]: https://github.com/mokhan/scim-kit/compare/v0.2.16...HEAD +[0.2.16]: https://github.com/mokhan/scim-kit/compare/v0.2.15...v0.2.16 +[0.2.15]: https://github.com/mokhan/scim-kit/compare/v0.2.14...v0.2.15 +[0.2.14]: https://github.com/mokhan/scim-kit/compare/v0.2.13...v0.2.14 +[0.2.13]: https://github.com/mokhan/scim-kit/compare/v0.2.12...v0.2.13 +[0.2.12]: https://github.com/mokhan/scim-kit/compare/v0.2.11...v0.2.12 +[0.2.11]: https://github.com/mokhan/scim-kit/compare/v0.2.10...v0.2.11 +[0.2.10]: https://github.com/mokhan/scim-kit/compare/v0.2.9...v0.2.10 +[0.2.9]: https://github.com/mokhan/scim-kit/compare/v0.2.8...v0.2.9 +[0.2.8]: https://github.com/mokhan/scim-kit/compare/v0.2.7...v0.2.8 +[0.2.7]: https://github.com/mokhan/scim-kit/compare/v0.2.6...v0.2.7 +[0.2.6]: https://github.com/mokhan/scim-kit/compare/v0.2.5...v0.2.6 +[0.2.5]: https://github.com/mokhan/scim-kit/compare/v0.2.4...v0.2.5 +[0.2.4]: https://github.com/mokhan/scim-kit/compare/v0.2.3...v0.2.4 +[0.2.3]: https://github.com/mokhan/scim-kit/compare/v0.2.2...v0.2.3 +[0.2.2]: https://github.com/mokhan/scim-kit/compare/v0.2.1...v0.2.2 +[0.2.1]: https://github.com/mokhan/scim-kit/compare/v0.2.0...v0.2.1 +[0.2.0]: https://github.com/mokhan/scim-kit/compare/v0.1.0...v0.2.0 |
