Releases: ngageoint/opensphere-build-resolver
Releases · ngageoint/opensphere-build-resolver
v10.0.0
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
v9.0.0
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
v8.0.0
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.