Skip to content

Releases: djsmusic/djsmusic-server

Added testing and environments

24 Sep 16:32
Compare
Choose a tag to compare
Pre-release

The API now supports concurrent environments (production, development and testing) each with their own Slim instance.

Testing has been added with PHPUnit, and integrated with Travis CI. Future development will be done on different branches and merged with pull requests, to take advantage of the features they add.

The focus for the next patch version will be adding tests for the rest of the existing API, and then for the next minor version adding more of the missing endpoints.

The first stable release will be the first to enable all the functionality of the old site using only the API.

First release

23 Sep 16:46
Compare
Choose a tag to compare
First release Pre-release
Pre-release

This is the first unstable release of the API. It lacks a lot of functionality, but it finally has a decent file structure, dependency management, and standard output.

Over the following weeks I will work on advancing the API to the point where all the old functionality can be replicated through the API.

One big milestone will be adding authenticated calls to the API, but I still have to read on the subject.