File: Changelog.markdown

package info (click to toggle)
ruby-html2haml 2.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 288 kB
  • sloc: ruby: 1,577; makefile: 6
file content (45 lines) | stat: -rw-r--r-- 1,085 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# HTML2Haml Changelog

## 2.3.0

* Haml 6+ support.

* Fixed a bug that embedded ruby code was not parsed with the current version of ruby.

## 2.2.0

* Haml 5 support.

## 2.1.0

* Reduce specificity of Haml 4.0 version dependency.
  (thanks to [Ben Sheldon](https://github.com/bensheldon))

## 2.0.0

* Switch to Nokogiri for XML parsing.
  (thanks to [Stefan Natchev](https://github.com/snatchev) and [Norman
  Clarke](https://github.com/norman))

* Add Ruby 2.0 support.
  (thanks to [Yasuharu Ozaki](https://github.com/yasuoza))

* Add option to use Ruby 1.9-style attributes when possible.
  (thanks to [Yoshinori Kawasaki](https://github.com/luvtechno) and
  [Alexander Egorov](https://github.com/qatsi))

* Updated dependency versions.

* Removed some deprecated configuration flags.

* Move the internal HTML class from the Haml namespace into the Html2haml
  namespace.

## 1.0.1

Rescue from `RubyParser::SyntaxError` in check for valid ruby.

## 1.0.0

* Extracted from Haml and released as an independent gem. For changes from
  previous versions, see the Haml changelog.