Skip to content

Latest commit

 

History

History
114 lines (73 loc) · 4.77 KB

CHANGELOG.md

File metadata and controls

114 lines (73 loc) · 4.77 KB

0.7.2 (2013-06-03)

Compare view

  • Use File::PATH_SEPARATOR when exporting the NODE_PATH variable.

0.7.2 (2013-02-12)

Compare view

  • Fixes loading issues with Sprockets and Rails.

0.7.0 (2013-01-27)

Compare view

  • ImportProcessor tracks @import definitions recursively.
  • Tilt shouldn't a hard dependency.

0.6.2 (2012-06-01)

Compare view

  • Fixes namespacing clashing between Stylus::Sprockets and the Sprockets modules.

0.6.1 (2012-05-31) (yanked)

Compare view

  • Skips Sprockets::FileNotFound errors on the ImportProcessor.

0.6.0 (2012-05-20)

Compare view

  • Sprockets configuration extracted to Stylus.setup - you can use this on a Sinatra or Rack app;
  • When node isn't available, Stylus will raise a exception of it's own instead of blowing up inside ExecJS.

0.5.1 (2012-05-07)

Compare view

  • Fixes the ImportProcessor so it doesn't evaluates the stylesheets.

0.5.0 (2012-03-26)

Compare view

  • Rewrite of the Railtie initializers to match 3.2 loading order;
  • Only folders ending with stylesheets will be copied over to Stylus.paths.

0.4.2 (2012-03-24)

Compare view

  • Tells Rails to always run the Railtie initializer.

0.4.1 (2012-01-06)

Compare view

  • Skips Sprockets configuration if config.assets.enabled isn't true.

0.4.0 (2011-11-23)

Compare view

  • @import directives will be added as dependencies to Sprockets (based on the work by @metaskills on the less-rails).

0.3.0 (2011-10-17)

Compare view

  • This gem now uses the stylus-source gem to bundle the latest NPM package of Stylus, so there's no setup required to install stylus via npm install or cloning it into the node_modules folder - Thanks @railsjedi.
  • Added a debug configuration option, that enables the linenos and firebug flags on Stylus. Inside Rails, this configuration option will be copied from the config.assets.debug;
  • Added a global array import that handles other stylesheets to include on every compilation process;
  • Added a shorthand Stylus.nib = true to use the plugin and import it on every processed stylesheet.

0.2.2 (2011-09-14)

Compare view

  • ExecJS 1.2.5+ compatibility: Using a custom ExternalRuntime.

0.2.1 (2011-08-30)

Compare view

  • Removed a hack for a Sprockets loading order issue;
  • Testing on 1.9.2, REE and Rubinius thanks to Travis CI;
  • Enables compression if Sprockets is configured to do so;
  • Added Rails and Sprockets tests.

0.2.0 (2011-07-14)

Compare view

  • Replaced stylus:install with proper generators for Rails 3.1 - now all hooks for the stylesheet_engine will generate .styl files.

0.1.2 (2011-07-08)

Compare view

  • Fixes missing require for Rails apps.

0.1.1 (2011-07-07)

Compare view

  • Requiring stylus/tilt outside the Railtie, by DAddYE.

0.1.0 (2011-06-21)

Compare view

0.0.3 (2011-06-06)

Compare view

  • Bugfix: stylus now works in production environment.

0.0.2 (2011-06-02)

Compare view

  • Added a Rails Generator called stylus:install to copy sample files on your lib/ folder.
  • Added Stylus.convert to parse CSS back to Stylus syntax.

0.0.1 (2011-05-18)

  • Initial Release.