platform/packages/jael/jael_preprocessor/CHANGELOG.md

18 lines
397 B
Markdown
Raw Normal View History

2021-05-02 04:12:43 +00:00
# 4.0.0
* Migrated to support Dart SDK 2.12.x NNBD
# 3.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
2018-11-12 22:03:23 +00:00
# 2.0.1
* Fixed a bug where failed file resolutions would not become proper errors.
2018-11-11 01:52:41 +00:00
# 2.0.0+1
* Homepage update for Pub.
2018-11-10 17:43:39 +00:00
# 2.0.0
* Dart 2 updates.
* Fix a templating bug where multiple inheritance did not work.
2018-04-03 05:04:34 +00:00
# 1.0.0+1
* Minor change to `Patcher` signature for Dart 2 compatibility.