Skip to content

Releases: dart-lang/code_builder

1.0.0-beta

05 Jan 01:25
Compare
Choose a tag to compare

1.0.0-beta

  • Add support for async, sync, sync* functions
  • Add support for expression asAwait, asYield, asYieldStar
  • Add toExportBuilder and toImportBuilder to types and references
  • Fix an import scoping bug in return statements and named constructor invocations.
  • Added constructor initializer support
  • Add while and do {} while loop support
  • Add for and for-in support
  • Added a name getter for ParameterBuilder

1.0.0-alpha+6

22 Nov 06:41
Compare
Choose a tag to compare
1.0.0-alpha+6 Pre-release
Pre-release

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)

21 Nov 22:27
Compare
Choose a tag to compare
* Remove semicolons from where they don't belong.

* Update changelog

* Cleanup Changelog

1.0.0-alpha+4

19 Nov 20:18
Compare
Choose a tag to compare
1.0.0-alpha+4 Pre-release
Pre-release
Support latest analyzer (#30)

1.0.0-alpha+3: Add additional features for NG2 output AST parity (#29)

17 Nov 01:40
Compare
Choose a tag to compare
* 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)

16 Nov 20:22
Compare
Choose a tag to compare
* 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)

15 Nov 01:00
Compare
Choose a tag to compare
* Various changes.

* Update presubmit.

New release with better/more syntax

27 Oct 08:25
Compare
Choose a tag to compare
Pre-release

This is still a pre-release: needs some vetting before going stable.

0.1.3

23 Sep 21:44
Compare
Choose a tag to compare

Add assignment expressions.

0.12

19 Sep 16:56
Compare
Choose a tag to compare

Cleaned up, scoping support, and first release on pub.