|
1 | 1 | ## Changelog |
2 | 2 |
|
3 | | -### 1.5.3 (Next) |
| 3 | +### 2.0.0 (Next) |
4 | 4 |
|
| 5 | +* [#96](https://github.com/ruby-grape/grape-active_model_serializers/pull/96): Add compatibility for Grape 2.3 - [@samsonjs](https://github.com/samsonjs). |
| 6 | +* [#98](https://github.com/ruby-grape/grape-active_model_serializers/pull/98): Out with Travis CI, in with GitHub Actions - [@samsonjs](https://github.com/samsonjs). |
5 | 7 | * Your contribution here. |
6 | 8 | * [#92](https://github.com/ruby-grape/grape-active_model_serializers/pull/92): Fix: accept nil serializer - [@mateusnava](https://github.com/mateusnava). |
7 | 9 |
|
8 | | -### 1.5.2 (March 14, 2018) |
| 10 | +### 1.5.2 (2018/03/14) |
9 | 11 |
|
10 | 12 | * [#76](https://github.com/ruby-grape/grape-active_model_serializers/pull/76): Add custom error formatter - [@xn](https://github.com/xn). |
11 | 13 |
|
12 | | -### 1.5.1 (April 25, 2017) |
| 14 | +### 1.5.1 (2017/04/25) |
13 | 15 |
|
14 | 16 | * [#74](https://github.com/ruby-grape/grape-active_model_serializers/pull/74): Add support for Sequel - [@drn](https://github.com/drn). |
15 | 17 | * [#73](https://github.com/ruby-grape/grape-active_model_serializers/pull/73): Ensure all AMS options are passed through - [@drn](https://github.com/drn). |
16 | 18 | * [#65](https://github.com/ruby-grape/grape-active_model_serializers/pull/65): Added Danger, PR linter - [@dblock](https://github.com/dblock). |
17 | 19 | * [#63](https://github.com/ruby-grape/grape-active_model_serializers/pull/63): Pass adapter options through render - [@drn](https://github.com/drn). |
18 | 20 |
|
19 | | -### 1.5.0 (August 24, 2016) |
| 21 | +### 1.5.0 (2016/08/24) |
20 | 22 |
|
21 | 23 | * [#61](https://github.com/ruby-grape/grape-active_model_serializers/pull/61): Adds support for collection serializers - [@drn](https://github.com/drn). |
22 | 24 | * [#60](https://github.com/ruby-grape/grape-active_model_serializers/pull/60): Namespace serializer inference - [@drn](https://github.com/drn). |
23 | 25 | * [#59](https://github.com/ruby-grape/grape-active_model_serializers/pull/59): Refactor option and serializer resolution - [@drn](https://github.com/drn). |
24 | 26 | * [#57](https://github.com/ruby-grape/grape-active_model_serializers/pull/57): Solve line length linter issues - [@drn](https://github.com/drn). |
25 | 27 | * [#54](https://github.com/ruby-grape/grape-active_model_serializers/pull/54): Adding support for ASM v0.10. Drops support for ASM v0.9 - [@drn](https://github.com/drn). |
26 | 28 |
|
27 | | -### 1.4.0 (July 14, 2016) |
| 29 | +### 1.4.0 (2016/07/14) |
28 | 30 |
|
29 | 31 | * [#49](https://github.com/ruby-grape/grape-active_model_serializers/pull/49): Adds support for active model serializer namespace - [@syntaxTerr0r](https://github.com/syntaxTerr0r). |
30 | 32 | * [#36](https://github.com/ruby-grape/grape-active_model_serializers/pull/36), [#50](https://github.com/jrhe/grape-active_model_serializers/pull/50): Added support through Grape 0.16.x - [@dblock](https://github.com/dblock). |
31 | 33 |
|
32 | | -### v1.3.2 (February 27, 2015) |
| 34 | +### 1.3.2 (2015/02/27) |
33 | 35 |
|
34 | 36 | * [#40](https://github.com/ruby-grape/grape-active_model_serializers/pull/40): Use env to pass AMS meta around - [@dblock](https://github.com/dblock). |
35 | 37 | * [#39](https://github.com/ruby-grape/grape-active_model_serializers/pull/39): Look for namespace and other options to configure serializers - [@jwkoelewijn](https://github.com/jwkoelewijn). |
36 | 38 |
|
37 | | -### v1.3.1 (November 20, 2014) |
| 39 | +### 1.3.1 (2014/11/20) |
38 | 40 |
|
39 | 41 | * [#30](https://github.com/ruby-grape/grape-active_model_serializers/pull/30): Read options from default_serializer_options - [@siong1987](https://github.com/siong1987). |
40 | 42 | * [#24](https://github.com/ruby-grape/grape-active_model_serializers/pull/24): Makes it possible to use `current_user` within serializers - [@sonxurxo](https://github.com/sonxurxo). |
41 | 43 |
|
42 | | -### v1.2.1 (July 23, 2014) |
| 44 | +### 1.2.1 (2014/07/23) |
43 | 45 |
|
44 | 46 | * [#21](https://github.com/ruby-grape/grape-active_model_serializers/pull/21): Correctly fetch serialization scope - [@radanskoric](https://github.com/radanskoric). |
45 | 47 | * [#18](https://github.com/ruby-grape/grape-active_model_serializers/pull/18): Added support for active model serializer 0.9.x - [@sbounmy](https://github.com/sbounmy). |
|
49 | 51 | * [#12](https://github.com/ruby-grape/grape-active_model_serializers/pull/12): Added support for `current_user` - [@kpassapk](https://github.com/kpassapk). |
50 | 52 | * [#11](https://github.com/ruby-grape/grape-active_model_serializers/pull/11): Fixed require path - [@schickling](https://github.com/schickling). |
51 | 53 |
|
52 | | -### v1.0.1 (September 9, 2013) |
| 54 | +### 1.0.1 (2013/09/09) |
53 | 55 |
|
54 | 56 | * [#6](https://github.com/ruby-grape/grape-active_model_serializers/pull/6): Conform to ActiveModel::Serializers way of determining array-ness - [@tfe](https://github.com/tfe). |
55 | 57 | * [#4](https://github.com/ruby-grape/grape-active_model_serializers/pull/4): Support for namespace options and rely more on active_model_serializers - [@johnallen3d](https://github.com/johnallen3d). |
56 | 58 | * [#1](https://github.com/ruby-grape/grape-active_model_serializers/pull/1): Fix: Grape::ActiveModelSerializers for models with compound names - [@george](https://github.com/george). |
57 | 59 |
|
58 | | -### v1.0.0 |
| 60 | +### 1.0.0 (2013/09/09) |
59 | 61 |
|
60 | 62 | * Initial public release - [@jrhe](https://github.com/jrhe). |
0 commit comments