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

Commit

Permalink
Add a changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Dec 30, 2015
1 parent 39fd9c6 commit 1465083
Showing 1 changed file with 78 additions and 0 deletions.
78 changes: 78 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
# Change Log

## [1.0.1](https://github.com/AtomLinter/linter-lua/tree/1.0.1) (2015-12-30)
[Full Changelog](https://github.com/AtomLinter/linter-lua/compare/v1.0.0...1.0.1)

**Merged pull requests:**

- atom-linter@4.2.0 untested ⚠️ [\#19](https://github.com/AtomLinter/linter-lua/pull/19) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Update atom-linter to version 4.1.1 🚀 [\#18](https://github.com/AtomLinter/linter-lua/pull/18) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))

## [v1.0.0](https://github.com/AtomLinter/linter-lua/tree/v1.0.0) (2015-07-19)
[Full Changelog](https://github.com/AtomLinter/linter-lua/compare/v0.1.6...v1.0.0)

**Implemented enhancements:**

- Object.activate is deprecated. [\#13](https://github.com/AtomLinter/linter-lua/issues/13)
- Upgrade to the latest API [\#14](https://github.com/AtomLinter/linter-lua/pull/14) ([steelbrain](https://github.com/steelbrain))

**Closed issues:**

- Upcoming linter changes [\#12](https://github.com/AtomLinter/linter-lua/issues/12)

**Merged pull requests:**

- Fix regex [\#11](https://github.com/AtomLinter/linter-lua/pull/11) ([yongkangchen](https://github.com/yongkangchen))

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

**Closed issues:**

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

**Merged pull requests:**

- Replaced activationEvents with activationCommands [\#10](https://github.com/AtomLinter/linter-lua/pull/10) ([Fank](https://github.com/Fank))

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

**Closed issues:**

- Uncaught Error: spawn ENOENT [\#4](https://github.com/AtomLinter/linter-lua/issues/4)

**Merged pull requests:**

- 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))

## [v0.1.3](https://github.com/AtomLinter/linter-lua/tree/v0.1.3) (2014-08-13)
[Full Changelog](https://github.com/AtomLinter/linter-lua/compare/v0.1.2...v0.1.3)

## [v0.1.2](https://github.com/AtomLinter/linter-lua/tree/v0.1.2) (2014-07-28)
[Full Changelog](https://github.com/AtomLinter/linter-lua/compare/v0.1.1...v0.1.2)

**Merged pull requests:**

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

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

**Merged pull requests:**

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

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

**Merged pull requests:**

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

## [v0.0.1](https://github.com/AtomLinter/linter-lua/tree/v0.0.1) (2014-05-12)


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

0 comments on commit 1465083

Please sign in to comment.