2019-01-31 21:37:10 +00:00
|
|
|
# 2.1.0
|
|
|
|
* Fixed handling of `if` in non-strict mode.
|
|
|
|
*
|
|
|
|
|
2018-11-10 19:20:03 +00:00
|
|
|
# 2.0.1
|
|
|
|
* Fixed bug where the `textarea` name check would never return `true`.
|
|
|
|
|
|
|
|
# 2.0.0+1
|
|
|
|
* Meta-update for Pub score.
|
|
|
|
|
2018-11-03 00:16:03 +00:00
|
|
|
# 2.0.0
|
|
|
|
* Dart 2 updates.
|
|
|
|
* Remove usage of `package:dart2_constant`.
|
|
|
|
|
2018-06-28 01:23:38 +00:00
|
|
|
# 1.0.6+1
|
2018-11-03 00:16:03 +00:00
|
|
|
* Ensure `<element>` passes attributes.
|
2018-06-28 01:23:38 +00:00
|
|
|
|
2018-06-28 00:46:34 +00:00
|
|
|
# 1.0.6
|
|
|
|
* Add `index-as` to `for-each`.
|
|
|
|
* Support registering + rendering custom elements.
|
|
|
|
* Improve handling of booleans in non-strict mode.
|
|
|
|
|
2018-06-26 15:29:34 +00:00
|
|
|
# 1.0.5
|
|
|
|
* Add support for DSX, a port of JSX to Dart.
|
|
|
|
|
2018-04-03 18:21:50 +00:00
|
|
|
# 1.0.4
|
|
|
|
* Skip HTML comments in free text.
|
|
|
|
|
2018-04-03 18:07:34 +00:00
|
|
|
# 1.0.3
|
|
|
|
* Fix a scanner bug that prevented proper parsing of HTML nodes
|
|
|
|
followed by free text.
|
|
|
|
* Don't trim `<textarea>` content.
|
|
|
|
|
2018-04-03 15:13:37 +00:00
|
|
|
# 1.0.2
|
|
|
|
* Use `package:dart2_constant`.
|
|
|
|
* Upgrade `package:symbol_table`.
|
|
|
|
* Added `Renderer.errorDocument`.
|
|
|
|
|
2018-04-03 05:04:34 +00:00
|
|
|
# 1.0.1
|
|
|
|
* Reworked the scanner; thereby fixing an extremely pesky bug
|
|
|
|
that prevented successful parsing of Jael files containing
|
|
|
|
JavaScript.
|