File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
lib/active_model/serializer Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11## 0.10.x
22
3- ### [ master (unreleased)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.8 ...0-10-stable )
3+ ### [ master (unreleased)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.9 ...0-10-stable )
44
55Breaking changes:
66
77Features:
88
99Fixes:
10- - [ #2288 ] ( https://github.com/rails-api/active_model_serializers/pull/2288 ) . Fixes #2287 . (@cintamani )
1110
11+ Misc:
12+
13+ ### [ v0.10.9 (2019-02-08)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.8...v0.10.9 )
14+
15+
16+ Fixes:
17+
18+ - [ #2288 ] ( https://github.com/rails-api/active_model_serializers/pull/2288 )
19+ Change the fetch method to deal with recyclable key cache strategy.
20+ Fixes #2287 . (@cintamani , @wasifhossain )
1221- [ #2307 ] ( https://github.com/rails-api/active_model_serializers/pull/2307 ) Falsey attribute values should not be reevaluated.
1322
1423Misc:
24+
1525- [ #2309 ] ( https://github.com/rails-api/active_model_serializers/pull/2309 ) Performance and memory usage fixes
1626
1727### [ v0.10.8 (2018-11-01)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.7...v0.10.8 )
Original file line number Diff line number Diff line change 22
33module ActiveModel
44 class Serializer
5- VERSION = '0.10.8 ' . freeze
5+ VERSION = '0.10.9 ' . freeze
66 end
77end
You can’t perform that action at this time.
0 commit comments