Skip to content

Latest commit

 

History

History
63 lines (52 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

63 lines (52 loc) · 1.38 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[1.2.4] - [2018-05-01]

Added

  • Add download schema pdf

[1.1.4] - [2018-04-16]

Fixed

  • Add Item & Module models in Norm route

[1.1.3] - [2018-04-16]

Fixed

  • Remove module for norm modules []

[1.1.2] - [2018-04-12]

Fixed

  • Remove item for module items []

[1.1.1] - [2018-04-10]

Added

  • sort items

Fixed

  • Morgan logger for testing

[1.0.1] - [2018-04-07]

Added

  • Simple CORS
  • Morgan logger

[1.0.0] - [2018-03-27]

Added

  • Create Schema
  • Get Schemas
  • Get Schema by uuid
  • Update Schema
  • Delete Schema with modules/items
  • toPublic() Schema format
  • Create Module
  • Get Modules
  • Get Module by uuid
  • Update Module
  • Delete Module with items
  • toPublic() Module format
  • Create Item
  • Get Items
  • Get Item by uuid
  • Update Item
  • Delete Item
  • toPublic() Item format
  • Test-Driven Development with mocha / supertest / expect
  • DB config with mongoDB for test
  • DB config with mongoDB for dev
  • Separate routes by express.Router()
  • This CHANGELOG file to hopefully serve as an evolving example of a standardized open source project CHANGELOG.
  • README now contains a basic info for project