Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 3.12 KB

CHANGELOG.md

File metadata and controls

59 lines (37 loc) · 3.12 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

  • core: completion of react move -- cleaning packages (d6ef57b)
  • react: moving react engine to react package... nextjs lifting (c90fa4c)

0.21.1 (2018-04-10)

Bug Fixes

  • core: reordering packages (de5655f)
  • view: get next from the run dir (e826ff9)

0.21.0 (2018-04-10)

Bug Fixes

  • cli: add back the console only startup mode (4c915be)
  • core: better watch support and no html file linting? (086c221)
  • core: indentation problem (bb16439)
  • core: middleware switching (7ea60f4)
  • core: need to await init (ff8aa9e)
  • core: template should use this.henri (b3ecfde)
  • router: starting view with await and fixing crud route building (5a99857)
  • view: call the engine init function, yep, call it (a4b277b)
  • view: should call the good checkPackages? (fc21732)

Features

  • core: adding a BaseModule; modules should extend this (9705410)
  • core: adding all modules and moving middleware management (54715d1)
  • core: adding boom for better responses (5b80ced)
  • core: consolidating core (9f72b35)
  • core: correcting graphql target (40c1eae)
  • core: graphql support (53419e5)
  • core: moving things to core. adding modules (14a8c5c)
  • core: moving view module (11918bf)
  • core: we no longer use config package (86160d6)
  • view: use handlebars instead of template literals, reload partials (b0e16ab)
  • vue: adding vue (nuxt.js) support to the new view handler (05869b6)