platform/packages/jael/angel_jael/CHANGELOG.md

78 lines
1,016 B
Markdown
Raw Normal View History

# Change Log
2023-05-26 23:27:47 +00:00
## 8.0.0
* Require Dart >= 3.0
2022-08-16 11:19:04 +00:00
## 7.0.0
* Require Dart >= 2.17
2022-04-24 10:53:41 +00:00
## 6.0.1
* Updated `jael3`
* Updated `jael_preprocessor`
2022-02-22 11:41:06 +00:00
## 6.0.0
2022-08-16 11:19:04 +00:00
* Require Dart >= 2.16
2022-02-22 11:41:06 +00:00
## 5.0.0
2022-04-23 04:21:39 +00:00
* Skipped release
2022-02-22 11:41:06 +00:00
2021-12-25 02:54:16 +00:00
## 4.3.1
* Removed debug message
2021-12-25 02:40:30 +00:00
## 4.3.0
* Added `jaelTemplatePreload` to preload all JAEL templates into a cache
2021-12-22 23:34:41 +00:00
## 4.2.3
* Turned on generated HTML minification by default
2021-12-19 17:39:16 +00:00
## 4.2.2
2021-12-22 23:34:41 +00:00
* Turned on JAEL template caching by default
2021-12-19 17:39:16 +00:00
2021-11-25 00:33:56 +00:00
## 4.2.1
* Added `minified` parameter for generating minified HTML output
2021-09-25 06:32:32 +00:00
## 4.2.0
* Updated to use `package:belatuk_code_buffer`
## 4.1.0
2021-09-25 06:32:32 +00:00
* Updated to use `package:belatuk_symbol_table`
* Updated linter to `package:lints`
## 4.0.0
2022-08-16 11:19:04 +00:00
* Migrated to support Dart >= 2.12 NNBD
2021-05-02 04:12:43 +00:00
## 3.0.0
2022-08-16 11:19:04 +00:00
* Migrated to work with Dart >= 2.12 Non NNBD
2021-05-02 04:12:43 +00:00
## 2.0.0
2018-11-10 21:48:03 +00:00
* Angel 2 and Dart 2 updates.
* Default to `.jael` instead of `.jl`.
## 1.0.3
2018-07-15 20:41:43 +00:00
* Update for annoying map casting bug.
## 1.0.2
2018-06-26 15:31:34 +00:00
* Update for DSX support.
* Clear the buffer on errors.
## 1.0.1
* Use `Renderer.errorDocument`.