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

Commit 1465083

Browse files
committed
Add a changelog
1 parent 39fd9c6 commit 1465083

File tree

1 file changed

+78
-0
lines changed

1 file changed

+78
-0
lines changed

CHANGELOG.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
# Change Log
2+
3+
## [1.0.1](https://github.com/AtomLinter/linter-lua/tree/1.0.1) (2015-12-30)
4+
[Full Changelog](https://github.com/AtomLinter/linter-lua/compare/v1.0.0...1.0.1)
5+
6+
**Merged pull requests:**
7+
8+
- [email protected] untested ⚠️ [\#19](https://github.com/AtomLinter/linter-lua/pull/19) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
9+
- Update atom-linter to version 4.1.1 🚀 [\#18](https://github.com/AtomLinter/linter-lua/pull/18) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
10+
11+
## [v1.0.0](https://github.com/AtomLinter/linter-lua/tree/v1.0.0) (2015-07-19)
12+
[Full Changelog](https://github.com/AtomLinter/linter-lua/compare/v0.1.6...v1.0.0)
13+
14+
**Implemented enhancements:**
15+
16+
- Object.activate is deprecated. [\#13](https://github.com/AtomLinter/linter-lua/issues/13)
17+
- Upgrade to the latest API [\#14](https://github.com/AtomLinter/linter-lua/pull/14) ([steelbrain](https://github.com/steelbrain))
18+
19+
**Closed issues:**
20+
21+
- Upcoming linter changes [\#12](https://github.com/AtomLinter/linter-lua/issues/12)
22+
23+
**Merged pull requests:**
24+
25+
- Fix regex [\#11](https://github.com/AtomLinter/linter-lua/pull/11) ([yongkangchen](https://github.com/yongkangchen))
26+
27+
## [v0.1.6](https://github.com/AtomLinter/linter-lua/tree/v0.1.6) (2015-05-22)
28+
[Full Changelog](https://github.com/AtomLinter/linter-lua/compare/v0.1.5...v0.1.6)
29+
30+
**Closed issues:**
31+
32+
- Package.getActivationCommands is deprecated. [\#9](https://github.com/AtomLinter/linter-lua/issues/9)
33+
- Package.getActivationCommands is deprecated. [\#7](https://github.com/AtomLinter/linter-lua/issues/7)
34+
- How to configure path to Luac executable? [\#5](https://github.com/AtomLinter/linter-lua/issues/5)
35+
36+
**Merged pull requests:**
37+
38+
- Replaced activationEvents with activationCommands [\#10](https://github.com/AtomLinter/linter-lua/pull/10) ([Fank](https://github.com/Fank))
39+
40+
## [v0.1.5](https://github.com/AtomLinter/linter-lua/tree/v0.1.5) (2015-03-29)
41+
[Full Changelog](https://github.com/AtomLinter/linter-lua/compare/v0.1.3...v0.1.5)
42+
43+
**Closed issues:**
44+
45+
- Uncaught Error: spawn ENOENT [\#4](https://github.com/AtomLinter/linter-lua/issues/4)
46+
47+
**Merged pull requests:**
48+
49+
- 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))
50+
51+
## [v0.1.3](https://github.com/AtomLinter/linter-lua/tree/v0.1.3) (2014-08-13)
52+
[Full Changelog](https://github.com/AtomLinter/linter-lua/compare/v0.1.2...v0.1.3)
53+
54+
## [v0.1.2](https://github.com/AtomLinter/linter-lua/tree/v0.1.2) (2014-07-28)
55+
[Full Changelog](https://github.com/AtomLinter/linter-lua/compare/v0.1.1...v0.1.2)
56+
57+
**Merged pull requests:**
58+
59+
- Fixed typo in tslint link description [\#3](https://github.com/AtomLinter/linter-lua/pull/3) ([jordanbtucker](https://github.com/jordanbtucker))
60+
61+
## [v0.1.1](https://github.com/AtomLinter/linter-lua/tree/v0.1.1) (2014-07-10)
62+
[Full Changelog](https://github.com/AtomLinter/linter-lua/compare/v0.1.0...v0.1.1)
63+
64+
**Merged pull requests:**
65+
66+
- Updated Regex [\#2](https://github.com/AtomLinter/linter-lua/pull/2) ([Sinaloit](https://github.com/Sinaloit))
67+
68+
## [v0.1.0](https://github.com/AtomLinter/linter-lua/tree/v0.1.0) (2014-07-03)
69+
[Full Changelog](https://github.com/AtomLinter/linter-lua/compare/v0.0.1...v0.1.0)
70+
71+
**Merged pull requests:**
72+
73+
- Working Lua Linter [\#1](https://github.com/AtomLinter/linter-lua/pull/1) ([Sinaloit](https://github.com/Sinaloit))
74+
75+
## [v0.0.1](https://github.com/AtomLinter/linter-lua/tree/v0.0.1) (2014-05-12)
76+
77+
78+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 commit comments

Comments
 (0)