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

Commit 3351053

Browse files
committed
Add CHANGELOG file
1 parent 88bd2be commit 3351053

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

.github_changelog_generator

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
user=ember-cli
2+
project=ember-cli-jshint

CHANGELOG.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# Change Log
2+
3+
## [Unreleased](https://github.com/ember-cli/ember-cli-jshint/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/ember-cli/ember-cli-jshint/compare/v1.0.5...HEAD)
6+
7+
**Implemented enhancements:**
8+
9+
- Add default blueprint [\#17](https://github.com/ember-cli/ember-cli-jshint/issues/17)
10+
- Tests [\#7](https://github.com/ember-cli/ember-cli-jshint/issues/7)
11+
- Add "ember-cli-jshint" blueprint [\#21](https://github.com/ember-cli/ember-cli-jshint/pull/21) ([Turbo87](https://github.com/Turbo87))
12+
13+
**Merged pull requests:**
14+
15+
- Add test suite [\#19](https://github.com/ember-cli/ember-cli-jshint/pull/19) ([Turbo87](https://github.com/Turbo87))
16+
- Remove .npmignore \(replaced by whitelist in package.json\) [\#13](https://github.com/ember-cli/ember-cli-jshint/pull/13) ([jonkoops](https://github.com/jonkoops))
17+
18+
## [v1.0.5](https://github.com/ember-cli/ember-cli-jshint/tree/v1.0.5) (2016-08-05)
19+
[Full Changelog](https://github.com/ember-cli/ember-cli-jshint/compare/v1.0.4...v1.0.5)
20+
21+
**Merged pull requests:**
22+
23+
- Whitelist files [\#10](https://github.com/ember-cli/ember-cli-jshint/pull/10) ([cibernox](https://github.com/cibernox))
24+
- LazilyRequire broccoli-jshint [\#9](https://github.com/ember-cli/ember-cli-jshint/pull/9) ([stefanpenner](https://github.com/stefanpenner))
25+
26+
## [v1.0.4](https://github.com/ember-cli/ember-cli-jshint/tree/v1.0.4) (2016-06-16)
27+
[Full Changelog](https://github.com/ember-cli/ember-cli-jshint/compare/v1.0.3...v1.0.4)
28+
29+
**Closed issues:**
30+
31+
- this.\_super.apply is not a function [\#4](https://github.com/ember-cli/ember-cli-jshint/issues/4)
32+
33+
**Merged pull requests:**
34+
35+
- fix ember-cli DEPRECATION warning [\#8](https://github.com/ember-cli/ember-cli-jshint/pull/8) ([yads](https://github.com/yads))
36+
37+
## [v1.0.3](https://github.com/ember-cli/ember-cli-jshint/tree/v1.0.3) (2016-05-20)
38+
[Full Changelog](https://github.com/ember-cli/ember-cli-jshint/compare/v1.0.2...v1.0.3)
39+
40+
## [v1.0.2](https://github.com/ember-cli/ember-cli-jshint/tree/v1.0.2) (2016-05-20)
41+
[Full Changelog](https://github.com/ember-cli/ember-cli-jshint/compare/v1.0.1...v1.0.2)
42+
43+
## [v1.0.1](https://github.com/ember-cli/ember-cli-jshint/tree/v1.0.1) (2016-05-20)
44+
[Full Changelog](https://github.com/ember-cli/ember-cli-jshint/compare/v1.0.0...v1.0.1)
45+
46+
**Closed issues:**
47+
48+
- Push tags to Github [\#1](https://github.com/ember-cli/ember-cli-jshint/issues/1)
49+
50+
**Merged pull requests:**
51+
52+
- Call super [\#3](https://github.com/ember-cli/ember-cli-jshint/pull/3) ([stefanpenner](https://github.com/stefanpenner))
53+
- Use `|` as separator [\#2](https://github.com/ember-cli/ember-cli-jshint/pull/2) ([san650](https://github.com/san650))
54+
55+
## [v1.0.0](https://github.com/ember-cli/ember-cli-jshint/tree/v1.0.0) (2016-04-07)
56+
57+
58+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 commit comments

Comments
 (0)