Skip to content

Releases: google/closure-compiler-npm

20161201.0.0

12 Dec 21:26
Compare
Choose a tag to compare

Update to 20161201 version of the compiler

20161024.2.0

08 Nov 17:20
Compare
Choose a tag to compare

Remove vinyl-fs and gulp-util as dependencies as they massively inflated the dependency tree.

20161024.1.0

28 Oct 12:25
Compare
Choose a tag to compare

Includes native source map composition through the compiler rather than using javascript libraries.

20161024.0.0

28 Oct 12:14
Compare
Choose a tag to compare

Release for 20161024 version of the compiler

20160911.0.0

16 Sep 00:30
Compare
Choose a tag to compare

Release for 20160911 version of the compiler

20160822.1.0

27 Aug 12:19
Compare
Choose a tag to compare
  • Fixed input sourcemaps not being properly given to the compiler: #34
  • Only download the compiler.jar if it doesn't exist or is out of date: #35

20160822.0.0

27 Aug 12:17
Compare
Choose a tag to compare

Updated to 20160822 compiler version

20160713.3.0

24 Aug 20:13
Compare
Choose a tag to compare

Fix a bug which prevented error messages from being written out before the process exited.

20160713.2.0

28 Jul 18:15
Compare
Choose a tag to compare

Fix cases where the output or error messages were truncated because the spawned process close event occurred while stream data was still buffered.

20160713.1.0

28 Jul 18:05
Compare
Choose a tag to compare

Download the compiler jar from maven rather than build it with ant. Ant builds are being deprecated.