UNPKG

3.3 kBMarkdownView Raw
1# Changelog
2
3## v3.0.0 (2019-04-12)
4
5#### :boom: Breaking Change
6* [#102](https://github.com/ember-cli/ember-cli-uglify/pull/102) Drop support for Node.js 6 ([@Turbo87](https://github.com/Turbo87))
7* [#64](https://github.com/ember-cli/ember-cli-uglify/pull/64) Drop support for Node.js 4 ([@Turbo87](https://github.com/Turbo87))
8
9#### :house: Internal
10* [#68](https://github.com/ember-cli/ember-cli-uglify/pull/68) TravisCI: Remove deprecated `sudo: false` option ([@Turbo87](https://github.com/Turbo87))
11* [#67](https://github.com/ember-cli/ember-cli-uglify/pull/67) Remove unneeded and confusing dependency ([@jelhan](https://github.com/jelhan))
12* [#66](https://github.com/ember-cli/ember-cli-uglify/pull/66) CI: Run only for `master` branch, tags and PRs ([@Turbo87](https://github.com/Turbo87))
13* [#44](https://github.com/ember-cli/ember-cli-uglify/pull/44) Fix CI ([@Turbo87](https://github.com/Turbo87))
14
15#### Committers: 2
16- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
17- jelhan ([@jelhan](https://github.com/jelhan))
18
19
20## v2.1.0 (2018-03-27)
21
22#### :rocket: Enhancement
23* [#37](https://github.com/ember-cli/ember-cli-uglify/pull/37) Run uglify in parallel ([@mikrostew](https://github.com/mikrostew))
24
25#### Committers: 1
26- Michael Stewart ([@mikrostew](https://github.com/mikrostew))
27
28
29## v2.0.2 (2018-02-20)
30
31#### :rocket: Enhancement
32* [#34](https://github.com/ember-cli/ember-cli-uglify/pull/34) Updates broccoli-uglify-sourcemap to version 2.0.1 ([@Duder-onomy](https://github.com/Duder-onomy))
33
34#### :house: Internal
35* [#36](https://github.com/ember-cli/ember-cli-uglify/pull/36) add test (basically, a default app built’s tests run even post uglifi… ([@stefanpenner](https://github.com/stefanpenner))
36
37#### Committers: 2
38- Greg Larrenaga ([@Duder-onomy](https://github.com/Duder-onomy))
39- Stefan Penner ([@stefanpenner](https://github.com/stefanpenner))
40
41
42## v2.0.0 (2017-10-03)
43
44#### :rocket: Enhancement
45* [#28](https://github.com/ember-cli/ember-cli-uglify/pull/28) Update "broccoli-uglify-sourcemap" to v2.0.0. ([@Turbo87](https://github.com/Turbo87))
46
47#### Committers: 1
48- Tobias Bieniek ([Turbo87](https://github.com/Turbo87))
49
50
51## v2.0.0-beta.2 (2017-09-08)
52
53#### :bug: Bug Fix
54* [#26](https://github.com/ember-cli/ember-cli-uglify/pull/26) Add a fix for Safari to the default config. ([@jrjohnson](https://github.com/jrjohnson))
55
56#### Committers: 1
57- Jonathan Johnson ([jrjohnson](https://github.com/jrjohnson))
58
59## v2.0.0-beta.1 (2017-07-10)
60
61#### :boom: Breaking Change
62* [#19](https://github.com/ember-cli/ember-cli-uglify/pull/19) Update "package.json" file and remove Node 0.12 support. ([@Turbo87](https://github.com/Turbo87))
63* [#17](https://github.com/ember-cli/ember-cli-uglify/pull/17) Update "broccoli-uglify-sourcemap" to v2.0.0-beta.1. ([@Turbo87](https://github.com/Turbo87))
64* [#15](https://github.com/ember-cli/ember-cli-uglify/pull/15) Remove Node 0.10 support. ([@greenkeeperio-bot](https://github.com/greenkeeperio-bot))
65
66#### :memo: Documentation
67* [#18](https://github.com/ember-cli/ember-cli-uglify/pull/18) Update README. ([@Turbo87](https://github.com/Turbo87))
68
69
70## v1.2.0 (2015-06-07)
71
72#### :house: Internal
73* [#2](https://github.com/ember-cli/ember-cli-uglify/pull/2) Update package.json. ([@kategengler](https://github.com/kategengler))