Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Prepare v1.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Jan 28, 2019
1 parent f7585e9 commit b2ee73e
Show file tree
Hide file tree
Showing 5 changed files with 255 additions and 46 deletions.
3 changes: 3 additions & 0 deletions .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
unreleased=true
future-release=1.10.0
exclude_labels=duplicate,question,invalid,wontfix,Duplicate,Question,Invalid,Wontfix,External,Unable to reproduce,untestable,discussion,on hold
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.DS_Store
*.log
node_modules/
.github_changelog_generator
167 changes: 123 additions & 44 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,140 @@
# Change Log

## [1.5.0](https://github.com/AtomLinter/linter-javac/tree/1.5.0) (2016-01-11)
[Full Changelog](https://github.com/AtomLinter/linter-javac/compare/v1.4.0...1.5.0)
## [1.10.0](https://github.com/AtomLinter/linter-javac/tree/1.10.0) (2019-01-28)
[Full Changelog](https://github.com/AtomLinter/linter-javac/compare/v1.9.4...1.10.0)

**Implemented enhancements:**

- Synchronously walking file system [\#44](https://github.com/AtomLinter/linter-javac/issues/44)
- Force EOL to be LF [\#52](https://github.com/AtomLinter/linter-javac/pull/52) ([Arcanemagus](https://github.com/Arcanemagus))
- Asynchronously walk paths [\#45](https://github.com/AtomLinter/linter-javac/pull/45) ([noseglid](https://github.com/noseglid))
- sb/execs cwd-argument has been dropped [\#100](https://github.com/AtomLinter/linter-javac/issues/100)
- V2 linter API support [\#127](https://github.com/AtomLinter/linter-javac/pull/127) ([vzamanillo](https://github.com/vzamanillo))
- Update atom-package-deps to version 5.0.0 🚀 [\#125](https://github.com/AtomLinter/linter-javac/pull/125) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update atom-linter to version 10.0.0 🚀 [\#117](https://github.com/AtomLinter/linter-javac/pull/117) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update atom-linter to version 9.0.0 🚀 [\#112](https://github.com/AtomLinter/linter-javac/pull/112) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update atom-linter to version 8.0.0 🚀 [\#106](https://github.com/AtomLinter/linter-javac/pull/106) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Update atom-linter to version 7.0.0 🚀 [\#104](https://github.com/AtomLinter/linter-javac/pull/104) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Update atom-linter to version 6.0.0 🚀 [\#102](https://github.com/AtomLinter/linter-javac/pull/102) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Use `-sourcepath` to improve compilation speed [\#99](https://github.com/AtomLinter/linter-javac/pull/99) ([noseglid](https://github.com/noseglid))

**Fixed bugs:**

- Support v2 Linter API [\#126](https://github.com/AtomLinter/linter-javac/issues/126)
- Error: Process exited with no output, code: 0 [\#96](https://github.com/AtomLinter/linter-javac/issues/96)

## [v1.9.4](https://github.com/AtomLinter/linter-javac/tree/v1.9.4) (2016-06-03)
[Full Changelog](https://github.com/AtomLinter/linter-javac/compare/v1.9.3...v1.9.4)

## [v1.9.3](https://github.com/AtomLinter/linter-javac/tree/v1.9.3) (2016-05-27)
[Full Changelog](https://github.com/AtomLinter/linter-javac/compare/v1.9.2...v1.9.3)

**Fixed bugs:**

- Fix directory-parameter [\#97](https://github.com/AtomLinter/linter-javac/pull/97) ([florianb](https://github.com/florianb))

## [v1.9.2](https://github.com/AtomLinter/linter-javac/tree/v1.9.2) (2016-05-26)
[Full Changelog](https://github.com/AtomLinter/linter-javac/compare/v1.9.1...v1.9.2)

**Implemented enhancements:**

- Fix \#94 - Add support for symlinks in the file path [\#95](https://github.com/AtomLinter/linter-javac/pull/95) ([florianb](https://github.com/florianb))
- Update atom-linter to version 5.0.1 🚀 [\#92](https://github.com/AtomLinter/linter-javac/pull/92) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))

**Fixed bugs:**

- TypeError: Cannot read property 'toLowerCase' of undefined [\#94](https://github.com/AtomLinter/linter-javac/issues/94)
- Does not lint [\#36](https://github.com/AtomLinter/linter-javac/issues/36)
- Fix \\#94 - Add support for symlinks in the file path [\#95](https://github.com/AtomLinter/linter-javac/pull/95) ([florianb](https://github.com/florianb))

## [v1.9.1](https://github.com/AtomLinter/linter-javac/tree/v1.9.1) (2016-04-26)
[Full Changelog](https://github.com/AtomLinter/linter-javac/compare/v1.9.0...v1.9.1)

**Fixed bugs:**

- Quick fix missing text/message-captures [\#89](https://github.com/AtomLinter/linter-javac/pull/89) ([florianb](https://github.com/florianb))

## [v1.9.0](https://github.com/AtomLinter/linter-javac/tree/v1.9.0) (2016-04-26)
[Full Changelog](https://github.com/AtomLinter/linter-javac/compare/v1.8.1...v1.9.0)

**Implemented enhancements:**

- atom-linter@4.7.0 [\#87](https://github.com/AtomLinter/linter-javac/pull/87) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))

**Fixed bugs:**

- \[READY\] Fixes \#36 for Chinese Javac Output [\#88](https://github.com/AtomLinter/linter-javac/pull/88) ([florianb](https://github.com/florianb))

## [v1.8.1](https://github.com/AtomLinter/linter-javac/tree/v1.8.1) (2016-03-09)
[Full Changelog](https://github.com/AtomLinter/linter-javac/compare/v1.8.0...v1.8.1)

**Fixed bugs:**

- Fixed parentheses in markdown URL [\#84](https://github.com/AtomLinter/linter-javac/pull/84) ([gavvvr](https://github.com/gavvvr))

## [v1.8.0](https://github.com/AtomLinter/linter-javac/tree/v1.8.0) (2016-02-29)
[Full Changelog](https://github.com/AtomLinter/linter-javac/compare/v1.7.0...v1.8.0)

**Implemented enhancements:**

- Prepare 1 8 0 [\#82](https://github.com/AtomLinter/linter-javac/pull/82) ([florianb](https://github.com/florianb))

## [v1.7.0](https://github.com/AtomLinter/linter-javac/tree/v1.7.0) (2016-02-22)
[Full Changelog](https://github.com/AtomLinter/linter-javac/compare/v1.6.0...v1.7.0)

**Implemented enhancements:**

**Merged pull requests:**
- Prepare 1 7 0 [\#80](https://github.com/AtomLinter/linter-javac/pull/80) ([florianb](https://github.com/florianb))
- Added classpathFilename and javacArgsFilename options [\#79](https://github.com/AtomLinter/linter-javac/pull/79) ([keskiju](https://github.com/keskiju))

## [v1.6.0](https://github.com/AtomLinter/linter-javac/tree/v1.6.0) (2016-02-19)
[Full Changelog](https://github.com/AtomLinter/linter-javac/compare/v1.5.0...v1.6.0)

**Implemented enhancements:**

- helper.exec\(\) should be stubbed [\#70](https://github.com/AtomLinter/linter-javac/issues/70)
- Implement optional debug-mode [\#67](https://github.com/AtomLinter/linter-javac/issues/67)
- Enable optional linting on the fly again [\#66](https://github.com/AtomLinter/linter-javac/issues/66)
- Implement specs [\#55](https://github.com/AtomLinter/linter-javac/issues/55)
- Release 1.6.0 [\#78](https://github.com/AtomLinter/linter-javac/pull/78) ([florianb](https://github.com/florianb))
- Update atom-package-deps to version 4.0.1 🚀 [\#74](https://github.com/AtomLinter/linter-javac/pull/74) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- atom-linter@4.5.0 untested ⚠️ [\#72](https://github.com/AtomLinter/linter-javac/pull/72) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- atom-package-deps@3.0.8 untested ⚠️ [\#60](https://github.com/AtomLinter/linter-javac/pull/60) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- atom-linter@4.4.0 untested ⚠️ [\#59](https://github.com/AtomLinter/linter-javac/pull/59) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- atom-linter@4.3.4 untested ⚠️ [\#57](https://github.com/AtomLinter/linter-javac/pull/57) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))

**Fixed bugs:**

- Linter-javac adds \>150 ms to loadtime [\#75](https://github.com/AtomLinter/linter-javac/issues/75)
- The java-results on the travis-platforms osx/linux differ by one [\#71](https://github.com/AtomLinter/linter-javac/issues/71)
- Undefined is not a function. Not sure what is happening here. [\#63](https://github.com/AtomLinter/linter-javac/issues/63)
- spawn E2BIG when linting [\#38](https://github.com/AtomLinter/linter-javac/issues/38)

## [v1.5.0](https://github.com/AtomLinter/linter-javac/tree/v1.5.0) (2016-01-11)
[Full Changelog](https://github.com/AtomLinter/linter-javac/compare/v1.4.0...v1.5.0)

**Implemented enhancements:**

- Synchronously walking file system [\#44](https://github.com/AtomLinter/linter-javac/issues/44)
- atom-linter@4.3.1 untested ⚠️ [\#53](https://github.com/AtomLinter/linter-javac/pull/53) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Force EOL to be LF [\#52](https://github.com/AtomLinter/linter-javac/pull/52) ([Arcanemagus](https://github.com/Arcanemagus))
- atom-linter@4.3.0 untested ⚠️ [\#51](https://github.com/AtomLinter/linter-javac/pull/51) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- atom-package-deps@3.0.7 untested ⚠️ [\#50](https://github.com/AtomLinter/linter-javac/pull/50) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Asynchronously walk paths [\#45](https://github.com/AtomLinter/linter-javac/pull/45) ([noseglid](https://github.com/noseglid))

## [v1.4.0](https://github.com/AtomLinter/linter-javac/tree/v1.4.0) (2015-12-30)
[Full Changelog](https://github.com/AtomLinter/linter-javac/compare/v1.3.0...v1.4.0)

**Implemented enhancements:**

- atom-linter@4.2.0 untested ⚠️ [\#49](https://github.com/AtomLinter/linter-javac/pull/49) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Update all dependencies 🌴 [\#48](https://github.com/AtomLinter/linter-javac/pull/48) ([Arcanemagus](https://github.com/Arcanemagus))
- Derive current project root from active file [\#43](https://github.com/AtomLinter/linter-javac/pull/43) ([noseglid](https://github.com/noseglid))
- Only lint files in .classpath directory [\#40](https://github.com/AtomLinter/linter-javac/pull/40) ([ilikebits](https://github.com/ilikebits))
- Only lint files in .classpath directory [\#40](https://github.com/AtomLinter/linter-javac/pull/40) ([liftM](https://github.com/liftM))

**Closed issues:**
**Fixed bugs:**

- Only lints if it is the first of multiple open project roots [\#42](https://github.com/AtomLinter/linter-javac/issues/42)
- "Duplicate class" error [\#39](https://github.com/AtomLinter/linter-javac/issues/39)
- Uncaught TypeError: undefined is not a function [\#7](https://github.com/AtomLinter/linter-javac/issues/7)

**Merged pull requests:**

- atom-linter@4.2.0 untested ⚠️ [\#49](https://github.com/AtomLinter/linter-javac/pull/49) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Update all dependencies 🌴 [\#48](https://github.com/AtomLinter/linter-javac/pull/48) ([Arcanemagus](https://github.com/Arcanemagus))

## [v1.3.0](https://github.com/AtomLinter/linter-javac/tree/v1.3.0) (2015-11-04)
[Full Changelog](https://github.com/AtomLinter/linter-javac/compare/v1.2.0...v1.3.0)

Expand All @@ -43,18 +144,13 @@

**Fixed bugs:**

- fixes \#31. send all java files in the project to javac, so it has the… [\#32](https://github.com/AtomLinter/linter-javac/pull/32) ([m4tty](https://github.com/m4tty))

**Closed issues:**

- Maven Java Project [\#21](https://github.com/AtomLinter/linter-javac/issues/21)
- Linting occurs, but the results of linting don't display [\#12](https://github.com/AtomLinter/linter-javac/issues/12)
- Can not make javac linter work [\#4](https://github.com/AtomLinter/linter-javac/issues/4)
- fixes \#31. send all java files in the project to javac, so it has the… [\#32](https://github.com/AtomLinter/linter-javac/pull/32) ([m4tty](https://github.com/m4tty))

## [v1.2.0](https://github.com/AtomLinter/linter-javac/tree/v1.2.0) (2015-09-06)
[Full Changelog](https://github.com/AtomLinter/linter-javac/compare/v1.1.0...v1.2.0)

**Closed issues:**
**Implemented enhancements:**

- In packages with multiple files, only the current file is sent to javac. Errors are reported if dependencies exist.. [\#31](https://github.com/AtomLinter/linter-javac/issues/31)

Expand All @@ -63,14 +159,13 @@

**Implemented enhancements:**

- Make classpath configurable [\#25](https://github.com/AtomLinter/linter-javac/issues/25)
- Support classpath configuration via .classpath files. [\#30](https://github.com/AtomLinter/linter-javac/pull/30) ([daw42](https://github.com/daw42))
- Support configurable classpath [\#27](https://github.com/AtomLinter/linter-javac/pull/27) ([daw42](https://github.com/daw42))
- Load environment variable CLASSPATH [\#26](https://github.com/AtomLinter/linter-javac/pull/26) ([pleonex](https://github.com/pleonex))

**Closed issues:**
**Fixed bugs:**

- Too much errors [\#29](https://github.com/AtomLinter/linter-javac/issues/29)
- Make classpath configurable [\#25](https://github.com/AtomLinter/linter-javac/issues/25)
- Configuration of javaExecutablePath is missing [\#6](https://github.com/AtomLinter/linter-javac/issues/6)

## [v1.0.1](https://github.com/AtomLinter/linter-javac/tree/v1.0.1) (2015-08-05)
Expand All @@ -82,11 +177,8 @@

**Fixed bugs:**

- External classes aren't resolved correctly and therefore show up as errors [\#1](https://github.com/AtomLinter/linter-javac/issues/1)

**Closed issues:**

- Regex is getting incorrect results in some cases [\#28](https://github.com/AtomLinter/linter-javac/issues/28)
- External classes aren't resolved correctly and therefore show up as errors [\#1](https://github.com/AtomLinter/linter-javac/issues/1)

## [v1.0.0](https://github.com/AtomLinter/linter-javac/tree/v1.0.0) (2015-08-03)
[Full Changelog](https://github.com/AtomLinter/linter-javac/compare/v0.1.4...v1.0.0)
Expand All @@ -95,27 +187,18 @@

- Port to linter-plus [\#23](https://github.com/AtomLinter/linter-javac/pull/23) ([daw42](https://github.com/daw42))

**Closed issues:**
**Fixed bugs:**

- LinterJavac.Linter is deprecated. [\#24](https://github.com/AtomLinter/linter-javac/issues/24)
- Object.activate is deprecated. [\#22](https://github.com/AtomLinter/linter-javac/issues/22)

## [v0.1.4](https://github.com/AtomLinter/linter-javac/tree/v0.1.4) (2015-05-22)
[Full Changelog](https://github.com/AtomLinter/linter-javac/compare/v0.1.3...v0.1.4)

**Fixed bugs:**

- Repaired 2 deprecation cop errors per \#14 [\#15](https://github.com/AtomLinter/linter-javac/pull/15) ([skylineproject](https://github.com/skylineproject))

**Closed issues:**

- Package.getActivationCommands is deprecated. [\#19](https://github.com/AtomLinter/linter-javac/issues/19)
- Package.activateConfig is deprecated. [\#18](https://github.com/AtomLinter/linter-javac/issues/18)
- Config.unobserve is deprecated. [\#17](https://github.com/AtomLinter/linter-javac/issues/17)
- Package.activateConfig is deprecated. [\#16](https://github.com/AtomLinter/linter-javac/issues/16)
- 2 deprecations warnings with current API [\#14](https://github.com/AtomLinter/linter-javac/issues/14)
- Typo on readme [\#10](https://github.com/AtomLinter/linter-javac/issues/10)
- linter-javac complains about regular UTF8 characters [\#9](https://github.com/AtomLinter/linter-javac/issues/9)
- Repaired 2 deprecation cop errors per \#14 [\#15](https://github.com/AtomLinter/linter-javac/pull/15) ([skylineproject](https://github.com/skylineproject))

## [v0.1.3](https://github.com/AtomLinter/linter-javac/tree/v0.1.3) (2014-08-10)
[Full Changelog](https://github.com/AtomLinter/linter-javac/compare/v0.1.2...v0.1.3)
Expand All @@ -124,21 +207,17 @@

- Fixed broke regex string [\#8](https://github.com/AtomLinter/linter-javac/pull/8) ([glek](https://github.com/glek))

**Closed issues:**

- File Name - Class Name match problem [\#5](https://github.com/AtomLinter/linter-javac/issues/5)

## [v0.1.2](https://github.com/AtomLinter/linter-javac/tree/v0.1.2) (2014-06-02)
[Full Changelog](https://github.com/AtomLinter/linter-javac/compare/v0.1.1...v0.1.2)

## [v0.1.1](https://github.com/AtomLinter/linter-javac/tree/v0.1.1) (2014-05-17)
[Full Changelog](https://github.com/AtomLinter/linter-javac/compare/v0.1.0...v0.1.1)

**Closed issues:**
**Fixed bugs:**

- linter-javac catches no warnings [\#3](https://github.com/AtomLinter/linter-javac/issues/3)

## [v0.1.0](https://github.com/AtomLinter/linter-javac/tree/v0.1.0) (2014-05-17)


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
Loading

0 comments on commit b2ee73e

Please sign in to comment.