Skip to content

Latest commit

 

History

History
147 lines (64 loc) · 3.92 KB

CHANGELOG.md

File metadata and controls

147 lines (64 loc) · 3.92 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.19.0 (2017-11-25)

Bug Fixes

  • router: fix object assign to create new object and return a 501 error on controller-less routes (3d5950f)
  • router: rename ressources to resources to match rails convention (en francais?) (918a8c3)
  • router: return empty data to prevent exception (bff9c36)
  • router: use _id instead of id.. consistent with mongodb models (why not?) (6f1341b)

Features

  • router: add crud type routes (resources without views) (344774a)
  • router: add the ressources for routes (6db1c50)
  • router: adding scope to ressources (99ff697)
  • router: it is now possible to embed roles in routes definition (007a109)
  • router: parsing routes and validating verbs (1fe95f3)

0.18.0 (2017-11-17)

Features

  • user: inject user properly into context (2a3ef61)

0.17.0 (2017-11-09)

Bug Fixes

  • router: rearrange the res.format to match html also (292f0c5)

Features

  • router: adding support for custom middlewares (00f0401)

0.16.1 (2017-10-06)

Note: Version bump only for package @usehenri/router

0.16.0 (2017-10-06)

Bug Fixes

  • router: routes.js path was not resolved (978e0b7)

Features

  • router: support application/json for easier data fetching (and cleaner) (5f02a14)

0.15.5 (2017-07-17)

Bug Fixes

  • router: better view provider check and use one object for routes storage (175a250)

0.15.2 (2017-07-05)

Bug Fixes

  • router: change global holder (4df9b60)

Features

  • henri: switch back to yarn and upgrade packages (15e1664)
  • view: adding support for preact and interno... (324c9db)

0.13.1 (2017-07-05)

Bug Fixes

  • server: moved error handler but port is out of scope. fixing. (5916aaf)

0.13.0 (2017-07-05)

0.12.0 (2017-07-05)

Features

  • henri: removing nodemon, long live hot reload.. (62e8018)

0.10.0 (2017-07-05)

Features

  • henri: module loading more verbose... (130ab87)

0.9.3 (2017-07-05)

Features

  • router: add support to skip view and callback (523be68)