Skip to content
Igor Santos edited this page Sep 13, 2016 · 2 revisions

1.3 Release Plans

Warning This release contains breaking changes!!

This release represents the last in the 1.X series. It contains custom error handling which should prevent the API from returning HTTP 200 codes but with mangled JSON content.

It also contains database optimizations that in some cases, dramatically improve the API's ability to retrieve data.

Finally, a great deal of boilerplate code needed to get a client app up and running has been moved down to the package. This should result is a more simple (but different) way to bootstrap a client app. The Reference App will need to be updated for this version.

Full JSON API Compatability

The main reason for this project's existence has been to provide a fully JSON API compatible package. A tool to make it easier for you to develop your own API and ensure the results would conform to a well designed and widely adopted standard.

Since JSON API released its 1.0 version a while back, this project has fallen behind. The next major effort for this project will be to release a 2.0 version that fully conforms to the latest JSON API standard.

To that end, a JSON API feature branch based off the 1.3 series is in the works and expected soon.

Clone this wiki locally