This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
Releases: dart-archive/code_builder
Releases · dart-archive/code_builder
1.0.0-beta
1.0.0-beta
- Add support for
async
,sync
,sync*
functions - Add support for expression
asAwait
,asYield
,asYieldStar
- Add
toExportBuilder
andtoImportBuilder
to types and references - Fix an import scoping bug in
return
statements and named constructor invocations. - Added constructor initializer support
- Add
while
anddo {} while
loop support - Add
for
andfor-in
support - Added a
name
getter forParameterBuilder
1.0.0-alpha+6
1.0.0-alpha+6
MethodBuilder.closure
emits properly as a top-level function
1.0.0-alpha+5: Remove semicolons from where they don't belong. (#33)
* Remove semicolons from where they don't belong. * Update changelog * Cleanup Changelog
1.0.0-alpha+4
Support latest analyzer (#30)
1.0.0-alpha+3: Add additional features for NG2 output AST parity (#29)
* Various changes. * Update presubmit. * Add more features required for ng2 parity.
1.0.0-alpha+2: More parity support with the Angular Dart output AST (#25)
* Various changes. * Update presubmit. * More changes to get NG2-output parity
1.0.0-alpha+1: Various changes to close a bunch of open issues (#21)
* Various changes. * Update presubmit.
New release with better/more syntax
This is still a pre-release: needs some vetting before going stable.
0.1.3
Add assignment expressions.