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 1
1
## 0.10.x
2
2
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 )
4
4
5
5
Breaking changes:
6
6
7
7
Features:
8
8
9
9
Fixes:
10
- - [ #2288 ] ( https://github.com/rails-api/active_model_serializers/pull/2288 ) . Fixes #2287 . (@cintamani )
11
10
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 )
12
21
- [ #2307 ] ( https://github.com/rails-api/active_model_serializers/pull/2307 ) Falsey attribute values should not be reevaluated.
13
22
14
23
Misc:
24
+
15
25
- [ #2309 ] ( https://github.com/rails-api/active_model_serializers/pull/2309 ) Performance and memory usage fixes
16
26
17
27
### [ 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 2
2
3
3
module ActiveModel
4
4
class Serializer
5
- VERSION = '0.10.8 ' . freeze
5
+ VERSION = '0.10.9 ' . freeze
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments