Skip to content

Releases: unjs/c12

v1.11.2

03 Sep 10:10
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • updateConfig: Properly resolve config relative to cwd (#188)

🏡 Chore

v2.0.0-beta.1

02 Jul 15:04
@pi0 pi0
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

compare changes

🚀 Enhancements

  • Upgrade to jiti v2 beta (#172)

🏡 Chore

  • Aadd hey-api to list of users (#171)
  • Update release script for beta (0127b2d)
  • Stricter tsconfig (e930e6b)
  • Update deps (da3595c)

❤️ Contributors

v1.11.1

12 Jun 13:48
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • update: Await on onUpdate (6b37c98)
  • update: Respect falsy value of onCreate (cc4e991)
  • update: Use relative path to resolve config (8b58b25)

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.11.0

12 Jun 09:55
@pi0 pi0
8d4bf3e
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Resolvable configs (#159)
  • Custom merger to replace built-in defu (#160)
  • Config update util (#162)

🩹 Fixes

  • loadConfig: config is not nullable (#161)

💅 Refactors

  • Internally use named sources (#158)

v1.10.0

06 Mar 13:11
@pi0 pi0
db37eaa
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Support auth shortcut for layer config (#142)

v1.9.0

21 Feb 17:45
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Use confbox (adds .toml, .yaml, .yml new extensions!) (#140)

🔥 Performance

🩹 Fixes

  • Deep merge rc sources with defu (#139)
  • watcher: Watch .config and all supported extensions (94c8181)

❤️ Contributors

v1.8.0

14 Feb 12:35
@pi0 pi0
a00cbe5
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Support .config dir (#136)

🩹 Fixes

  • Use default export of json5 for parsing (#135)

🏡 Chore

✅ Tests

❤️ Contributors

v1.7.0

07 Feb 23:25
@pi0 pi0
58fd51b
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • .jsonc config support (#132)
  • .json5 config support (#133)

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.6.1

30 Dec 01:04
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Preserve cloned dir if install option provided (81e2891)

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.6.0

29 Dec 23:57
@pi0 pi0
45dc079
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Option to omit $ prefixed keys from resolved config (#100)
  • Support install for source options (#126)

🩹 Fixes

  • Normalize Windows backslash for configFile and source (#48)
  • Clone sub layers into node_modules/.c12 (#125)
  • Handle http:// prefixes with giget (6c09735)

📖 Documentation

  • Add package pronunciation (#118)

❤️ Contributors

  • Pooya Parsa (@pi0)
  • Lo (@LoTwT)
  • Alex Kozack
  • Nozomu Ikuta