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

Commit c5f2a1c

Browse files
committed
Cleanup the changelog
Categorized all the old issues and PRs.
1 parent f052372 commit c5f2a1c

File tree

1 file changed

+10
-21
lines changed

1 file changed

+10
-21
lines changed

CHANGELOG.md

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@
33
## [v1.0.2](https://github.com/AtomLinter/linter-lua/tree/v1.0.2) (2016-03-23)
44
[Full Changelog](https://github.com/AtomLinter/linter-lua/compare/v1.0.1...v1.0.2)
55

6-
**Closed issues:**
6+
**Implemented enhancements:**
77

88
- Install `linter` automatically. [\#16](https://github.com/AtomLinter/linter-lua/issues/16)
9-
10-
**Merged pull requests:**
11-
129
- Added linter as a package-deps - issue \#16 [\#32](https://github.com/AtomLinter/linter-lua/pull/32) ([gforge](https://github.com/gforge))
1310
- [email protected] untested ⚠️ [\#31](https://github.com/AtomLinter/linter-lua/pull/31) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
1411
- [email protected] untested ⚠️ [\#26](https://github.com/AtomLinter/linter-lua/pull/26) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
@@ -20,7 +17,7 @@
2017
## [v1.0.1](https://github.com/AtomLinter/linter-lua/tree/v1.0.1) (2015-12-30)
2118
[Full Changelog](https://github.com/AtomLinter/linter-lua/compare/v1.0.0...v1.0.1)
2219

23-
**Merged pull requests:**
20+
**Implemented enhancements:**
2421

2522
- [email protected] untested ⚠️ [\#19](https://github.com/AtomLinter/linter-lua/pull/19) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
2623
- Update atom-linter to version 4.1.1 🚀 [\#18](https://github.com/AtomLinter/linter-lua/pull/18) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
@@ -33,35 +30,27 @@
3330
- Object.activate is deprecated. [\#13](https://github.com/AtomLinter/linter-lua/issues/13)
3431
- Upgrade to the latest API [\#14](https://github.com/AtomLinter/linter-lua/pull/14) ([steelbrain](https://github.com/steelbrain))
3532

36-
**Closed issues:**
33+
**Fixed bugs:**
3734

3835
- Upcoming linter changes [\#12](https://github.com/AtomLinter/linter-lua/issues/12)
39-
40-
**Merged pull requests:**
41-
4236
- Fix regex [\#11](https://github.com/AtomLinter/linter-lua/pull/11) ([yongkangchen](https://github.com/yongkangchen))
4337

4438
## [v0.1.6](https://github.com/AtomLinter/linter-lua/tree/v0.1.6) (2015-05-22)
4539
[Full Changelog](https://github.com/AtomLinter/linter-lua/compare/v0.1.5...v0.1.6)
4640

47-
**Closed issues:**
41+
**Implemented enhancements:**
4842

49-
- Package.getActivationCommands is deprecated. [\#9](https://github.com/AtomLinter/linter-lua/issues/9)
50-
- Package.getActivationCommands is deprecated. [\#7](https://github.com/AtomLinter/linter-lua/issues/7)
5143
- How to configure path to Luac executable? [\#5](https://github.com/AtomLinter/linter-lua/issues/5)
5244

53-
**Merged pull requests:**
45+
**Fixed bugs:**
5446

47+
- Package.getActivationCommands is deprecated. [\#7](https://github.com/AtomLinter/linter-lua/issues/7)
5548
- Replaced activationEvents with activationCommands [\#10](https://github.com/AtomLinter/linter-lua/pull/10) ([Fank](https://github.com/Fank))
5649

5750
## [v0.1.5](https://github.com/AtomLinter/linter-lua/tree/v0.1.5) (2015-03-29)
5851
[Full Changelog](https://github.com/AtomLinter/linter-lua/compare/v0.1.3...v0.1.5)
5952

60-
**Closed issues:**
61-
62-
- Uncaught Error: spawn ENOENT [\#4](https://github.com/AtomLinter/linter-lua/issues/4)
63-
64-
**Merged pull requests:**
53+
**Fixed bugs:**
6554

6655
- Support `luajit -bl` and add settings to set luac or luajit path. [\#6](https://github.com/AtomLinter/linter-lua/pull/6) ([xpol](https://github.com/xpol))
6756

@@ -71,21 +60,21 @@
7160
## [v0.1.2](https://github.com/AtomLinter/linter-lua/tree/v0.1.2) (2014-07-28)
7261
[Full Changelog](https://github.com/AtomLinter/linter-lua/compare/v0.1.1...v0.1.2)
7362

74-
**Merged pull requests:**
63+
**Fixed bugs:**
7564

7665
- Fixed typo in tslint link description [\#3](https://github.com/AtomLinter/linter-lua/pull/3) ([jordanbtucker](https://github.com/jordanbtucker))
7766

7867
## [v0.1.1](https://github.com/AtomLinter/linter-lua/tree/v0.1.1) (2014-07-10)
7968
[Full Changelog](https://github.com/AtomLinter/linter-lua/compare/v0.1.0...v0.1.1)
8069

81-
**Merged pull requests:**
70+
**Fixed bugs:**
8271

8372
- Updated Regex [\#2](https://github.com/AtomLinter/linter-lua/pull/2) ([Sinaloit](https://github.com/Sinaloit))
8473

8574
## [v0.1.0](https://github.com/AtomLinter/linter-lua/tree/v0.1.0) (2014-07-03)
8675
[Full Changelog](https://github.com/AtomLinter/linter-lua/compare/v0.0.1...v0.1.0)
8776

88-
**Merged pull requests:**
77+
**Implemented enhancements:**
8978

9079
- Working Lua Linter [\#1](https://github.com/AtomLinter/linter-lua/pull/1) ([Sinaloit](https://github.com/Sinaloit))
9180

0 commit comments

Comments
 (0)