platform/packages/jael/angel_jael/CHANGELOG.md
thomashii@dukefirehawk.com 613a24c89a Updated repository links
2023-12-25 11:45:10 +08:00

86 lines
1.1 KiB
Markdown

# Change Log
## 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
## 7.0.0
* Require Dart >= 2.17
## 6.0.1
* Updated `jael3`
* Updated `jael_preprocessor`
## 6.0.0
* Require Dart >= 2.16
## 5.0.0
* Skipped release
## 4.3.1
* Removed debug message
## 4.3.0
* Added `jaelTemplatePreload` to preload all JAEL templates into a cache
## 4.2.3
* Turned on generated HTML minification by default
## 4.2.2
* Turned on JAEL template caching by default
## 4.2.1
* Added `minified` parameter for generating minified HTML output
## 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.0
* Migrated to support Dart >= 2.12 NNBD
## 3.0.0
* Migrated to work with Dart >= 2.12 Non NNBD
## 2.0.0
* Angel 2 and Dart 2 updates.
* Default to `.jael` instead of `.jl`.
## 1.0.3
* Update for annoying map casting bug.
## 1.0.2
* Update for DSX support.
* Clear the buffer on errors.
## 1.0.1
* Use `Renderer.errorDocument`.