Skip to content

Commit fde4f67

Browse files
committed
Update README/CHANGELOG
1 parent b089a72 commit fde4f67

File tree

2 files changed

+22
-17
lines changed

2 files changed

+22
-17
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
### [master (unreleased)](https://github.com/rails-api/active_model_serializers/compare/v0.10.0...master)
44

5-
### v0.10.0 (2016-05-17)
5+
Breaking changes:
6+
7+
Features:
8+
9+
Fixes:
10+
11+
Misc:
12+
13+
### [v0.10.0 (2016-05-17)](https://github.com/rails-api/active_model_serializers/compare/4a2d9853ba7...v0.10.0)
614

715
Breaking changes:
816
- [#1662](https://github.com/rails-api/active_model_serializers/pull/1662) Drop support for Rails 4.0 and Ruby 2.0.0. (@remear)

README.md

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,6 @@
2424
</tr>
2525
</table>
2626

27-
28-
## Documentation
29-
30-
- [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)
32-
- [Guides](docs)
33-
- [0.9 (0-9-stable) Documentation](https://github.com/rails-api/active_model_serializers/tree/0-9-stable)
34-
- [![API Docs](http://img.shields.io/badge/yard-docs-blue.svg)](http://www.rubydoc.info/github/rails-api/active_model_serializers/0-9-stable)
35-
- [0.8 (0-8-stable) Documentation](https://github.com/rails-api/active_model_serializers/tree/0-8-stable)
36-
- [![API Docs](http://img.shields.io/badge/yard-docs-blue.svg)](http://www.rubydoc.info/github/rails-api/active_model_serializers/0-8-stable)
37-
3827
## About
3928

4029
ActiveModelSerializers brings convention over configuration to your JSON generation.
@@ -50,7 +39,7 @@ resource serialization. The serialization has the `#as_json`, `#to_json` and `#s
5039
methods used by the Rails JSON Renderer. (SerializableResource actually delegates
5140
these methods to the adapter.)
5241

53-
By default ActiveModelSerializers will use the **Attributes Adapter**.
42+
By default ActiveModelSerializers will use the **Attributes Adapter** (no JSON root).
5443
But we strongly advise you to use **JsonApi Adapter**, which
5544
follows 1.0 of the format specified in [jsonapi.org/format](http://jsonapi.org/format).
5645
Check how to change the adapter in the sections below.
@@ -62,9 +51,6 @@ architecture. We'd love your help. [Learn how you can help here.](CONTRIBUTING.m
6251

6352
It is generally safe and recommended to use the master branch.
6453

65-
For more information, see the post '[The future of
66-
AMS](https://medium.com/@joaomdmoura/the-future-of-ams-e5f9047ca7e9)'.
67-
6854
## Installation
6955

7056
Add this line to your application's Gemfile:
@@ -97,6 +83,17 @@ If you'd like to chat, we have a [community slack](http://amserializers.herokuap
9783

9884
Thanks!
9985

86+
## Documentation
87+
88+
- [0.10 (master) Documentation](https://github.com/rails-api/active_model_serializers/tree/master)
89+
- [![API Docs](http://img.shields.io/badge/yard-docs-blue.svg)](http://www.rubydoc.info/github/rails-api/active_model_serializers/v0.10.0)
90+
- [Guides](docs)
91+
- [0.9 (0-9-stable) Documentation](https://github.com/rails-api/active_model_serializers/tree/0-9-stable)
92+
- [![API Docs](http://img.shields.io/badge/yard-docs-blue.svg)](http://www.rubydoc.info/github/rails-api/active_model_serializers/0-9-stable)
93+
- [0.8 (0-8-stable) Documentation](https://github.com/rails-api/active_model_serializers/tree/0-8-stable)
94+
- [![API Docs](http://img.shields.io/badge/yard-docs-blue.svg)](http://www.rubydoc.info/github/rails-api/active_model_serializers/0-8-stable)
95+
96+
10097
## High-level behavior
10198

10299
Given a [serializable model](lib/active_model/serializer/lint.rb):
@@ -156,6 +153,6 @@ serializer.associations
156153
```
157154
See [ARCHITECTURE.md](docs/ARCHITECTURE.md) for more information.
158155

159-
# Contributing
156+
## Contributing
160157

161158
See [CONTRIBUTING.md](CONTRIBUTING.md)

0 commit comments

Comments
 (0)