39 lines
624 B
Markdown
39 lines
624 B
Markdown
# Change Log
|
|
|
|
## 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 SDK 2.12.x NNBD
|
|
|
|
## 3.0.0
|
|
|
|
* Migrated to work with Dart SDK 2.12.x 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.
|