Skip to content

Releases: sane/sane

Who needs names? We'll get a proper one next version.

Choose a tag to compare

@Globegitter Globegitter released this 29 Apr 19:45

Changelog

  • [FEATURE] Added an sane install command that allows to install addons such as sane 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 enpeem module
  • [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.0 runs into issues on Linux
  • [BUGFIX] Enabled SANE to run without requiring a global ember-cli installation.

Japanese Garden

Choose a tag to compare

@Globegitter Globegitter released this 03 Mar 01:42

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.x version because of latest blueprints.
  • [BUGFIX] Improved sane new command 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 expect instead of assert from 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 up on Mac/Linux

Bamboo Garden

Choose a tag to compare

@Globegitter Globegitter released this 19 Jan 14:48

Changelog

  • [BUGFIX] Fixed cleanupSails() procedure when creating a new project.
  • [BUGFIX] Installing sane-cli now locally on new project creation.

Grown Bamboos

Choose a tag to compare

@Globegitter Globegitter released this 18 Jan 19:49

Changelog

  • [BUGFIX] Forgot a missing windows fix

Grown Bamboo

Choose a tag to compare

@Globegitter Globegitter released this 18 Jan 19:30

Changelog

  • [BUGFIX] Changed to superspawn library to fix issues on windows.

Bamboo

Choose a tag to compare

@Globegitter Globegitter released this 18 Jan 18:33

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

Choose a tag to compare

@Globegitter Globegitter released this 30 Dec 15:02

Changelog

  • [ENHANCEMENT] Update leek version which improves start-up time for commands that don't use tracking.
  • [FEATURE] Added redis support.
  • [FEATURE] Added --skip-sails and --skip-ember flags to the up command, if you want to only start the backend or frontend server.

Brown Shiitake

Choose a tag to compare

@Globegitter Globegitter released this 26 Dec 10:11

Changelog

  • [BUGFIX] Fixed bug with sane new not working without --docker
  • [BUGFIX] Possibly fixing the EHOSTUNREACH issue.

Grown Shiitake

Choose a tag to compare

@Globegitter Globegitter released this 23 Dec 21:13

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 version when running sane new with docker

Shiitake

Choose a tag to compare

@Globegitter Globegitter released this 23 Dec 03:50

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-bower flags 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 --verbose flag for sane up, which displays additional boot2docker output, 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/-p flag.
  • [ENHANCEMENT] pod option is now supported in your .sane-cli
  • [BUGFIX] Changed tracking code to an GA App
  • [BREAKING BUGFIX] For consistency the short version of the --docker flag is now -D for all commands