File rubygem-sass.changes of Package rubygem-sass
-------------------------------------------------------------------
Sat Dec 22 07:29:00 UTC 2012 - coolo@suse.com
- updated to version 3.2.4
- Fix imports from .jar files in JRuby. Thanks to Alex Hvostov.
- Allow comments within @import statements in SCSS.
- Fix a parsing performance bug where long decimals would occasionally take many minutes to parse.
-------------------------------------------------------------------
Mon Nov 12 11:46:07 UTC 2012 - coolo@suse.com
- updated to version 3.2.3
* sass --watch no longer crashs when a file in a watched directory is deleted.
* Allow @extend within bubbling nodes such as @media.
* Fix various JRuby incompatibilities and test failures.
* Work around a performance bug that arises from using @extend with deeply-nested selectors.
-------------------------------------------------------------------
Sat Nov 3 07:56:59 UTC 2012 - coolo@suse.com
- updated to version 3.2.2
see http://sass-lang.com/docs/yardoc/file.SASS_CHANGELOG.html
-------------------------------------------------------------------
Sun Aug 26 05:31:50 UTC 2012 - coolo@suse.com
- updated to version 3.2.1
* Fix a buggy interaction with Pow and Capybara that caused EOFErrors.
-------------------------------------------------------------------
Sat Aug 11 05:40:50 UTC 2012 - coolo@suse.com
- updated to version 3.2.0
see http://sass-lang.com/docs/yardoc/file.SASS_CHANGELOG.html
-------------------------------------------------------------------
Fri Jul 6 13:44:53 UTC 2012 - coolo@suse.com
- update to 3.1.20
-------------------------------------------------------------------
Sat May 12 10:00:04 UTC 2012 - coolo@suse.com
- update to 3.1.18
* Ruby 2.0 compatibility. Thanks to Jeremy Kemper.
* Deprecate the use of @extend within directives such as @media.
This has never worked correctly, and now it’s officially deprecated.
It will be an error in 3.2.
-------------------------------------------------------------------
Sun May 6 13:16:42 UTC 2012 - coolo@suse.com
- update to 3.1.17
Don’t crash when calling #inspect on an internal Sass tree object in Ruby 1.9.
Fix some bugs in sass --watch introduced in 3.1.16. Thanks to Maher Sallam.
Support bare interpolation in the value portion of attribute selectors (e.g. [name=#{$value}]).
Support keyword arguments for the invert() function.
Handle backslash-separated paths better on Windows.
Fix rake install on Ruby 1.9.
Properly convert nested @if statements with sass-convert.
-------------------------------------------------------------------
Tue Apr 24 13:30:55 UTC 2012 - coolo@suse.com
- update to 3.1.16
Fix some bugs in sass-convert selector parsing when converting from CSS.
Substantially improve compilation performance on Ruby 1.8.
Support the @-moz-document directive’s non-standard url-prefix and domain function syntax.
Support the @supports directive.
Fix a performance issue when using /*! */ comments with the Rails asset pipeline.
Support -moz-element.
Properly handle empty lists in sass-convert.
Move from FSSM to Listen for file-system monitoring.
-------------------------------------------------------------------
Tue Apr 10 10:36:03 UTC 2012 - coolo@suse.com
- update to 3.1.15, see
http://sass-lang.com/docs/yardoc/file.SASS_CHANGELOG.html
-------------------------------------------------------------------
Mon Feb 13 10:55:15 UTC 2012 - coolo@suse.com
- patch license to follow spdx.org standard
-------------------------------------------------------------------
Mon Oct 17 12:49:22 UTC 2011 - fcastelli@suse.com
- update to 3.1.10
-------------------------------------------------------------------
Fri Aug 26 15:24:38 UTC 2011 - fcastelli@novell.com
- update to 3.1.7
- add 'Provides' macros
-------------------------------------------------------------------
Thu Jul 21 13:10:38 UTC 2011 - fcastelli@novell.com
- updated to 3.1.4
-------------------------------------------------------------------
Fri Jun 10 05:47:01 UTC 2011 - aduffeck@novell.com
- initial version