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 11## 0.10.x
22
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 )
44
55Breaking changes:
66
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+
716Features:
817- [ #2279 ] ( https://github.com/rails-api/active_model_serializers/pull/2279 ) Support condition options in serializer link statements
918
1625- [ #2299 ] ( https://github.com/rails-api/active_model_serializers/pull/2299 ) Fixes #2270 (@chau-bao-long via #2276 )
1726 - Fix reflection thread-safety bug
1827
19- Misc:
20-
2128### [ v0.10.7 (2017-11-14)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.6...v0.10.7 )
2229
2330Regressions Fixed From v0.10.6:
Original file line number Diff line number Diff line change 11module ActiveModel
22 class Serializer
3- VERSION = '0.10.7 ' . freeze
3+ VERSION = '0.10.8 ' . freeze
44 end
55end
You can’t perform that action at this time.
0 commit comments