Skip to content

Commit dff621e

Browse files
committed
Bump to v0.10.6
1 parent 982fe26 commit dff621e

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

Diff for: CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 0.10.x
22

3-
### [master (unreleased)](https://github.com/rails-api/active_model_serializers/compare/v0.10.5...master)
3+
### [master (unreleased)](https://github.com/rails-api/active_model_serializers/compare/v0.10.6...master)
44

55
Breaking changes:
66

@@ -10,8 +10,19 @@ Fixes:
1010

1111
Misc:
1212

13+
### [v0.10.6 (2017-05-01)](https://github.com/rails-api/active_model_serializers/compare/v0.10.5...v0.10.6)
14+
15+
Fixes:
16+
17+
- [#1857](https://github.com/rails-api/active_model_serializers/pull/1857) JSON:API does not load belongs_to relation to get identifier id. (@bf4)
18+
- [#2119](https://github.com/rails-api/active_model_serializers/pull/2119) JSON:API returns null resource object identifier when 'id' is null. (@bf4)
19+
- [#2093](https://github.com/rails-api/active_model_serializers/pull/2093) undef problematic Serializer methods: display, select. (@bf4)
20+
21+
Misc:
22+
1323
- [#2104](https://github.com/rails-api/active_model_serializers/pull/2104) Documentation for serializers and rendering. (@cassidycodes)
1424
- [#2081](https://github.com/rails-api/active_model_serializers/pull/2081) Documentation for `include` option in adapters. (@charlie-wasp)
25+
- [#2120](https://github.com/rails-api/active_model_serializers/pull/2120) Documentation for association options: foreign_key, type, class_name, namespace. (@bf4)
1526

1627
### [v0.10.5 (2017-03-07)](https://github.com/rails-api/active_model_serializers/compare/v0.10.4...v0.10.5)
1728

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ reading documentation for our `master`, which may include features that have not
9090
been released yet. Please see below for the documentation relevant to you.
9191

9292
- [0.10 (master) Documentation](https://github.com/rails-api/active_model_serializers/tree/master)
93-
- [0.10.5 (latest release) Documentation](https://github.com/rails-api/active_model_serializers/tree/v0.10.5)
94-
- [![API Docs](http://img.shields.io/badge/yard-docs-blue.svg)](http://www.rubydoc.info/gems/active_model_serializers/0.10.5)
93+
- [0.10.6 (latest release) Documentation](https://github.com/rails-api/active_model_serializers/tree/v0.10.6)
94+
- [![API Docs](http://img.shields.io/badge/yard-docs-blue.svg)](http://www.rubydoc.info/gems/active_model_serializers/0.10.6)
9595
- [Guides](docs)
9696
- [0.9 (0-9-stable) Documentation](https://github.com/rails-api/active_model_serializers/tree/0-9-stable)
9797
- [![API Docs](http://img.shields.io/badge/yard-docs-blue.svg)](http://www.rubydoc.info/github/rails-api/active_model_serializers/0-9-stable)

Diff for: lib/active_model/serializer/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ActiveModel
22
class Serializer
3-
VERSION = '0.10.5'.freeze
3+
VERSION = '0.10.6'.freeze
44
end
55
end

0 commit comments

Comments
 (0)