Released 13th December 2018
- Rebuilt from the ground-up using PHP and releasing as a Phar
Released 8th November 2016
- Downloading a zip instead of cloning the skeleton
- Simplified install and migrate (removed composer stuff before hand)
- Updated docs
Released 2nd March 2016
- Passing all arguments to the console application, except for a few which do a few things before hand.
Namely
new
,install
andupgrade
Released 2nd March 2016
- Using new console (but with fallback)
- Executing the console via PHP binary
- No longer doing the whole install process for migrations
Released 24 November 2015
- Added NPM and Grunt to install process
Released 22 August 2015
- Added dev tools
nails dev pull
will pull down/update all public Nails repositories from GitHub
Released 28 April 2015
- Updated version number
Released 28 April 2015
- Updated README.md
Released 28 April 2015
- Added support for the "test" console app
Released 27 January 2015
- Bower is now executed at the same points composer is
Released 12 January 2015
- Can now supply an optional second argument to
nails new
to define the name of the folder/app
Released 12 January 2015
- Added
--version
and-v
options to display version information
Released 12 January 2015
install
andmigrate
will now also runcomposer install
prior to executing- Added
upgrade
to upgrade dependencies and migrate the DB - Updated README.md
Release date: 11 January 2015
- Minor README.md updates
Release date: 11 January 2015
- Updated to README.md with regards installation via Homebrew
- Some minor code tidyups
Release date: 09 January 2015
- Initial Release, first release, not intended to be stable at all.