Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Latest commit

 

History

History
344 lines (161 loc) · 12.5 KB

CHANGELOG.md

File metadata and controls

344 lines (161 loc) · 12.5 KB

4.0.6 (2018-08-03)

Bug Fixes

  • commands: support prereleases of Node.js (#114) (f28cdd6)

Features

  • new: add support for complete git urls (64ca4e4), closes prividers#109
  • serve: add support for defining ext for watch & remove domain (f6ec54c), closes #96

4.0.5 (2018-06-04)

Bug Fixes

  • package: update marked to version 0.4.0 (#105) (8b7b190)

Features

  • install: use cnpm flag for install (71ae975)
  • make: add docblocks & params to resource controller (#92) (d7cf77f)
  • make: add make:provider command (#94) (3344066)
  • new: add cnpm flag (d64cb7f)
  • serve: add option to specify debug port (c0735ff)

4.0.4 (2018-02-14)

Bug Fixes

  • serve: boxen has been removed (97890a2), closes #93

4.0.3 (2018-02-09)

4.0.2 (2018-02-07)

Bug Fixes

4.0.1 (2018-02-07)

4.0.0 (2018-01-31)

Bug Fixes

  • package: update dotenv to version 5.0.0 (#89) (454a8bf)
  • package: update dotenv to version 5.0.0 (#89) (e655cb7)
  • package: update shelljs to version 0.8.0 (#82) (05f0919)
  • serve: add root directory to ignore files nodemon (#76) (11d8b5c)

Features

  • new: re-design new command output & add raw option (db4c5d9)

3.0.17 (2017-11-08)

Features

  • generators: add traits generator (16bebfb)

3.0.16 (2017-10-30)

Bug Fixes

  • serve: exit process on close everytime (f1b6c77)

3.0.15 (2017-10-29)

Features

  • model: add the possibility to generate a resourceful controller (#63) (c8cdbc0)
  • serve: add .dev domains support via hotel (b3c7bdd)
  • serve: add polling option for legacy watch (695b7df)
  • serve: allow user to register .dev domain (14fc1e8)
  • setup: add setup command to allow projects define setup process (4954433)

Reverts

  • commands: remove setup command (15258e8)

3.0.14 (2017-10-10)

Bug Fixes

  • clone: allow white space (dd2b551)
  • make:controller: entertain the resource flag (977b160)
  • repl: create history file if doesn't exists (#58) (3fb526b)
  • watch: ignore public directory (67ca54d)

3.0.13 (2017-10-03)

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)