LibraryIdentifier to initialize instead of just a Symbol. This provides the package, and path to the library in addition to the symbol so that paths can be normalized.entryPoint and newEntryPoint transformer options were renamed to entry_point and new_entry_pont.
Added html_entry_point option to the transformer. This will search that file for any script tag whose src is entry_point and rewrite it to point at the bootstrapped file new_entry_point.
Top level properties and static class properties are now supported in initializer constructors, as well as List and Map literals, 5.
Quick fix for the transformer on windows.
Initial beta release. There is one notable missing feature in the release regarding constructor arguments, see 5.