CHANGELOG.md in alba-1.4.0 vs CHANGELOG.md in alba-1.5.0
- old
+ new
@@ -4,17 +4,26 @@
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]
+## [1.5.0] 2021-11-28
+
+- [Feat] Add nil handler
+- [Feat] Implement layout feature
+- [Improve] if option now works with Symbol
+- [Improve] Add an alias for serialize
+- [Improve] Deprecation warning now printed with caller
+
## [1.4.0] 2021-06-30
- [Feat] Add a config method to set encoder directly
- [Feat] Implement `meta` method and option for metadata
- [Feat] Add `root_key` option to `Resource#serialize`
- [Feat] Enable setting key for collection with `root_key`
- [Feat] Add `Resource.root_key` and `Resource.root_key!`
- [Feat] `Alba.serialize` now infers resource class
+- [Deprecated] `Resource.key` and `Resource.key!` are deprecated
## [1.3.0] 2021-05-31
- [Perf] Improve performance for `many` [641d8f9]
- https://github.com/okuramasafumi/alba/pull/125