Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Releases: Dan1ve/ClosureInspectionsPlugin

Release 1.3.2

11 Jun 06:35
Compare
Choose a tag to compare

Mostly bugfixes for the automatic conversion from goog.provide to goog.module

Version 1.3.0

11 Mar 10:38
7c6076b
Compare
Choose a tag to compare
  • Referenced goog.requires in the form
const array = goog.require('goog.array');

are now handled correctly.

  • New inspection: Use goog.provide instead of goog.module
  • New quick-fix: Convert goog.provide to goog.module (incl. short-referencing of goog.requires)

Version 1.2.0

03 Jul 20:25
83ad85d
Compare
Choose a tag to compare
  • New inspection & fix: Swapped type annotation and parameter name after @param in JSDoc comments

Version 1.1.0

01 Jul 16:54
e675002
Compare
Choose a tag to compare
  • New check for bracket notation instead of dot notation
  • Duplicate goog.require/goog.provide statements are now reported, too

Version 1.0.2

31 May 15:36
Compare
Choose a tag to compare

Small fixes

Version 1.0.1

14 May 19:53
5a4d9e3
Compare
Choose a tag to compare

Minor updates to dependency recognition

Version 1.0.0

14 May 19:51
Compare
Choose a tag to compare

Initial version of plugin