Skip to content

Commit 965e846

Browse files
committed
1 parent 24549b2 commit 965e846

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,34 @@ Features:
226226
- [#653](https://github.com/rails-api/active_model_serializers/pull/653) Add "_test" suffix to JsonApi::HasManyTest filename. (@alexgenco)
227227
- [#631](https://github.com/rails-api/active_model_serializers/pull/631) Update build badge URL (@craiglittle)
228228

229+
## 0.9.0.pre
230+
231+
* The following methods were removed
232+
- Model#active\_model\_serializer
233+
- Serializer#include!
234+
- Serializer#include?
235+
- Serializer#attr\_disabled=
236+
- Serializer#cache
237+
- Serializer#perform\_caching
238+
- Serializer#schema (needs more discussion)
239+
- Serializer#attribute
240+
- Serializer#include\_#{name}? (filter method added)
241+
- Serializer#attributes (took a hash)
242+
243+
* The following things were added
244+
- Serializer#filter method
245+
- CONFIG object
246+
247+
* Remove support for ruby 1.8 versions.
248+
249+
* Require rails >= 3.2.
250+
251+
* Serializers for associations are being looked up in a parent serializer's namespace first. Same with controllers' namespaces.
252+
253+
* Added a "prefix" option in case you want to use a different version of serializer.
254+
255+
* Serializers default namespace can be set in `default_serializer_options` and inherited by associations.
256+
229257
## 0.08.x
230258

231259
### v0.8.3 (2014/12/10 14:45 +00:00)

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
First of all, **thank you**!
2+
13
![Commit Strip
24
http://www.commitstrip.com/en/2014/05/07/the-truth-behind-open-source-apps/](docs/how-open-source-maintained.jpg)
35

@@ -214,3 +216,5 @@ To run a single test suite
214216
Which can be further narrowed down to one test:
215217

216218
`$ rake test TEST=path/to/test.rb TESTOPTS="--name=test_something"`
219+
220+
:heart: :sparkling_heart: :heart:

0 commit comments

Comments
 (0)