Skip to content

Releases: ngageoint/opensphere-build-closure-helper

v7.1.1

07 Jul 15:07
Compare
Choose a tag to compare

7.1.1 (2021-07-07)

Bug Fixes

  • closure: detect multiline goog.require statements (965f163)

v7.1.0

06 Jul 15:11
Compare
Choose a tag to compare

7.1.0 (2021-07-06)

Features

  • closure: copy closurebuilder.py so it works with es modules (46fcc7e)

v7.0.0

21 Apr 10:39
Compare
Choose a tag to compare

7.0.0 (2021-04-21)

Features

  • gcc: update closure compiler to 20210406 (339dd1c)
  • goog: update closure library to 20210406 (8cdb5f8)

BREAKING CHANGES

  • gcc: The updated compiler will find additional errors from previous
    versions, and is not compatible with old versions of the Closure library.
    Projects will need to update the library and resolve build errors.

v6.1.1

18 Jan 21:21
Compare
Choose a tag to compare

6.1.1 (2021-01-18)

Bug Fixes

  • deps: only add prefixes for directories that exist (b7fa44a)

v6.1.0

12 Jan 21:30
Compare
Choose a tag to compare

6.1.0 (2021-01-12)

Features

  • es6: detect es6 modules declaring a Closure namespace (012238a)

v6.0.0

08 Sep 19:05
Compare
Choose a tag to compare

6.0.0 (2020-09-08)

Features

  • gcc: update closure compiler to 20200830.0.0 (151599d)

BREAKING CHANGES

  • gcc: The latest Closure Compiler has removed the useOfGoogBase error
    group, and changed the API for some Angular externs.

v5.2.0

03 Sep 12:26
Compare
Choose a tag to compare

5.2.0 (2020-09-03)

Features

  • deps: add script to write closure deps (80c32ea)

v5.1.0

07 May 19:43
Compare
Choose a tag to compare

5.1.0 (2020-05-07)

Features

  • gate native compiler use on env (7c47d29)

v5.0.1

28 Apr 20:08
Compare
Choose a tag to compare

5.0.1 (2020-04-28)

Bug Fixes

  • keep java version as fallback (4bcb237)

v5.0.0

03 Feb 16:18
Compare
Choose a tag to compare

5.0.0 (2020-02-03)

Features

  • gcc: display compiler version when compiling (e892fd0)
  • goog: update closure compiler to latest (c16642a)

BREAKING CHANGES

  • goog: The Closure Compiler update changes available error
    groups. This requires opensphere-build-resolver@7.0.0. The compiler
    update may also report new errors in compiled code.