File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
lib/active_model/serializer Expand file tree Collapse file tree 2 files changed +11
-4
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.7 ...0-10-stable )
3
+ ### [ master (unreleased)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.8 ...0-10-stable )
4
4
5
5
Breaking changes:
6
6
7
+ Features:
8
+
9
+ Fixes:
10
+
11
+
12
+ Misc:
13
+
14
+ ### [ v0.10.8 (2018-11-01)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.7...v0.10.8 )
15
+
7
16
Features:
8
17
- [ #2279 ] ( https://github.com/rails-api/active_model_serializers/pull/2279 ) Support condition options in serializer link statements
9
18
16
25
- [ #2299 ] ( https://github.com/rails-api/active_model_serializers/pull/2299 ) Fixes #2270 (@chau-bao-long via #2276 )
17
26
- Fix reflection thread-safety bug
18
27
19
- Misc:
20
-
21
28
### [ v0.10.7 (2017-11-14)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.6...v0.10.7 )
22
29
23
30
Regressions Fixed From v0.10.6:
Original file line number Diff line number Diff line change 1
1
module ActiveModel
2
2
class Serializer
3
- VERSION = '0.10.7 ' . freeze
3
+ VERSION = '0.10.8 ' . freeze
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments