5.0.2 (2019-04-01)
- gcc: Deduplicate GCC defines. (ae9c4ce)
5.0.1 (2019-03-28)
- gcc: Sort GCC options in ascending package priority. (1467d4c)
5.0.0 (2019-03-21)
- electron: Copy preload scripts for opensphere-electron. (1cbf381)
- electron: This changes the format of the build.electron config.
4.1.2 (2019-02-27)
4.1.1 (2018-12-17)
- core: Ignore paths that do not exist. (f174bff)
4.1.0 (2018-11-15)
- scss: Resolve scss paths from build config (5131519)
4.0.0 (2018-10-09)
- gcc: Move missingOverride and unusedPrivateMembers to errors. (eb2f581)
- gcc: Projects with Closure Compiler warnings for missingOverride or unusedPrivateMembers will need to fix those warnings before upgrading. They are now flagged as errors.
3.1.1 (2018-09-27)
- electron: keep electron dev dependencies (5e0d96e)
3.1.0 (2018-08-21)
- electron: Add resolver for packaged electron deps (68f2775)
3.0.1 (2018-06-28)
- bootstrap4: fixed theme selector for bootstrap 4 css check (c6a2f4e)
3.0.0 (2018-06-26)
- core: Most errors now fail the resolver script. This will require any template files that
make calls such as fs.whatever() to be more robust with their own error handling. Also, it is now
required to pass the output directory via --outputDir rather than the simple method it was passed
before.
2.7.0 (2018-06-06)
- themes: Add detection class to theme stylesheets. (68abfe2)
2.6.1 (2018-05-02)
- scss: continue if directory already exists (b8e792e)
2.6.0 (2018-04-27)
2.5.0 (2018-04-06)
- bootstrap: adds support for resolving bootstrap scss (61bddbd)
2.4.2 (2018-03-27)
2.4.1 (2018-03-21)
- onboarding: Resolve onboarding directories as for views. (8b760bd)
2.4.0 (2018-03-07)
- utils: Resolve paths for scoped node modules. (d669cfd)
2.3.0 (2018-03-06)
- define: Resolve module path defines for uncompiled builds. (98f905f)
2.2.0 (2018-03-05)
- core: Display resolved package version in output. (c6bf25d)
2.1.2 (2018-01-24)
- gcc: conformance_configs should be a path (b41cbd3)
2.1.1 (2018-01-11)
- symlinks: Allow detecting symlinks. Yarn roadblocks have been resolved. (909aade)
2.1.0 (2018-01-05)
- yarn: Resolve node_modules paths to support yarn workspaces. (f638e55)
2.0.2 (2018-01-03)
- core: fixed argument list and typo. Also added ability to pass plugins as those are expected (31254e1)
2.0.1 (2018-01-02)
- resolve: replace missing slash (96914d4)
2.0.0 (2017-12-27)
- gcc: Update Google Closure Compiler options for 20171203 release. (8afc7fd)
- plugins: Skip detected plugin/config if the path is a symlink. (90d5046)
- gcc: The gcc error groups are not backwards compatible with older compilers.
This will also introduce new warnings unless
missingOverride
is added tojscomp_off
in package gcc options.