You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-24Lines changed: 4 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -675,35 +675,15 @@ module Api
675
675
end
676
676
```
677
677
678
+
## Changelog
679
+
680
+
See [Releases](https://github.com/fotinakis/jsonapi-serializers/releases).
681
+
678
682
## Unfinished business
679
683
680
-
* Support for passing `context` through to serializers is partially complete, but needs more work.
681
684
* Support for the `fields` spec is planned, would love a PR contribution for this.
682
685
* Support for pagination/sorting is unlikely to be supported because it would likely involve coupling to ActiveRecord, but please open an issue if you have ideas of how to support this generically.
683
686
684
-
## Release notes
685
-
686
-
* v0.9.0: Add initial `serialize_errors` support.
687
-
* v0.8.0: Pass context through recursive relationships.
688
-
* v0.7.0: Support for root error objects.
689
-
* v0.6.5: Exclude attributes when empty.
690
-
* v0.6.4: Fix regression of including links when empty.
691
-
* v0.6.3: Fix support for underscore-formatted attribute names.
692
-
* v0.6.2: Internal style updates and performance fixes.
693
-
* v0.6.1: Spec compliance fix, include intermediate resources on compound documents.
694
-
* v0.6.0: Support for polymorphic collections and inheriting serializer attributes.
695
-
* v0.5.0: Support for explicit serializer discovery.
696
-
* v0.4.0: Support for declaring multiple `attributes`.
697
-
* v0.3.1: Improve performance of loading included relationships.
698
-
* v0.3.0: Add top-level `meta` support.
699
-
* v0.2.6: Add `base_url` support.
700
-
* v0.2.5: Allow disabling ambiguous collection checks for Sequel support.
701
-
* v0.2.4: Improve handling for nil relationship links.
702
-
* v0.2.3: Support serializers with no attributes.
703
-
* v0.2.2: Compliance fix for excluding empty relationship objects.
704
-
* v0.2.1: Compliance fix for self links.
705
-
* v0.2.0: Initial release with support for the final v1 JSON API spec.
706
-
707
687
## Contributing
708
688
709
689
1. Fork it ( https://github.com/fotinakis/jsonapi-serializers/fork )
0 commit comments