Skip to content

Releases: ngageoint/opensphere-build-resolver

v10.0.0

05 Oct 17:06
Compare
Choose a tag to compare

10.0.0 (2021-10-05)

Features

  • gcc: update options for gcc 20210907.0.0 (aa747e7)

BREAKING CHANGES

  • gcc: The strictMissingProperties group has been enabled as an error.
    This did not produce additional compiler errors in OpenSphere but may impact
    other projects. This option enables specific type checking when referencing a
    property that does not exist on a specific type (but may exist on subclasses).

v9.1.0

23 Jul 13:52
Compare
Choose a tag to compare

9.1.0 (2021-07-23)

Features

  • ol: sort ol.ext entry point to the top if present (d486529)

v9.0.0

13 Jul 11:40
Compare
Choose a tag to compare

9.0.0 (2021-07-13)

Features

  • electron: allow config/plugin projects to set electron versions (4146f2d)
  • electron: generate a single electron preload script (b18f0b1)

BREAKING CHANGES

  • electron: Electron apps using the generated preload scripts should now
    load preload.js using webPreferences.preload. This script will load any other
    scripts detected in the workspace.

v8.1.0

14 Jun 21:31
Compare
Choose a tag to compare

8.1.0 (2021-06-14)

Features

  • sass: add autodetection and tests (287586c)
  • sass: allow sass to be used as a scss compiler (b342bc3)

v8.0.0

21 Apr 10:38
Compare
Choose a tag to compare

8.0.0 (2021-04-21)

Features

  • gcc: update gcc options for compiler 20210406 (e28abda)

BREAKING CHANGES

  • gcc: The missingRequire compiler option was disabled because it
    introduces an abundance of errors when upgrading the compiler. This may cause
    projects that have not upgraded to miss errors, so they should be aware of this
    when upgrading.

v7.9.0

22 Feb 12:55
Compare
Choose a tag to compare

7.9.0 (2021-02-22)

Features

  • webpack: generate output manifest in webpack build (a80fcff)

v7.8.0

21 Jan 17:32
Compare
Choose a tag to compare

7.8.0 (2021-01-21)

Features

  • gcc: write webpack entry point for test dependencies (704b29c)

v7.7.0

12 Jan 18:50
Compare
Choose a tag to compare

7.7.0 (2021-01-12)

Features

  • es6: detect es6 modules using goog.declareModuleId (3b8443f)

v7.6.2

08 Oct 19:20
Compare
Choose a tag to compare

7.6.2 (2020-10-08)

Bug Fixes

  • utils: normalize glob paths to system path separator (76a5de9)

v7.6.1

07 Oct 20:30
Compare
Choose a tag to compare

7.6.1 (2020-10-07)

Bug Fixes

  • replace find with glob to fix promise resolution (2d33507)