All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
- Get articles API now returns properly sorted items.
v0.1-beta.2 - 2020-07-01
- A lot of unit tests (coverage was increased up to 90%).
- Spy library is now used for mocking and stubbing in unit tests.
- A lot of small issues (mostly found by clj-condo checker).
v0.1-beta.1 - 2020-06-04
- Articles management API.
- CORS headers support.
- Cover code by unit tests.
- Migrated to Clojure specs.
- Namespaces was renamed according to the project name.
- Users management API.
- Roles list API.