2021-09-13 00:30:02 +00:00
|
|
|
# Change Log
|
|
|
|
|
2022-04-24 10:53:41 +00:00
|
|
|
## 6.0.1
|
|
|
|
|
|
|
|
* Fixed analyze errors
|
|
|
|
|
2022-04-24 00:55:17 +00:00
|
|
|
## 6.0.0
|
2022-02-22 11:41:06 +00:00
|
|
|
|
2022-04-23 04:21:39 +00:00
|
|
|
* Updated to SDK 2.16.x
|
2022-02-22 11:41:06 +00:00
|
|
|
|
2022-04-24 00:55:17 +00:00
|
|
|
## 5.0.0
|
|
|
|
|
|
|
|
* Skipped release
|
|
|
|
|
2021-09-25 06:32:32 +00:00
|
|
|
## 4.2.0
|
|
|
|
|
|
|
|
* Updated to use `package:belatuk_code_buffer`
|
|
|
|
|
2021-09-13 00:30:02 +00:00
|
|
|
## 4.1.0
|
|
|
|
|
2021-09-25 06:32:32 +00:00
|
|
|
* Updated to use `package:belatuk_symbol_table`
|
|
|
|
* Updated linter to `package:lints`
|
2021-09-13 00:30:02 +00:00
|
|
|
|
|
|
|
## 4.0.0
|
|
|
|
|
2021-05-02 04:12:43 +00:00
|
|
|
* Migrated to support Dart SDK 2.12.x NNBD
|
|
|
|
|
2021-09-13 00:30:02 +00:00
|
|
|
## 3.0.0
|
|
|
|
|
2021-05-02 04:12:43 +00:00
|
|
|
* Migrated to work with Dart SDK 2.12.x Non NNBD
|
|
|
|
|
2021-09-13 00:30:02 +00:00
|
|
|
## 2.0.2
|
|
|
|
|
2019-01-31 21:37:10 +00:00
|
|
|
* Fixed handling of `if` in non-strict mode.
|
2019-07-29 22:01:24 +00:00
|
|
|
* Roll `JaelFormatter` and `jaelfmt`.
|
2019-01-31 21:37:10 +00:00
|
|
|
|
2021-09-13 00:30:02 +00:00
|
|
|
## 2.0.1
|
|
|
|
|
2018-11-10 19:20:03 +00:00
|
|
|
* Fixed bug where the `textarea` name check would never return `true`.
|
|
|
|
|
2021-09-13 00:30:02 +00:00
|
|
|
## 2.0.0+1
|
|
|
|
|
2018-11-10 19:20:03 +00:00
|
|
|
* Meta-update for Pub score.
|
|
|
|
|
2021-09-13 00:30:02 +00:00
|
|
|
## 2.0.0
|
|
|
|
|
2018-11-03 00:16:03 +00:00
|
|
|
* Dart 2 updates.
|
|
|
|
* Remove usage of `package:dart2_constant`.
|
|
|
|
|
2021-09-13 00:30:02 +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
|
|
|
|
2021-09-13 00:30:02 +00:00
|
|
|
## 1.0.6
|
|
|
|
|
2018-06-28 00:46:34 +00:00
|
|
|
* Add `index-as` to `for-each`.
|
|
|
|
* Support registering + rendering custom elements.
|
|
|
|
* Improve handling of booleans in non-strict mode.
|
|
|
|
|
2021-09-13 00:30:02 +00:00
|
|
|
## 1.0.5
|
|
|
|
|
2018-06-26 15:29:34 +00:00
|
|
|
* Add support for DSX, a port of JSX to Dart.
|
|
|
|
|
2021-09-13 00:30:02 +00:00
|
|
|
## 1.0.4
|
|
|
|
|
2018-04-03 18:21:50 +00:00
|
|
|
* Skip HTML comments in free text.
|
|
|
|
|
2021-09-13 00:30:02 +00:00
|
|
|
## 1.0.3
|
|
|
|
|
2018-04-03 18:07:34 +00:00
|
|
|
* Fix a scanner bug that prevented proper parsing of HTML nodes
|
|
|
|
followed by free text.
|
|
|
|
* Don't trim `<textarea>` content.
|
|
|
|
|
2021-09-13 00:30:02 +00:00
|
|
|
## 1.0.2
|
|
|
|
|
2018-04-03 15:13:37 +00:00
|
|
|
* Use `package:dart2_constant`.
|
|
|
|
* Upgrade `package:symbol_table`.
|
|
|
|
* Added `Renderer.errorDocument`.
|
|
|
|
|
2021-09-13 00:30:02 +00:00
|
|
|
## 1.0.1
|
|
|
|
|
2018-04-03 05:04:34 +00:00
|
|
|
* Reworked the scanner; thereby fixing an extremely pesky bug
|
|
|
|
that prevented successful parsing of Jael files containing
|
2021-09-13 00:30:02 +00:00
|
|
|
JavaScript.
|