Features
- Bundle arithmetic now supports parentheses thanks to @arackaf (#535)
- The global require is now cleared for module execution, as in SystemJS 0.19.25 (b7084cc)
- Provide a
bundleName
canonical on the bundle output (4be5792)
Bug Fixes
- Builder cache invalidation is now based on decanonicalize to ensure well-defined behaviour (bb312f7)
- Fixes static bundles when using wildcards (e7b4ca5)
- Fixes a tracing bug to ensure that conditional package dependencies are properly included in the build (f8abda4)
- Entry point canonicalization to use full normalization to support conditionals (db663f0)
- NormalizePath edge case fixes (72cb94a)
- Traceur upgrade fixes duplicate variable error (#512)