Skip to content

Releases: hey-api/c12

v1.0.3

11 Sep 08:06
0350309

Choose a tag to compare

1.0.3 (2025-09-11)

Bug Fixes

v1.0.1

11 Sep 07:53
c9e3199

Choose a tag to compare

1.0.1 (2025-09-11)

Bug Fixes

v1.0.0

11 Sep 07:41
cc98f0d

Choose a tag to compare

1.0.0 (2025-09-11)

Bug Fixes

  • jitiOptions is optional (457a045)
  • add semantic release (e8986b2)
  • allow custom giget provider (#207) (964bc29)
  • allow extending from npm packages with subpath (#54) (c4c8a5e)
  • allow extends dir to start with dot (resolves #71) (4adcbbe)
  • apply defaults after extending (c86024c)
  • avoid double merging of layers (367cbf8), closes nuxt/framework#3800
  • check if .env/ is a directory before accessing (#238) (5273586)
  • check resolved config file existence before loading (dda579d)
  • clone sub layers into node_modules/.c12 (#125) (ce6d022)
  • deep merge rc sources with defu (#139) (7f49811)
  • disable requireCache (#6) (1a6f7d3)
  • don't strip empty config files (#8) (67bb1ee)
  • escape unsupported chars from tmpdir (fd04922)
  • fix windows related resolve issues (#235) (2b6d8a9)
  • handle http:// prefixes with giget as well (6c09735)
  • handle watcher reload errors (#247) (ba42aed)
  • loadConfig: config is not nullable (#161) (213d9fa)
  • normalize windows backslash for configFile and source (#48) (b78e4ee)
  • only ignore MODULE_NOT_FOUND when message contains configFile (e067a56)
  • preserve meta for main config (#227) (20d9263)
  • preserve cloned dir if install option provided (81e2891)
  • remove tmp dir to clone (020e0b0)
  • temp directory initialization (3aaf5db)
  • update dotenv assigned env variables on subsequent calls (#243) (3e67bd4)
  • update to jiti 2.3 (1420b72)
  • update: await on onUpdate (6b37c98)
  • updateConfig: properly resolve config relative to cwd (#188) (5b0c89c)
  • update: respect falsy value of onCreate (cc4e991)
  • update: use relative path to resolve config (8b58b25)
  • use rm instead of rmdir for recursive remove (#69) (f3c383e)
  • use default export of json5 for parsing (#135) (a00cbe5)
  • validate sources value to be string (#32) (f97c850)
  • warn when extend layers cannot be resolved (f6506e8)
  • watchConfig: handle custom config names (eedd141)
  • watcher: watch .config and all supported extensions (94c8181)

Features

Read more