Skip to content

v3.0.0

Choose a tag to compare

@wallw-dev wallw-dev released this 27 Nov 17:53
· 59 commits to master since this release

3.0.0 (2019-11-27)

Bug Fixes

  • loader: throw an error if the debug loader promise is rejected (6304edd)

Features

  • debug: replace debug loader with Closure's (e52e856)

BREAKING CHANGES

  • debug: The debug loader has been removed in favor of generating
    Closure dependencies and using goog.bootstrap. While this requires no changes
    to existing index templates, it is a significant change to how applications
    load in debug mode so a major version update seems warranted.