Skip to content

Latest commit

 

History

History
180 lines (80 loc) · 4.6 KB

CHANGELOG.md

File metadata and controls

180 lines (80 loc) · 4.6 KB

Change Log

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

0.20.0 (2017-12-07)

Features

  • router: go back to :id params (26e19d4)

0.19.0 (2017-11-25)

Bug Fixes

  • cli: remove the logs also, and recreate directory (ca13738)

Features

  • cli: add the generate crud cli (f20f4d1)
  • cli: adding generators for models and controllers (64ea839)
  • cli: adding show view to scaffold (839d510)
  • cli: adding the about command (aac06a2)
  • cli: adding the edit page to scaffold (05393aa)
  • cli: adding the scaffold command! generates a small MVC [WIP] (23e4f6e)
  • user: add roles support (mongoose) (4bb0f59)

0.18.0 (2017-11-17)

Note: Version bump only for package @usehenri/cli

0.17.0 (2017-11-09)

Bug Fixes

  • cli: boilerplate package.json was old (173c712)

Features

  • cli: adding outdated notifier (6c7beb1)
  • user: add support for custom user model (defaults to 'user' (5180d61)

0.16.1 (2017-10-06)

Note: Version bump only for package @usehenri/cli

0.16.0 (2017-10-06)

Features

  • cli: adding clean command (ed90bf7)
  • cli: adding react by default (next) (4716354)
  • cli: check if it's a valid henri installation (240d009)

0.15.5 (2017-07-17)

Bug Fixes

  • cli: process.exit should return 1 on fail (841c0da)

0.15.2 (2017-07-05)

Features

  • henri: switch back to yarn and upgrade packages (15e1664)

0.15.0 (2017-07-05)

Bug Fixes

  • server: fix static files being served in the wrong folder (5b58ad8)

0.14.0 (2017-07-05)

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.11.0 (2017-07-05)

Bug Fixes

  • config: early log registration and addModule global (d4e5c88)
  • view: fix resolvers to use package deps (cadc666), closes #15

0.10.0 (2017-07-05)

0.9.3 (2017-07-05)

0.9.0-alpha.7 (2017-07-05)

Bug Fixes

  • cli: do nothing when name does not resolve (6aff9be)

Features

  • cli: add the console (d9e4098)
  • cli: adding cli (50dbe5a)
  • cli: adding the new command (3a83e68)
  • cli: adding the pages and components folders to template (f544ad9)