Skip to content

Latest commit

 

History

History
204 lines (96 loc) · 6.94 KB

CHANGELOG.md

File metadata and controls

204 lines (96 loc) · 6.94 KB

3.0.12 (2017-08-22)

Features

  • new: add --dev flag to the new command (4282267)

3.0.11 (2017-08-22)

Bug Fixes

  • install: do not require app ace file (ab536d5)
  • package: update pluralize to version 7.0.0 (#53) (0e46de1)

Features

  • make: add make:exception command (a9b2c3c)
  • new: install fullstack app by default (e07860c)

3.0.10 (2017-08-18)

Features

  • serve: add --debug flag to run in debug mode (d6197b8)

3.0.9 (2017-08-16)

Bug Fixes

  • generators: add WsController template (#51) (a10e1e4)
  • generators: generate proper paths to nested folders (6cae861)
  • install: pass --save flag to npm install (9b39aa7)
  • wsController: make proper path for subdirs (28f7af0)

Features

  • serve: remove forever for nodemon (23f1798)

3.0.8 (2017-08-08)

Bug Fixes

  • template: fix command template (cb3bb86)

3.0.7 (2017-08-04)

Bug Fixes

  • context: cli.copy should not overwrite the existing file (8fc3bd1)
  • instructions: make sure instruction fn is a function (acc7e82)
  • serve: fix glob pattern for ignore dirs (4860502)

3.0.6 (2017-08-02)

3.0.5 (2017-08-01)

Bug Fixes

  • commands: use as flag over name (e11ae80)

3.0.4 (2017-08-01)

Features

  • commands: add install command (56834a8)
  • commands: add run:instructions command (459d7c9)

3.0.3 (2017-07-28)

Features

  • commands: add make:ehandler command (8703159)
  • commands: add make:seed command (c7898da)
  • commands: add repl command (e0c0f7f)
  • commands: add route:list command (a0b63ed)

3.0.2 (2017-07-27)

Features

  • serve: add ignore patterns to serve command (eb132ef)

3.0.1 (2017-07-27)

Bug Fixes

  • bin: remove --harmony flag (a814d45)

3.0.0 (2017-07-27)

Bug Fixes

  • test: add hack for windows (5ee5071)
  • test: another attempt for window (5a98518)
  • test: fix breaking tests (525312a)
  • test: fs.remove doesn't work in windows (c4539cf)

Features

  • command: cleanup & add new command (5844ef6)
  • commands: add key:generate (e4d105e)
  • commands: add make commands (c4d21d4)
  • commands: add make:listener command (6e276d6)
  • commands: add migration make command (d13b2f7)
  • commands: add serve command (34ee502)

2.1.9 (2017-03-14)

Bug Fixes

2.1.8 (2017-01-30)

Bug Fixes

  • fs: fs.constants is undefined across versions (b0d8841)

2.1.7 (2017-01-28)

Bug Fixes

  • dependencies: install adonis-fold as main dependency (dbf9e21)

2.1.6 (2017-01-28)

Bug Fixes

  • closes #3 (25d2edd)
  • use the requiredNodeVersion and requiredNpmVersion const (246dde6)
  • install: install using --no-optional flag (0426fa3)

Features

  • add check node.js and npm required versions to the new command. (7493ee6)
  • check node.js and npm required versions (954f3e8)