This repository was archived by the owner on Jan 20, 2018. It is now read-only.
0.4.0
0.4.0
Lots of transformer updates:
- The
new_entry_pointoption is gone. The bootstrapped file will now always
just be the original name but.dartwill be replaced with.initialize.dart. - The
html_entry_pointoption 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_pointoption has been renamedentry_pointsand 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.