Skip to content

Latest commit

 

History

History
49 lines (25 loc) · 2.22 KB

CHANGELOG.md

File metadata and controls

49 lines (25 loc) · 2.22 KB

0.0.6 (2016-06-18)

Bug Fixes

  • middleware: Force headName to lowercase for demo middleware (73a3c04)

Features

  • bootstrap: Implement async bootstrapping with check for database status so fallback to mock will work (7ece712)
  • bootstrap: Refactor out the bootstrap code (d99ee4f)
  • changelog: Updated changelog, add pr-bumper config to suppress changelog overwriting (0a79445)
  • infrastructure: Implement separate mock, http and db stores as concrete classes for user store. (1cb2cc2)
  • middleware: Refactor with ResourceController and middleware example (01f23db)
  • stores: Implement full e2e test of model retrieval with implementations of database and http stores (8a8d4f4)

0.0.4 (2016-06-08)

0.0.3 (2016-06-03)

0.0.2 (2016-06-03)

0.0.1 (2016-06-03)

Features

  • demo: extracted _demo from @ubiquits/core (da1e75e)
  • env: added .env example file (25f90bc)
  • infrastructure: refactored to use new toolchain structure (49fb2e7)
  • infrastructure: tweaked implementation for testing (a6a3ed6)
  • npm: fixed package naming (86f2117)