platform/packages/jael/jael_preprocessor/CHANGELOG.md
2024-06-23 12:09:26 +08:00

74 lines
968 B
Markdown

# Change Log
## 8.2.0
* Require Dart >= 3.3
* Updated `lints` to 4.0.0
## 8.1.1
* Updated repository link
## 8.1.0
* Updated `lints` to 3.0.0
* Fixed linter warnings
## 8.0.0
* Require Dart >= 3.0
* Updated `file` to 7.0.0
## 7.0.0
* Require Dart >= 2.17
## 6.0.1
* Fixed `jael3` version
## 6.0.0
* Require Dart >= 2.16
## 5.0.0
* Skipped release
## 4.2.0
* Updated to use `package:belatuk_code_buffer`
## 4.1.0
* Updated to use `package:belatuk_symbol_table`
* Updated linter to `package:lints`
## 4.0.1
* Resolved static analysis warnings
## 4.0.0
* Migrated to support Dart >= 2.12 NNBD
## 3.0.0
* Migrated to work with Dart >= 2.12 Non NNBD
## 2.0.1
* Fixed a bug where failed file resolutions would not become proper errors.
## 2.0.0+1
* Homepage update for Pub.
## 2.0.0
* Dart 2 updates.
* Fix a templating bug where multiple inheritance did not work.
## 1.0.0+1
* Minor change to `Patcher` signature for Dart 2 compatibility.