File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
lib/active_model/serializer Expand file tree Collapse file tree 2 files changed +10
-2
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.0 ...master )
3
+ ### [ master (unreleased)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.1 ...master )
4
4
5
5
Breaking changes:
6
6
7
+ Features:
8
+
9
+ Fixes:
10
+
11
+ Misc:
12
+
13
+ ### [ v0.10.1 (2016-06-16)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.0...v0.10.1 )
14
+
7
15
Features:
8
16
- [ #1668 ] ( https://github.com/rails-api/active_model_serializers/pull/1668 ) Exclude nil and empty links. (@sigmike )
9
17
- [ #1426 ] ( https://github.com/rails-api/active_model_serializers/pull/1426 ) Add ActiveModelSerializers.config.default_includes (@empact )
Original file line number Diff line number Diff line change 1
1
module ActiveModel
2
2
class Serializer
3
- VERSION = '0.10.0 ' . freeze
3
+ VERSION = '0.10.1 ' . freeze
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments