Skip to content

Releases: wessberg/sandhog

v2.0.2

31 May 19:39
Compare
Choose a tag to compare
  • fix: use ansi-colors instead of Chalk for better CJS fallback support 85e15d5

v2.0.1...v2.0.2

v2.0.1

29 May 08:17
Compare
Choose a tag to compare
  • fix: handle the case where a module has a default export when constructing a config 9bf7416

v2.0.0...v2.0.1

v2.0.0

29 May 08:03
Compare
Choose a tag to compare

Breaking Changes

Migrated to ESM

Sandhog now targets ESM by default. It generates a CommonJS build too for direct API usage, but the CLI will be using ES modules.
Because of this change, the minimum accepted Node.js version has been updated to v14.19.0. Please ensure you're running a compatible version of Node.js

v1.0.44...v2.0.0

v1.0.44

28 May 22:12
Compare
Choose a tag to compare
  • feat: support .cjs and .mjs configs 6a4208f

v1.0.43...v1.0.44

v1.0.43

17 Nov 21:07
Compare
Choose a tag to compare
  • chore: rewrite enums to string literal type unions ab13845

v1.0.42...v1.0.43

v1.0.42

16 Nov 23:35
Compare
Choose a tag to compare
  • feat: add support and handling for peerDependenciesMeta in generated README files 343e3de

v1.0.41...v1.0.42

v1.0.41

28 May 08:41
Compare
Choose a tag to compare
  • feat: export 'SandhogConfig' interface 6616d2c
  • chore(build): update lock file 928b78d

v1.0.40...v1.0.41

v1.0.40

26 May 11:43
Compare
Choose a tag to compare
  • chore(build): update scripts bfa6a7c
  • refactor: use helpertypes library for common helpers fd215f0
  • chore: drop node 13 in Github actions 779b679

v1.0.38...v1.0.40

v1.0.38

18 May 13:02
Compare
Choose a tag to compare
  • test(node): drop node 10 dependency in Github Actions as pnpm does not support it 322bf4d

v1.0.37...v1.0.38

v1.0.37

18 May 06:57
Compare
Choose a tag to compare
  • BREAKING CHANGE: rename from @wessberg/scaffold to sandhog 5b70767
  • fix(options): fix regression where CLI arguments were ignored. d1d6243

v1.0.36...v1.0.37