Skip to content

Releases: joneff/sass-build

v1.1.6

14 Jun 12:09
Compare
Choose a tag to compare

1.1.6 (2023-06-14)

Bug Fixes

  • include types in distribution (8d73420)
  • update dependencies (2413870)

v1.1.5

08 Jan 19:25
Compare
Choose a tag to compare

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

06 Jan 13:59
Compare
Choose a tag to compare

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

03 Jan 09:07
Compare
Choose a tag to compare

1.1.3 (2023-01-03)

Bug Fixes

  • update dependencies to provision for node 14 and npm 6 (75df125)

v1.1.2

07 Dec 09:57
Compare
Choose a tag to compare

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

28 Nov 13:00
Compare
Choose a tag to compare

1.1.1 (2022-11-28)

Bug Fixes

v1.1.0

09 Sep 03:14
Compare
Choose a tag to compare

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

24 Aug 17:43
013fb3c
Compare
Choose a tag to compare

1.0.0 (2022-08-24)

Features