UNPKG

2.32 kBMarkdownView Raw
1# 6.5.0
2
3* Updates Eyeglass to version 2.5.0
4* Node version 8 is now deprecated and will be removed in Eyeglass 3.0.0.
5
6# 6.4.3
7
8* Node versions 6 and 11 are now deprecated and will be removed in
9 eyeglass 3.0.0 (ember-cli-eyeglass 7.0.0). While the code should still
10 work on node 6, our testing infrastructure in CI no longer runs on node
11 6, so our policy for node 6 support going forward will be that we will
12 fix regressions if they occur.
13
14# 6.4.2
15
16* Bug Fix: Install assets into the correct directory when httpRoot
17 is set.
18
19# 6.4.1
20
21* Handle older versions of broccoli/ember-cli without an error.
22
23# 6.4.0
24
25* Upgrades broccoli-eyeglass to `5.4.0` which provides
26 better sass compilation concurrency on machines with greater than 4 physical cores.
27* Provides better error handling when older versions of ember-cli cause compilation errors.
28
29# 6.3.0
30
31* Upgrades broccoli-eyeglass to `5.3.0`.
32
33# 6.2.0
34
35* Upgrades broccoli-eyeglass to `5.2.0`.
36* Adds a peerDependency on `ember-cli@^3.5.0` which was
37 an implicit peerDependency since `6.1.0`.
38
39# 6.1.1
40
41* Upgrades broccoli-eyeglass to `5.1.1`.
42* Some code cleanup.
43
44# 6.1.0
45
46**Performance Enhancements**: this release has a number of performance
47enhancements in it for builds at scale.
48
49* The persistent cache will now properly avoid cache collisions in engines and
50 addons that have files of the same name when those adddons don't set their
51 own value for persistentCache.
52* asset installation to urls that are outside of a lazy engine's path will
53 now work as intended.
54
55# 6.0.2
56
57* This release adds heimdall metrics collection for performance analysis.
58* Depends on `broccoli-eyeglass@5.0.2` and `eyeglass@2.2.2`.
59
60# 6.0.1
61
62* Depends on `broccoli-eyeglass@5.0.1` and `eyeglass@2.2.1`. Fixes an issue with using system tmp directories.
63
64# 6.0.0
65
66* Bump dependency on `broccoli-eyeglass` to `^5.0.0` which moves `eyeglass` to version `^2.2.0`.
67
68# 5.1.1
69
70* Bump dependency on `broccoli-eyeglass` to `^4.5.1`.
71
72# 5.1.0
73
74* `ember-cli-eyeglass` has been ported to TypeScript. Official type definitions for TypeScript users are now available with each release.
75
76# 5.0.0
77
78 * fix asset-url transformation for lazy engines with useDeprecatedIncorrectCssProcesing flag
79 * assetHttpPrefix for lazy engines now always includes engines-dist/<engine.name>
80
81# 4.0.0
82