Skip to content

Releases: alex-klock/ng2-fused

0.5.1

05 Oct 19:57
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release

Updated the auto split feature of Ng2RouterPlugin to handle nested lazy routed modules.

0.5.0

29 Sep 03:40
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release
  • Breaking changes to the Router Plugin to allow it to work with both AOT and JIT builds.
  • Added in an auto split feature to the Router Plugin which will automatically configure FuseBox for split bundles based on folder naming structure (module folders starting with +).
  • Added Ng2SpecBundlePlugin, which is a helper to create spec bundles that work with and without QuantumPlugin.
  • A Seed Project, https://github.com/alex-klock/ng2-fused-seed, was created to show working samples of the plugins in this project as well as to be utilized as a starter.

0.4.0

04 Sep 14:21
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
Updated plugin to latest version of fuse-box (2.2.1).

Updated typescript dependency to latest.