Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Releases: systemjs/builder

SystemJS Builder 0.9.1

25 Feb 14:53
Compare
Choose a tag to compare
  • Support for inline source maps (#82)
  • Normalize support for the System.register transformer (6be61a6)

SystemJS Builder 0.9.0

18 Feb 11:40
Compare
Choose a tag to compare
  • Rename 6to5 to Babel (16ae35a)
  • Fix to allow dots in filenames (16ae35a)

SystemJS Builder 0.8.2

14 Feb 10:38
Compare
Choose a tag to compare

Correction to 6to5 source maps (dcbefda, 2e49aed)

SystemJS Builder 0.8.1

13 Feb 14:53
Compare
Choose a tag to compare

6to5 source maps correction (dd47fde)

SystemJS Builder 0.8.0

12 Feb 14:47
Compare
Choose a tag to compare

This release entirely thanks to @crisptrutski.

Breaking change: Treating builder as a class (6510359)

Features

  • Support memory output option when no outFile given (c2203de)
  • Automated tests

Bug Fixes

  • Fix compiled source maps for 6to5 (c2d972b)
  • Ensure source maps are always relative to output file (b60348c)
  • Lots of cleanups in the codebase (efcaea1, d07dcdf)

SystemJS Builder 0.7.4

11 Feb 10:07
Compare
Choose a tag to compare

Fix regression in SFX compiler (f35b6ef)

SystemJS Builder 0.7.3

10 Feb 10:56
Compare
Choose a tag to compare
  • Asset plugins support for CSS builds - #12 (2df3cfd)
  • Support in-memory bundling (386226a)

SystemJS Builder 0.7.2

05 Feb 12:55
Compare
Choose a tag to compare

Fix bug to provide @empty support for pluginLoader (cbfc0c8)

SystemJS Builder 0.7.1

01 Feb 16:40
Compare
Choose a tag to compare

6to5-core dependency fix (82cfdec)

SystemJS Builder 0.7.0

01 Feb 16:38
Compare
Choose a tag to compare
  • 6to5 normalization fix (3229ce2)
  • Update loaders and use 6to5-core for quicker install