File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -226,6 +226,34 @@ Features:
226
226
- [ #653 ] ( https://github.com/rails-api/active_model_serializers/pull/653 ) Add "_ test" suffix to JsonApi::HasManyTest filename. (@alexgenco )
227
227
- [ #631 ] ( https://github.com/rails-api/active_model_serializers/pull/631 ) Update build badge URL (@craiglittle )
228
228
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
+
229
257
## 0.08.x
230
258
231
259
### v0.8.3 (2014/12/10 14:45 +00:00)
Original file line number Diff line number Diff line change
1
+ First of all, ** thank you** !
2
+
1
3
![ Commit Strip
2
4
http://www.commitstrip.com/en/2014/05/07/the-truth-behind-open-source-apps/ ] ( docs/how-open-source-maintained.jpg )
3
5
@@ -214,3 +216,5 @@ To run a single test suite
214
216
Which can be further narrowed down to one test:
215
217
216
218
` $ rake test TEST=path/to/test.rb TESTOPTS="--name=test_something" `
219
+
220
+ :heart : :sparkling_heart : :heart :
You can’t perform that action at this time.
0 commit comments