File rubygem-haml.changes of Package rubygem-haml
-------------------------------------------------------------------
Fri May 24 08:30:26 UTC 2013 - coolo@suse.com
- updated to version 4.0.3
* Compatibility with newer versions of Rails's Erubis handler.
* Fix Erubis handler for compatibility with Tilt 1.4.x, too.
* Small performance optimization for html_escape.
(thanks [Lachlan Sylvester](https://github.com/lsylvester))
* Documentation fixes.
* Documented some helper methods that were left out of the reference.
(thanks [Shane Riley](https://github.com/shaneriley))
-------------------------------------------------------------------
Fri Apr 12 07:55:36 UTC 2013 - coolo@suse.com
- updated to version 4.0.2
* Explicitly require Erubis to work around bug in older versions of Tilt.
* Fix :erb filter printing duplicate content in Rails views.
(thanks [Jori Hardman](https://github.com/jorihardman))
* Replace range with slice to reduce objects created by `capture_haml`.
(thanks [Tieg Zaharia](https://github.com/tiegz))
* Correct/improve some documentation.
-------------------------------------------------------------------
Sat Mar 23 06:29:20 UTC 2013 - coolo@suse.com
- updated to version 4.0.1
* Remove Rails 3.2.3+ textarea hack in favor of a more general solution.
* Fix some performance regressions.
* Fix support for Rails 4 `text_area` helper method.
* Fix data attribute flattening with singleton objects.
(thanks [Alisdair McDiarmid](https://github.com/alisdair))
* Fix support for sass-rails 4.0 beta.
(thanks [Ryunosuke SATO](https://github.com/tricknotes))
* Load "haml/template" in Railtie in order to prevent user options set in a
Rails initializer from being overwritten
* Don't depend on Rails in haml/template to allow using Haml with ActionView
but without Rails itself. (thanks [Hunter Haydel](https://github.com/wedgex))
-------------------------------------------------------------------
Sun Mar 3 19:48:29 UTC 2013 - coolo@suse.com
- updated to version 4.0.0
long list, see CHANGELOG.md
-------------------------------------------------------------------
Mon Aug 27 12:18:29 UTC 2012 - cfarrell@suse.com
- license update: MIT and SUSE-WTFPL-2.0 and GPL-2.0 and Artistic-2.0
Package is MIT licensed (see MIT license and README.md). However, the
sass component under vendors has a GPL license and some of the tests are
WTFPL licensed
-------------------------------------------------------------------
Sun Aug 26 05:48:23 UTC 2012 - coolo@suse.com
- updated to version 3.1.7
* relicensed to SUSE-WTFPL-2.0
-------------------------------------------------------------------
Tue Jun 26 09:50:43 UTC 2012 - coolo@suse.com
- update to 3.1.6
* fix for the rails 3.2.3 fix to work with rails 3.1
-------------------------------------------------------------------
Tue May 8 05:11:22 UTC 2012 - coolo@suse.com
- update to 3.1.5
* Respect Rails’ html_safe flag when escaping attribute values
* Fix for Rails 3.2.3 textarea helpers
-------------------------------------------------------------------
Mon Apr 9 18:56:46 UTC 2012 - coolo@suse.com
- update to 3.1.4
Fix the use of FormBuilder#block with a label in Haml.
Fix indentation after a self-closing tag with dynamic attributes.
-------------------------------------------------------------------
Mon Feb 13 10:54:56 UTC 2012 - coolo@suse.com
- patch license to follow spdx.org standard
-------------------------------------------------------------------
Sun Sep 18 00:29:19 UTC 2011 - mrueckert@suse.de
- update to haml 3.1.3
- Fix partial layouts
-------------------------------------------------------------------
Thu Jun 9 17:20:12 UTC 2011 - aduffeck@novell.com
- update to haml 3.1.2
- many bugfixes
- fix incompatibility with the rails_xss security fix
(http://weblog.rubyonrails.org/2011/6/8/potential-xss-vulnerability-in-ruby-on-rails-applications)
- Rails 3 support
- does not bundle sass anymore, which is now in rubygem-sass
-------------------------------------------------------------------
Fri Jun 18 16:00:25 UTC 2010 - mrueckert@suse.de
- use rubygems_requires
-------------------------------------------------------------------
Tue May 25 08:31:27 UTC 2010 - fcastelli@novell.com
- do not require explicitly rubygems version, calculate it at build time
-------------------------------------------------------------------
Thu May 20 13:34:48 UTC 2010 - aduffeck@novell.com
- upgrade to haml 3.0.4 ( new features: Rails3 support, more useful multiline,
color mixing, @extend...)
- incompatibilities:
- haml: The puts helper has been removed. Use Haml::Helpers#haml_concat instead.
- sass: new syntax SCSS. SASS2-files can be converted with:
sass-convert --from sass2 style.sass style.scss
-------------------------------------------------------------------
Thu Feb 18 13:50:45 UTC 2010 - aduffeck@novell.com
- upgrade to haml 2.2.20
-------------------------------------------------------------------
Thu Dec 17 11:23:47 CET 2009 - prusnak@suse.cz
- created package