- Continuous Integration with Github actions.
- "self" URL can include query parameters
A healthy Covid-19 safe foot-tap to: @CostantiniMatteo, @lucacorti, @snewcomer, and @jherdman
N/A
Big ups to @jgelens, @komlanvi, @ryanlabouve
N/A
N/A
- Updated example pagination code
- Fixed sparse fieldset compliance for relationships
- Error status codes in error responses should be Strings
- Fixed a problem with "self" pagination link
A fist bump of appreciation to @lucacorti, @leepfrog, @jasondew, and @thebrianemory.
- Pagination has had a massive overhaul. Docs have been updated. Please file issues should you run into any problems. You may wish to review the pull request for more details.
- More typespecs
EnsureSpec
Plug now sets the JSON:API response content type for you. This means you need not manually include theResponseContentType
Plug in your pipeline should you already haveEnsureSpec
in play. Please see the documentation forResponseContentType
should you wish to override it for a specific end-point.
- Ex Doc was updated to leverage some of its fancy new features.
EnsureSpec
pipeline checks to ensure that a PATCH request has an ID- Documentation improvements
Much love to: @0urobor0s, @kbaird, @lucacorti, @strzibny
- Various typespec changes
- The
:namespace
option is globally configurable - Fully support sparse fieldsets
- Removed
Config.required_fields
- Documentation improvements
- Credo is set to use strict option
FormatRequired
Plug accepts a legal RIO payload- Report on missing data type as such
Much love to @kbaird, and @zamith.
Hot on the heels of 0.9.0, 1.0.0 is here! Please remember to upgrade to 0.9.0 first. You'll find the upgrade path much easier.
- Added run Dialyzer on CI
- Fixed bad includes result in HTTP 500 response
- Removed all deprecated code
- Added
camelCase
field support for JSON:API v1.1 - Added support for arbitrary links
- Added Elixir 1.8 to the build matrix
This is the last release before 1.0. As such this release will feature a number of deprecations that you'll want to either resolve before upgrading. Should you have any trouble with these deprecations please file an issue.
- Added Expand Build Matrix Again
- Added Refactor String Manipulation Utility Module
- Internal Move
QueryParser
Test - Added Expand Build Matrix
- Added Add Plug to Transform Parameters
- Fixed Namespace
Deprecation
module - Internal Consolidate Plug Locations
- Fixed Set
Content-Type
for errors - Internal Improve
Application.env
handling in tests - Fixed Update regexes for underscore and dash
- Internal Remove leading
is_
fromis_data_loaded?
- Fixed Remove warning about hidden being undefined
- Added Allows for conditionally hiding fields
- Fixed Omit non-Object meta
(Sorry I missed 0.7.0)
- Added Support for configuring your JSON Library, and defaulted to Jason going forward.
- Fixed Fix nesting for includes
- Added Removing Top Level if configured
- Fixed Check headers according to spec
- Added Add to view custom attribute
- Added updates plug to allow data with only relationships enhancement
- Added include meta as top level document member
- Added Apply optional dash-to-underscore to include keys
- Fixed Do not build relationships section for not loaded relationships
- Fixed change try/rescue to function_exported? and update docs
- Fixed Dasherize keys in relationship urls
- Added Allows the view to add links
- Fixed Serialize empty relationship
- Fixed Handle dashed include for top-level relationship
- Added plug to make verifying reqeusts and their errors easier
- Added support for meta fields
- Added support for custom hosts
- Added support for hidden attributes in views
- Added support converstion of underscore to dashes.
- Fixed issue with index.json
- Now uses Credo
- Updated codebase for elixir 1.4
- Updated poison dep to 3.0
- Fixed failing travis tests
- Removed PhoenixView
- Made params optional
- Made paging optional
- Support for basic JSONAPI Docs. Links support still missing