Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

1.0.0-beta+4

Compare
Choose a tag to compare
@matanlurey matanlurey released this 01 Mar 04:01
· 226 commits to master since this release

Lots of changes in this release. Getting close to a release candidate.

1.0.0-beta+4

  • Renamed PartBuilder to PartOfBuilder.
  • Added a new class, PartBuilder, to represent part '...dart' directives.
  • Added the HasAnnotations interface to all library/part/directive builders.
  • Added asFactory and asConst to ConstructorBuilder.
  • Added ConstructorBuilder.redirectTo for a redirecting factory constructor.
  • Added a name getter to ReferenceBuilder.
  • Supplying an empty constructor name ('') is equivalent to null (default).
  • Automatically encodes string literals with multiple lines as '''.
  • Added asThrow to ExpressionBuilder.
  • Fixed a bug that prevented FieldBuilder from being used at the top-level.