2.6 2019-01-27 18:56:44+00:00 Europe/London
2.5 2019-01-27 18:53:40+00:00 Europe/London
- Update test to use regex for url matching, for cpantesters tests.
2.4 2019-01-12 20:33:52+00:00 Europe/London
- Add routes for related links (https://jsonapi.org/format/#document-resource-object-related-resource-links).
These routes are treated identically to self links, therefore they're handled by the same controller action.
2.3 2018-11-16 16:14:07+00:00 Europe/London
- Adds the ability to create routes for specific HTTP verbs for the
main resource.
2.2 2018-10-25 14:25:34+01:00 Europe/London
- render_error SIGNATURE CHANGE: Removed argument for providing a primary
resource due to the specification not allowing `error` and `data` top level
members at the same time.
2.1 2018-07-25 23:41:24+01:00 Europe/London
- Update minimum dependency on JSONAPI::Document
- Fixup readme
2.0 2018-07-18 23:23:36+01:00 Europe/London
- Update minimum dependency on JSONAPI::Document, this removes the required
argument 'data_dir' as now all types are derived in a less expensive way.
Thanks @dakkar and @jplindstrom!
1.9 2018-07-12 21:08:47+01:00 Europe/London
- Update minimum dependency on JSONAPI::Document
1.8 2018-07-03 00:05:47+01:00 Europe/London
- Update minimum dependency on JSONAPI::Document
1.7 2018-06-24 17:19:35+01:00 Europe/London
- Update minimum dependency on JSONAPI::Document
1.6 2018-06-08 00:48:57+01:00 Europe/London
- Fix bug where requested_fields would return all main resource keys in related_fields
if the namespace was longer than one segment. Thanks pspencer for the bug report!
1.5 2018-06-03 15:24:37+01:00 Europe/London
- Support nested relationships in requested_resources
- Minimum dependency of 1.4 for JSONAPI::Document due to major refactoring
1.4 2018-05-19 13:23:34+01:00 Europe/London
- Implement requested_fields helper
1.3 2018-05-14 00:05:46+01:00 Europe/London
- Fixed errors in error helper (type check of ARRAY and hash de-referencing)
1.2 2018-04-14 12:58:02+00:00 UTC
- Add license
- Declare minimum JSONAPI::Document version (1.1)
1.1 2018-04-08 15:16:35+00:00 UTC
- Support new required data_dir argument of JSONAPI::Document, which is required now by this plugin too
1.0 2018-04-08 01:05:36+00:00 UTC
- Fixed bug where dashed resource names were pointing to the wrong controller name (e.g. 'api-dashed-resource' instead of 'api-dashed_resource')
0.9 2018-04-07 10:25:50+00:00 UTC
- requested_resources converts dashes to underscores
0.8 2018-04-04 04:48:00+00:00 UTC
- requested_resources helper - supports reading the 'include' request param
- Log the created routes in dev mode for easy visibility
0.7 2018-04-02 21:56:43+00:00 UTC
- Test fix for data helpers
0.6 2018-04-01 13:25:58+00:00 UTC
- More fail-safe argument passing to JSONAPI::Document
0.5 2018-04-01 12:39:46+00:00 UTC
- Support JSONAPI::Document api_url
0.4 2018-03-03 13:33:23+00:00 UTC
0.3 2018-03-02 09:49:06+00:00 UTC
0.2 2018-02-18 14:06:21+00:00 UTC
0.1 2018-02-17 22:20:30+00:00 UTC