Skip to content

Latest commit

 

History

History
246 lines (110 loc) · 6.82 KB

CHANGELOG.md

File metadata and controls

246 lines (110 loc) · 6.82 KB

Change Log

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

0.21.2 (2018-04-10)

Bug Fixes

  • cli: better packages usage (4eaae0f)

0.21.1 (2018-04-10)

Note: Version bump only for package @usehenri/cli

0.21.0 (2018-04-10)

Bug Fixes

  • cli: about command not working well (3d12d17)
  • cli: about was failing on windows, using cross-spawn (ee80cf2)
  • cli: add back the console only startup mode (4c915be)
  • cli: add crud to the help message (1616527)
  • cli: better about! (f86e7b4)
  • cli: data should be present in the return (data or graphql) (5bc73a2)

Features

  • cli: adding --debug and --production flags (7794837)
  • cli: inspect flag -- works really well with vscode (e2feae6)
  • cli: we now depend on @usehenri/core mainly (1453067)
  • core: consolidating core (9f72b35)
  • core: moving things to core. adding modules (14a8c5c)

0.20.2 (2018-01-27)

Bug Fixes

  • cli: helper header is a function (33ed0b9)

0.20.1 (2017-12-07)

Bug Fixes

  • view: seems like yarn workspaces broke next packages resolution. i don't get it. (073d40a)

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)