7.0.0
Permanent migration guide available in the project's wiki: https://github.com/mojotech/jeet/wiki/Migrating-from-6-to-7
7.0.0 cleans up the project and gets it on a track for quickly iterating in accordance with semver.
Breaking changes
- 7.0.0 removes Bower completely
- 7.0.0 removes superfluous directories and renames jeet.scss and jeet.styl to index.scss and index.styl
- $uncycle is completely removed and forever banished
- shift() and unshift() have been renamed to move() and unmove() to prevent potential clashes with Stylus built-in shift() function
- All aliasing has been removed and will remain removed
- SCSS uses a map for its default settings now instead of individual variables
- cf() is now clearfix()
- $g in size-getting functions (column-width(), column-gutter()) has been changed to the more explicit $gutter