Skip to content

Releases: ngageoint/opensphere-build-index

v4.0.0

21 Sep 20:57

Choose a tag to compare

4.0.0 (2020-09-21)

Bug Fixes

  • error: fail build on error and document debugJs option (8ab95de)

Features

  • webpack: write debug index for webpack build (43c8f09)

BREAKING CHANGES

  • webpack: This writes a debug index designed for builds using webpack and
    closure-webpack-plugin. Projects must be updated to use webpack in the build,
    and index options must be updated to include a debugJs path to the debug bundle
    generated by webpack.

v3.2.0

15 Jul 23:21

Choose a tag to compare

3.2.0 (2020-07-15)

Features

  • goog: add closure mixin to fix debug load of legacy modules (020913d)

v3.1.1

25 Feb 14:28

Choose a tag to compare

3.1.1 (2020-02-25)

Bug Fixes

  • debug: generate manifest in debug-only builds (no gcc-manifest) (35c4434)

v3.1.0

24 Feb 16:31

Choose a tag to compare

3.1.0 (2020-02-24)

Bug Fixes

  • debug: provide manifest path to debug loader (e69119d)

Features

  • debug: add debug app loader with goog.module support (b038f37)
  • debug: improve goog.module regex (8c0158a)

v3.0.3

05 Feb 18:13

Choose a tag to compare

3.0.3 (2020-02-05)

Bug Fixes

  • gcc: update closure deps (6ef8d64)

v3.0.2

31 Jan 20:22

Choose a tag to compare

3.0.2 (2020-01-31)

Bug Fixes

  • goog: resolve the closure library from the cwd first (6c5ddb8)

v3.0.1

09 Dec 21:55

Choose a tag to compare

3.0.1 (2019-12-09)

Bug Fixes

  • debug: create the debug loader once (8fd5f5f)

v3.0.0

27 Nov 17:53

Choose a tag to compare

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.

v2.2.2

15 Aug 22:45

Choose a tag to compare

2.2.2 (2019-08-15)

Bug Fixes

  • debug: fix detection of JS tags in debug template (2f086ba)

v2.2.1

15 Aug 22:38

Choose a tag to compare

2.2.1 (2019-08-15)

Bug Fixes