Skip to content

Commit 6f0783c

Browse files
committed
Add CHANGELOG file
1 parent 5058a81 commit 6f0783c

File tree

2 files changed

+152
-0
lines changed

2 files changed

+152
-0
lines changed

CHANGELOG.md

Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,142 @@
1+
## v2.0.0 (Unreleased)
2+
3+
#### :rocket: Enhancement
4+
* [#49](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/49) Update to "uglify-js" v3.0.24. ([@Turbo87](https://github.com/Turbo87))
5+
* [#45](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/45) CI: Use "auto-dist-tag" for deployment. ([@Turbo87](https://github.com/Turbo87))
6+
7+
#### :house: Internal
8+
* [#48](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/48) Remove unused "origSourcesContent" variable. ([@Turbo87](https://github.com/Turbo87))
9+
10+
#### Committers: 1
11+
- Tobias Bieniek ([Turbo87](https://github.com/Turbo87))
12+
13+
14+
## v1.5.2 (2017-03-31)
15+
16+
#### :bug: Bug Fix
17+
* [#41](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/41) Remove UglifyJS2 issue workaround. ([@Turbo87](https://github.com/Turbo87))
18+
19+
#### :house: Internal
20+
* [#44](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/44) CI: Deploy tags automatically to npm. ([@Turbo87](https://github.com/Turbo87))
21+
* [#43](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/43) Cleanup "package.json" file. ([@Turbo87](https://github.com/Turbo87))
22+
* [#42](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/42) CI: Update Node.js target matrix. ([@Turbo87](https://github.com/Turbo87))
23+
24+
#### Committers: 1
25+
- Tobias Bieniek ([Turbo87](https://github.com/Turbo87))
26+
27+
28+
## v1.5.1 (2016-12-20)
29+
30+
#### :rocket: Enhancement
31+
* [#39](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/39) [Closes [#38](https://github.com/ember-cli/broccoli-uglify-sourcemap/issues/38) #36] improve slow concat warning. ([@stefanpenner](https://github.com/stefanpenner))
32+
33+
#### Committers: 1
34+
- Stefan Penner ([stefanpenner](https://github.com/stefanpenner))
35+
36+
37+
## v1.5.0 (2016-12-03)
38+
39+
#### :rocket: Enhancement
40+
* [#35](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/35) Update uglify-js to ^2.7.0.. ([@tjni](https://github.com/tjni))
41+
42+
#### :bug: Bug Fix
43+
* [#37](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/37) fix minor typo. ([@efx](https://github.com/efx))
44+
45+
#### Committers: 2
46+
- Eli Flanagan ([efx](https://github.com/efx))
47+
- Theodore Ni ([tjni](https://github.com/tjni))
48+
49+
50+
## v1.4.1 (2016-08-05)
51+
52+
#### :house: Internal
53+
* [#32](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/32) Whitelist files for npm and reduce lodash dependency. ([@kamalaknn](https://github.com/kamalaknn))
54+
55+
#### Committers: 1
56+
- Kamalakannan ([kamalaknn](https://github.com/kamalaknn))
57+
58+
59+
## v1.4.0 (2016-05-20)
60+
61+
#### :rocket: Enhancement
62+
* [#29](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/29) bump uglify-js. ([@stefanpenner](https://github.com/stefanpenner))
63+
64+
#### :bug: Bug Fix
65+
* [#28](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/28) Fix typo in warning text.. ([@eric-adstage](https://github.com/eric-adstage))
66+
67+
#### Committers: 2
68+
- Eric Foster ([eric-adstage](https://github.com/eric-adstage))
69+
- Stefan Penner ([stefanpenner](https://github.com/stefanpenner))
70+
71+
72+
## v1.3.0 (2016-04-27)
73+
74+
#### :rocket: Enhancement
75+
* [#12](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/12) Log and warn. ([@stefanpenner](https://github.com/stefanpenner))
76+
77+
#### :bug: Bug Fix
78+
* [#27](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/27) Revert "don’t minify files that already advertise as minified.". ([@rwjblue](https://github.com/rwjblue))
79+
80+
#### Committers: 2
81+
- Robert Jackson ([rwjblue](https://github.com/rwjblue))
82+
- Stefan Penner ([stefanpenner](https://github.com/stefanpenner))
83+
84+
85+
## v1.2.0 (2016-03-04)
86+
87+
#### :rocket: Enhancement
88+
* [#26](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/26) don’t minify files that already advertise as minified.. ([@stefanpenner](https://github.com/stefanpenner))
89+
90+
#### :bug: Bug Fix
91+
* [#22](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/22) [DOCFIX] Update the README.md to reflect the real package name.. ([@minasmart](https://github.com/minasmart))
92+
93+
#### Committers: 2
94+
- Mina Smart ([minasmart](https://github.com/minasmart))
95+
- Stefan Penner ([stefanpenner](https://github.com/stefanpenner))
96+
97+
98+
## v1.1.1 (2016-01-09)
99+
100+
#### :house: Internal
101+
* [#21](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/21) Upgrade to a supported version of lodash.. ([@blimmer](https://github.com/blimmer))
102+
103+
#### Committers: 1
104+
- Ben Limmer ([blimmer](https://github.com/blimmer))
105+
106+
107+
## v1.1.0 (2015-11-17)
108+
109+
#### :rocket: Enhancement
110+
* [#11](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/11) Pr 7. ([@stefanpenner](https://github.com/stefanpenner))
111+
112+
#### :bug: Bug Fix
113+
* [#18](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/18) Lock uglify-js dependency to ~2.5.0.. ([@blimmer](https://github.com/blimmer))
114+
115+
#### :memo: Documentation
116+
* [#14](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/14) fix a typo in README.md. ([@fivetanley](https://github.com/fivetanley))
117+
118+
#### :house: Internal
119+
* [#10](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/10) fix tests. ([@stefanpenner](https://github.com/stefanpenner))
120+
121+
#### Committers: 3
122+
- Ben Limmer ([blimmer](https://github.com/blimmer))
123+
- Stanley Stuart ([fivetanley](https://github.com/fivetanley))
124+
- Stefan Penner ([stefanpenner](https://github.com/stefanpenner))
125+
126+
127+
## v1.0.1 (2015-06-18)
128+
129+
#### :bug: Bug Fix
130+
* [#6](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/6) fix '?' --> filename. ([@SSS2557](https://github.com/SSS2557))
131+
132+
#### Committers: 1
133+
- Sandesh ([SSS2557](https://github.com/SSS2557))
134+
135+
136+
## v1.0.0 (2015-06-07)
137+
138+
#### :rocket: Enhancement
139+
* [#4](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/4) append filename to errors thrown from UglifyJS.. ([@stefanpenner](https://github.com/stefanpenner))
140+
141+
#### Committers: 1
142+
- Stefan Penner ([stefanpenner](https://github.com/stefanpenner))

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,15 @@
3636
"chai": "^1.10.0",
3737
"mocha": "^2.0.1",
3838
"rsvp": "^3.0.14"
39+
},
40+
"changelog": {
41+
"repo": "ember-cli/broccoli-uglify-sourcemap",
42+
"labels": {
43+
"breaking": ":boom: Breaking Change",
44+
"enhancement": ":rocket: Enhancement",
45+
"bug": ":bug: Bug Fix",
46+
"documentation": ":memo: Documentation",
47+
"internal": ":house: Internal"
48+
}
3949
}
4050
}

0 commit comments

Comments
 (0)