Releases: joneff/sass-build
Releases · joneff/sass-build
v1.1.6
1.1.6 (2023-06-14)
Bug Fixes
v1.1.5
1.1.5 (2023-01-08)
Bug Fixes
- cli: improve error handling and reporting (de93f1a)
- cli: streamline cli based on tests (13abdc2)
- cli: use outDir when no outFile is passed (ecefacf)
- padCwd and trimCwd were not working correctly with absolute paths (2d5087f)
v1.1.4
1.1.4 (2023-01-06)
Bug Fixes
- cli: handle cases of build with not outFile param (5be5410)
- cli: improve parameters validation (0997611)
- read version from package.json trough fs instead of require (9d03081)
v1.1.3
1.1.3 (2023-01-03)
Bug Fixes
- update dependencies to provision for node 14 and npm 6 (75df125)
v1.1.2
1.1.2 (2022-12-07)
Bug Fixes
- cache importer should be loaded last (c78403a)
- cache-importer: only cache existing files (2582f21)
- legacy import result should include null (f0b1446)
- package-importer: import files from node_modules correctly (59e9586)
v1.1.1
1.1.1 (2022-11-28)
Bug Fixes
v1.1.0
1.1.0 (2022-09-09)
Bug Fixes
- cli: extract migrate as a separate command (374a0de)
- cli: split cli file into multiple files (7dcfe77)
- cli: streamline cli and sprinkle some error messages (c2a9192)
- split build and compile into multiple files (c971ca7)
Features
- add transform command and expose process config from api (1eff9eb)
- cli: add info command to list available compilers (e32c87d)
v1.0.0
1.0.0 (2022-08-24)
Features