|
2 | 2 |
|
3 | 3 | ## v0.4.0 (2022-01-19) |
4 | 4 |
|
5 | | - * Update Sass version to `1.49.0` |
6 | | - * Attach system target architecture to saved esbuild executable (h/t @cw789) |
7 | | - * Use user cache directory (h/t @josevalim) |
8 | | - * Add support for 32bit linux (h/t @derek-zhou) |
9 | | - * Support `HTTP_PROXY/HTTPS_PROXY` to fetch esbuild (h/t @iaddict) |
10 | | - * Fallback to _build if Mix.Project is not available |
11 | | - * Allow `config :dart_sass, :path, path` to configure the path to the Sass executable (or snapshot) |
12 | | - * Support OTP 24 on Apple M1 architectures (via Rosetta2) |
| 5 | +- Update Sass version to `1.49.0` |
| 6 | +- Attach system target architecture to saved esbuild executable (h/t @cw789) |
| 7 | +- Use user cache directory (h/t @josevalim) |
| 8 | +- Add support for 32bit linux (h/t @derek-zhou) |
| 9 | +- Support `HTTP_PROXY/HTTPS_PROXY` to fetch esbuild (h/t @iaddict) |
| 10 | +- Fallback to \_build if Mix.Project is not available |
| 11 | +- Allow `config :dart_sass, :path, path` to configure the path to the Sass executable (or snapshot) |
| 12 | +- Support OTP 24 on Apple M1 architectures (via Rosetta2) |
13 | 13 |
|
14 | 14 | ## v0.3.0 (2021-10-04) |
15 | 15 |
|
16 | | - * Use Rosetta2 for Apple M1 architectures until dart-sass ships native |
| 16 | +- Use Rosetta2 for Apple M1 architectures until dart-sass ships native |
| 17 | + |
17 | 18 | ## v0.2.1 (2021-09-23) |
18 | 19 |
|
19 | | - * Apply missing `--runtime-config` flag check to `mix sass.install` |
| 20 | +- Apply missing `--runtime-config` flag check to `mix sass.install` |
20 | 21 |
|
21 | 22 | ## v0.2.0 (2021-09-21) |
22 | 23 |
|
23 | | - * No longer load `config/runtime.exs` by default, instead support `--runtime-config` flag |
24 | | - * Update initial `sass` version to `1.39.0` |
25 | | - * `mix sass.install --if-missing` also checks version |
| 24 | +- No longer load `config/runtime.exs` by default, instead support `--runtime-config` flag |
| 25 | +- Update initial `sass` version to `1.39.0` |
| 26 | +- `mix sass.install --if-missing` also checks version |
26 | 27 |
|
27 | 28 | ## v0.1.2 (2021-08-23) |
28 | 29 |
|
29 | | - * Fix target detection on FreeBSD (h/t @julp) |
30 | | - * Extract archive with charlist cwd option (h/t @michallepicki) |
| 30 | +- Fix target detection on FreeBSD (h/t @julp) |
| 31 | +- Extract archive with charlist cwd option (h/t @michallepicki) |
31 | 32 |
|
32 | 33 | ## v0.1.1 (2021-07-30) |
33 | 34 |
|
34 | | - * Fix installation path/unzip on windows |
35 | | - * Add wrapper script to address zombie processes |
| 35 | +- Fix installation path/unzip on windows |
| 36 | +- Add wrapper script to address zombie processes |
36 | 37 |
|
37 | 38 | ## v0.1.0 (2021-07-25) |
38 | 39 |
|
39 | | - * First release |
| 40 | +- First release |
0 commit comments