Releases: alex-klock/ng2-fused
Releases · alex-klock/ng2-fused
0.5.1
Updated the auto split feature of Ng2RouterPlugin to handle nested lazy routed modules.
0.5.0
- 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
Updated plugin to latest version of fuse-box (2.2.1). Updated typescript dependency to latest.