Skip to content

Latest commit

 

History

History
144 lines (88 loc) · 7.39 KB

CHANGELOG.md

File metadata and controls

144 lines (88 loc) · 7.39 KB

Change Log

1.5.0 (2016-01-11)

Full Changelog

Implemented enhancements:

Merged pull requests:

v1.4.0 (2015-12-30)

Full Changelog

Implemented enhancements:

  • Derive current project root from active file #43 (noseglid)
  • Only lint files in .classpath directory #40 (ilikebits)

Closed issues:

  • Only lints if it is the first of multiple open project roots #42
  • "Duplicate class" error #39
  • Uncaught TypeError: undefined is not a function #7

Merged pull requests:

v1.3.0 (2015-11-04)

Full Changelog

Implemented enhancements:

  • Allow daw42 to be maintainer of this package. #33

Fixed bugs:

  • fixes #31. send all java files in the project to javac, so it has the… #32 (m4tty)

Closed issues:

  • Maven Java Project #21
  • Linting occurs, but the results of linting don't display #12
  • Can not make javac linter work #4

v1.2.0 (2015-09-06)

Full Changelog

Closed issues:

  • In packages with multiple files, only the current file is sent to javac. Errors are reported if dependencies exist.. #31

v1.1.0 (2015-08-11)

Full Changelog

Implemented enhancements:

  • Support classpath configuration via .classpath files. #30 (daw42)
  • Support configurable classpath #27 (daw42)
  • Load environment variable CLASSPATH #26 (pleonex)

Closed issues:

  • Too much errors #29
  • Make classpath configurable #25
  • Configuration of javaExecutablePath is missing #6

v1.0.1 (2015-08-05)

Full Changelog

Implemented enhancements:

  • Upcoming linter changes #20

Fixed bugs:

  • External classes aren't resolved correctly and therefore show up as errors #1

Closed issues:

  • Regex is getting incorrect results in some cases #28

v1.0.0 (2015-08-03)

Full Changelog

Implemented enhancements:

Closed issues:

  • LinterJavac.Linter is deprecated. #24
  • Object.activate is deprecated. #22

v0.1.4 (2015-05-22)

Full Changelog

Fixed bugs:

Closed issues:

  • Package.getActivationCommands is deprecated. #19
  • Package.activateConfig is deprecated. #18
  • Config.unobserve is deprecated. #17
  • Package.activateConfig is deprecated. #16
  • 2 deprecations warnings with current API #14
  • Typo on readme #10
  • linter-javac complains about regular UTF8 characters #9

v0.1.3 (2014-08-10)

Full Changelog

Fixed bugs:

  • Fixed broke regex string #8 (glek)

Closed issues:

  • File Name - Class Name match problem #5

v0.1.2 (2014-06-02)

Full Changelog

v0.1.1 (2014-05-17)

Full Changelog

Closed issues:

  • linter-javac catches no warnings #3

v0.1.0 (2014-05-17)

* This Change Log was automatically generated by github_changelog_generator