platform/jael/CHANGELOG.md

17 lines
424 B
Markdown
Raw Normal View History

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.