Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Releases: makenew/sass-package

v2.0.1

21 Jan 00:04
Compare
Choose a tag to compare
  • Minor updates to README (Description and Source Code section).
  • Fix url and add semver link in CHANGELOG.
  • Update alt text on badges.

v2.0.0

19 Jan 03:54
Compare
Choose a tag to compare
  • Quickly bootstrap your new project with ./makenew.sh.

Updating exiting projects

This version introduces makenew.sh which automatically bootstraps new projects.
Most of the boilerplate which is normally replaced when making a new project has thus been changed.

This will generate a lot of merge conflicts for exiting projects updating to this version, however all of these can be safely ignored.

Recommend update procedure

  1. Update normally to sass-package-v1.3.0 by following the instructions in the README (merge in the sass-package-v1.3.0 tag instead of upstream/master).

  2. Merge in this version, but only use your file versions. For example,

    $ git fetch upstream
    $ git merge --no-commit sass-package-v2.0.0
    $ git reset .
    $ git checkout --ours .
    $ git clean -fdx
    $ git commit
    
  3. Update to the latest release normally.

Alternative update option

Depending on how complicated your merge conflicts are, this manual way may be easier.

  1. Checkout this version (or the latest one) into a separate branch, say makenew.
  2. Run ./makenew.sh and enter in the values as if you were recreating your work from scratch. Commit the results.
  3. Create a new branch from your master and merge the makenew branch (do not create a merge commit yet). Compare the makenew branch to your master branch using git diff and whatever git workflow makes sense. One option is to git reset and git checkout, then update each file one at a time until you are satisfied with the merge.

v1.3.0

19 Jan 00:28
Compare
Choose a tag to compare
  • Remove rake travis task.
  • Enhance spawn method in Rakefile.
  • Use npm run deps over npm install.
  • Bump all gem versions.
  • Add all metadata to package.json.
  • Add main, description, and repository to bower.json.
  • Improve README and add npm badge.
  • Update .gitignore.
  • Update Change Log to follow keepachangelog.com.

v1.2.3

29 Oct 21:41
Compare
Choose a tag to compare
  • Update Updating section in README.

v1.2.2

29 Oct 21:38
Compare
Choose a tag to compare
  • Use Ruby 2 for Travis.

v1.2.1

18 Aug 21:07
Compare
Choose a tag to compare
  • Use stable node for testing.

v1.2.0

08 May 04:21
Compare
Choose a tag to compare
  • Update badges.
  • Use three backticks for code blocks in README.
  • Use io.js for Travis CI.
  • Update Ruby version to 2.2.2 for Travis CI.

v1.1.1

08 May 04:15
Compare
Choose a tag to compare
  • Travis CI optimizations.

v1.1.0

17 Feb 08:55
Compare
Choose a tag to compare
  • Remove Guardfile in favor of rake watch.
  • Add bower to Travis CI.

v1.0.0

17 Feb 06:57
Compare
Choose a tag to compare

Initial release!