Skip to content

Commit 339841b

Browse files
committed
0.10.0
1 parent 4494b9a commit 339841b

File tree

2 files changed

+5
-25
lines changed

2 files changed

+5
-25
lines changed

README.md

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -675,35 +675,15 @@ module Api
675675
end
676676
```
677677

678+
## Changelog
679+
680+
See [Releases](https://github.com/fotinakis/jsonapi-serializers/releases).
681+
678682
## Unfinished business
679683

680-
* Support for passing `context` through to serializers is partially complete, but needs more work.
681684
* Support for the `fields` spec is planned, would love a PR contribution for this.
682685
* 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.
683686

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-
707687
## Contributing
708688

709689
1. Fork it ( https://github.com/fotinakis/jsonapi-serializers/fork )

lib/jsonapi-serializers/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module JSONAPI
22
module Serializer
3-
VERSION = '0.9.0'
3+
VERSION = '0.10.0'
44
end
55
end

0 commit comments

Comments
 (0)