Skip to content
This repository was archived by the owner on Jan 20, 2018. It is now read-only.

0.4.0

Choose a tag to compare

@jakemac53 jakemac53 released this 10 Feb 20:54
· 78 commits to master since this release

0.4.0

Lots of transformer updates:

  • The new_entry_point option is gone. The bootstrapped file will now always
    just be the original name but .dart will be replaced with .initialize.dart.
  • The html_entry_point option is gone, and the file extension is now used to
    detect if it is an html or dart file. You should no longer list the dart file
    contained in the html file. Effectively resolves
    13.
  • The entry_point option has been renamed entry_points and now accepts
    either a single file path or list of file paths. Additionally, it now supports
    Glob syntax so many files can be selected at once. Resolves
    19.