File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
lib/active_model/serializer Expand file tree Collapse file tree 4 files changed +6
-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.0.rc5...master )
3+ ### [ master (unreleased)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.0...master )
4+
5+ ### v0.10.0 (2016-05-17)
46
57Breaking changes:
68- [ #1662 ] ( https://github.com/rails-api/active_model_serializers/pull/1662 ) Drop support for Rails 4.0 and Ruby 2.0.0. (@remear )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Before opening an issue, try the following:
77See if your issue can be resolved by information in the documentation.
88
99- [ 0.10 (master) Documentation] ( https://github.com/rails-api/active_model_serializers/tree/master/docs )
10- - [ ![ API Docs] ( http://img.shields.io/badge/yard-docs-blue.svg )] ( http://www.rubydoc.info/github/rails-api/active_model_serializers/v0.10.0.rc5 )
10+ - [ ![ API Docs] ( http://img.shields.io/badge/yard-docs-blue.svg )] ( http://www.rubydoc.info/github/rails-api/active_model_serializers/v0.10.0 )
1111 - [ Guides] ( docs )
1212- [ 0.9 (0-9-stable) Documentation] ( https://github.com/rails-api/active_model_serializers/tree/0-9-stable )
1313- [ 0.8 (0-8-stable) Documentation] ( https://github.com/rails-api/active_model_serializers/tree/0-8-stable )
Original file line number Diff line number Diff line change 2828## Documentation
2929
3030- [ 0.10 (master) Documentation] ( https://github.com/rails-api/active_model_serializers/tree/master )
31- - [ ![ API Docs] ( http://img.shields.io/badge/yard-docs-blue.svg )] ( http://www.rubydoc.info/github/rails-api/active_model_serializers/v0.10.0.rc5 )
31+ - [ ![ API Docs] ( http://img.shields.io/badge/yard-docs-blue.svg )] ( http://www.rubydoc.info/github/rails-api/active_model_serializers/v0.10.0 )
3232 - [ Guides] ( docs )
3333- [ 0.9 (0-9-stable) Documentation] ( https://github.com/rails-api/active_model_serializers/tree/0-9-stable )
3434 - [ ![ API Docs] ( http://img.shields.io/badge/yard-docs-blue.svg )] ( http://www.rubydoc.info/github/rails-api/active_model_serializers/0-9-stable )
Original file line number Diff line number Diff line change 11module ActiveModel
22 class Serializer
3- VERSION = '0.10.0.rc5 ' . freeze
3+ VERSION = '0.10.0' . freeze
44 end
55end
You can’t perform that action at this time.
0 commit comments