Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.12 KB

CHANGELOG.org

File metadata and controls

43 lines (30 loc) · 1.12 KB

Change Log

All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.

Fixed

  • Get articles API now returns properly sorted items.

v0.1-beta.2 - 2020-07-01

Added

  • A lot of unit tests (coverage was increased up to 90%).

Changed

  • Spy library is now used for mocking and stubbing in unit tests.

Fixed

  • A lot of small issues (mostly found by clj-condo checker).

v0.1-beta.1 - 2020-06-04

Added

  • Articles management API.
  • CORS headers support.
  • Cover code by unit tests.

Changed

  • Migrated to Clojure specs.
  • Namespaces was renamed according to the project name.

v0.1-alpha - 2020-05-09

Added

  • Users management API.
  • Roles list API.