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

Commit

Permalink
Cleanup the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Sep 22, 2017
1 parent ee9af70 commit 3872503
Showing 1 changed file with 12 additions and 26 deletions.
38 changes: 12 additions & 26 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@

**Implemented enhancements:**

- Update tslint to the latest version πŸš€ [\#185](https://github.com/AtomLinter/linter-tslint/pull/185) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update typescript to the latest version πŸš€ [\#183](https://github.com/AtomLinter/linter-tslint/pull/183) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

**Closed issues:**

- Severe performance issues [\#179](https://github.com/AtomLinter/linter-tslint/issues/179)
- Update tslint to version 5.5.0 πŸš€ [\#185](https://github.com/AtomLinter/linter-tslint/pull/185) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update typescript to version 2.4.1 πŸš€ [\#183](https://github.com/AtomLinter/linter-tslint/pull/183) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

## [v1.6.0](https://github.com/AtomLinter/linter-tslint/tree/v1.6.0) (2017-06-06)
[Full Changelog](https://github.com/AtomLinter/linter-tslint/compare/v1.5.0...v1.6.0)
Expand All @@ -27,7 +23,7 @@

**Implemented enhancements:**

- Update typescript to the latest version πŸš€ [\#171](https://github.com/AtomLinter/linter-tslint/pull/171) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update typescript to version 2.3.3 πŸš€ [\#171](https://github.com/AtomLinter/linter-tslint/pull/171) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

**Fixed bugs:**

Expand All @@ -38,16 +34,9 @@

**Implemented enhancements:**

- Update tslint to the latest version πŸš€ [\#168](https://github.com/AtomLinter/linter-tslint/pull/168) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update typescript to the latest version πŸš€ [\#166](https://github.com/AtomLinter/linter-tslint/pull/166) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

**Closed issues:**

- No longer working on Arch [\#162](https://github.com/AtomLinter/linter-tslint/issues/162)

**Merged pull requests:**

- Update typescript to the latest version πŸš€ [\#167](https://github.com/AtomLinter/linter-tslint/pull/167) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update tslint to version 5.2.0 πŸš€ [\#168](https://github.com/AtomLinter/linter-tslint/pull/168) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update typescript to version 2.3.2 πŸš€ [\#167](https://github.com/AtomLinter/linter-tslint/pull/167) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update typescript to version 2.3.1 πŸš€ [\#166](https://github.com/AtomLinter/linter-tslint/pull/166) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

## [v1.3.0](https://github.com/AtomLinter/linter-tslint/tree/v1.3.0) (2017-04-27)
[Full Changelog](https://github.com/AtomLinter/linter-tslint/compare/v1.2.1...v1.3.0)
Expand All @@ -73,6 +62,7 @@

**Implemented enhancements:**

- Enable type-checking for rules that needs it [\#109](https://github.com/AtomLinter/linter-tslint/issues/109)
- Performance issues with multiple rules [\#93](https://github.com/AtomLinter/linter-tslint/issues/93)
- Refactored to perform linting/fixing on async worker task [\#158](https://github.com/AtomLinter/linter-tslint/pull/158) ([Xapphire13](https://github.com/Xapphire13))
- Pass a program object to the linter to enable type checking [\#157](https://github.com/AtomLinter/linter-tslint/pull/157) ([smockle](https://github.com/smockle))
Expand All @@ -81,10 +71,6 @@

- Fixing bug where the worker thread would hang if there wasn't a tslint.json file [\#160](https://github.com/AtomLinter/linter-tslint/pull/160) ([Xapphire13](https://github.com/Xapphire13))

**Closed issues:**

- Enable type-checking for rules that needs it [\#109](https://github.com/AtomLinter/linter-tslint/issues/109)

## [v1.1.0](https://github.com/AtomLinter/linter-tslint/tree/v1.1.0) (2017-04-17)
[Full Changelog](https://github.com/AtomLinter/linter-tslint/compare/v1.0.0...v1.1.0)

Expand All @@ -105,11 +91,11 @@
- Reduce activation time [\#154](https://github.com/AtomLinter/linter-tslint/pull/154) ([Arcanemagus](https://github.com/Arcanemagus))
- fix\(package\): update tslint to version 5.1.0 [\#153](https://github.com/AtomLinter/linter-tslint/pull/153) ([Arcanemagus](https://github.com/Arcanemagus))
- support tslint@5 [\#151](https://github.com/AtomLinter/linter-tslint/pull/151) ([despairblue](https://github.com/despairblue))
- Update tslint to the latest version πŸš€ [\#150](https://github.com/AtomLinter/linter-tslint/pull/150) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update tslint to version 5.0.0 πŸš€ [\#150](https://github.com/AtomLinter/linter-tslint/pull/150) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Adding command to fix TS files + other changes \(see desc.\) [\#149](https://github.com/AtomLinter/linter-tslint/pull/149) ([Xapphire13](https://github.com/Xapphire13))
- Update typescript to the latest version πŸš€ [\#148](https://github.com/AtomLinter/linter-tslint/pull/148) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update typescript to version 2.2.2 πŸš€ [\#148](https://github.com/AtomLinter/linter-tslint/pull/148) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

**Merged pull requests:**
**Fixed bugs:**

- Updating UTs to support both TSLint4 and TSLint5 issues [\#152](https://github.com/AtomLinter/linter-tslint/pull/152) ([Xapphire13](https://github.com/Xapphire13))

Expand Down Expand Up @@ -138,7 +124,7 @@
**Implemented enhancements:**

- Update to eslint-config-airbnb-base v11.0.1 [\#132](https://github.com/AtomLinter/linter-tslint/pull/132) ([Arcanemagus](https://github.com/Arcanemagus))
- Update typescript to the latest version πŸš€ [\#131](https://github.com/AtomLinter/linter-tslint/pull/131) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update typescript to version 2.1.5 πŸš€ [\#131](https://github.com/AtomLinter/linter-tslint/pull/131) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

## [v0.13.0](https://github.com/AtomLinter/linter-tslint/tree/v0.13.0) (2017-01-07)
[Full Changelog](https://github.com/AtomLinter/linter-tslint/compare/v0.12.0...v0.13.0)
Expand Down Expand Up @@ -400,4 +386,4 @@
## [v0.0.4](https://github.com/AtomLinter/linter-tslint/tree/v0.0.4) (2014-05-13)


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

0 comments on commit 3872503

Please sign in to comment.