Releases: sane/sane
Releases · sane/sane
Release list
Who needs names? We'll get a proper one next version.
Changelog
- [FEATURE] Added an
sane installcommand that allows to install addons such assane install sane-auth. More details on how to write addons comming soon! - [BREAKING BUGFIX] Only supports ember-cli 0.2.3 and above for the addon system
- [ENHANCEMENT] Switched to
enpeemmodule - [ENHANCEMENT] Switch to babeljs for better debugging statements.
- [BUGFIX] Fixed installTest
- [BUGFIX] Added logic to ensure case of resources generated through
sane generate#143 - [ENHANCEMENT] Added eslint through mocha-eslint
- [BUGFIX] Fixed docker root issue for linux
- [ENHANCEMENT] Added stack trace to errors in
sane new - [ENHANCEMENT] Use master version of sails-hook-dev since
1.0.0runs into issues on Linux - [BUGFIX] Enabled SANE to run without requiring a global ember-cli installation.
Japanese Garden
Changelog
- [FEATURE] Added autoreload of sails server using sails-hook-autoreload hook
- [ENHANCEMENT] Added sails-hook-dev and removed morgan request logging.
- [ENHANCEMENT] Bumped lodash to latest
3.xversion because of latest blueprints. - [BUGFIX] Improved
sane newcommand in certain edge cases - [BUGFIX] Fixed a sails response bug that view is missing.
- [BUGFIX] Fixed errors in
sane new --skip-npm. - [BUGFIX] Fixed tests on Windows and AppVeyor.
- [BUGFIX] Full Windows support.
- [ENHANCEMENT] Changed to using
expectinstead ofassertfrom chai module to match ember-cli commit 2435679.
0.0.23
- [BUGFIX] Fixed ember-cli version check on
sane new.
0.0.22
- [BUGFIX] Reverted a planned windows change which fixed
sane upon Mac/Linux
Bamboo Garden
Changelog
- [BUGFIX] Fixed
cleanupSails()procedure when creating a new project. - [BUGFIX] Installing
sane-clinow locally on new project creation.
Grown Bamboos
Changelog
- [BUGFIX] Forgot a missing windows fix
Grown Bamboo
Changelog
- [BUGFIX] Changed to
superspawnlibrary to fix issues on windows.
Bamboo
Changelog
- [FEATURE] Added support for local sane-cli (so you can have a fixed sane-cli per project)
- [ENHANCEMENT] Improved boot2docker running check
- [BUGFIX] explicit sane up --docker=false now working
- [ENHANCEMENT] No analytics for tests anymore by adding undocumented --skip-analytics flag
- [BUGFIX] Fixed installation for certain Unix platforms
- [BUGFIX] Fixed installation for Windows: Traceur was not loading modules properly.
- [BUGFIX] Fixed sails assets path for usage without grunt
- [ENHANCEMENT] Creating a new project now cleans up Sails to be API only (still including assets folder for easy deployment)
Portobello
Changelog
- [ENHANCEMENT] Update
leekversion which improves start-up time for commands that don't use tracking. - [FEATURE] Added redis support.
- [FEATURE] Added
--skip-sailsand--skip-emberflags to theupcommand, if you want to only start the backend or frontend server.
Brown Shiitake
Changelog
- [BUGFIX] Fixed bug with
sane newnot working without--docker - [BUGFIX] Possibly fixing the EHOSTUNREACH issue.
Grown Shiitake
Changelog
- [BUGFIX] Fixed some bug with
sails-disk - [BUGFIX] Fixed a bug with
sane up, using local install as well as recognizing a changed client folder - [BUGFIX] Showing the right
sails versionwhen runningsane newwith docker
Shiitake
Changelog
- [FEATURE] Added https://github.com/expressjs/morgan hook to sails app so each http request gets logged
- [FEATURE] Added
sane new --skip-npm --skip-bowerflags to skip npm and bower installation. - [FEATURE] You can now rename your client/server folders, by renaming them and then adding the new name to your .sane-cli
apps. See Docs for details - [FEATURE] Added
--verboseflag forsane up, which displays additionalboot2dockeroutput, only on windows & mac - [BREAKING ENHANCEMENT] On windows and mac your sails-container-server gets automatically forwarded to localhost. Right now only supports the fixed 1337 porty. Removed the
--port-forward/-pflag. - [ENHANCEMENT]
podoption is now supported in your.sane-cli - [BUGFIX] Changed tracking code to an GA App
- [BREAKING BUGFIX] For consistency the short version of the
--dockerflag is now-Dfor all commands