Skip to content

Latest commit

 

History

History
446 lines (231 loc) · 13.6 KB

CHANGELOG.md

File metadata and controls

446 lines (231 loc) · 13.6 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

v1.10.0

compare changes

🚀 Enhancements

  • Support auth shortcut for layer config (#142)

🏡 Chore

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.9.0

compare changes

🚀 Enhancements

  • Use confbox (#140)

🔥 Performance

🩹 Fixes

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

❤️ Contributors

v1.8.0

compare changes

🚀 Enhancements

  • Support .config dir (#136)

🩹 Fixes

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

🏡 Chore

✅ Tests

❤️ Contributors

v1.7.0

compare changes

🚀 Enhancements

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

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.6.1

compare changes

🩹 Fixes

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

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.6.0

compare changes

🚀 Enhancements

  • Option to omit $ 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 as well (6c09735)

📖 Documentation

  • Add package pronunciation (#118)

🏡 Chore

❤️ Contributors

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

v1.5.1

compare changes

🚀 Enhancements

  • Improve extending github layers (#109)
  • Allow setting giget clone options (#112)

🏡 Chore

✅ Tests

  • Update gh fixture to main (a8b73c2)

🎨 Styles

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.4.2

compare changes

🩹 Fixes

  • Allow extends dir to start with dot (#71)

📖 Documentation

  • Fix typo for configFile (#83)

🏡 Chore

❤️ Contributors

v1.4.1

compare changes

🩹 Fixes

  • watchConfig: Handle custom config names (eedd141)

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.4.0

compare changes

🚀 Enhancements

  • watchConfig utility (#77)
  • watchConfig: Support hmr (#78)

📖 Documentation

  • Fix small grammer issues (5f2b3a1)

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.3.0

compare changes

🚀 Enhancements

  • Generic types support (#64)

🩹 Fixes

  • Use rm instead of rmdir for recursive remove (#69)

🏡 Chore

❤️ Contributors

v1.2.0

compare changes

🚀 Enhancements

  • Load config from package.json (#52)
  • Environment specific configuration (#61)
  • Layer meta and source options (#62)
  • envName config (4a0227d)

🩹 Fixes

  • Allow extending from npm packages with subpath (#54)

📖 Documentation

  • Fix grammer and typos (3e8436c)
  • Don't mention unsupported usage (ea7ac6e)

🏡 Chore

✅ Tests

❤️ Contributors

v1.1.2

compare changes

🏡 Chore

❤️ Contributors

v1.1.1

compare changes

🏡 Chore

🎨 Styles

❤️ Contributors

1.1.0 (2022-12-06)

Features

  • use giget to clone github urls (4c7590a)

Bug Fixes

  • remove tmp dir to clone (020e0b0)

1.0.1 (2022-11-15)

1.0.0 (2022-11-15)

0.2.13 (2022-09-19)

0.2.12 (2022-09-14)

Features

  • defaultConfig to be applied before extending (1c4e898)

0.2.11 (2022-09-06)

Features

  • custom jiti and jitiOptions (bfd1be5)
  • support loading rc from workspace dir in global mode (7365a9c)

Bug Fixes

  • jitiOptions is optional (457a045)
  • validate sources value to be string (#32) (f97c850)

0.2.10 (2022-09-01)

Features

  • allow extending from multiple keys (33cb210), closes #24

0.2.9 (2022-08-04)

Features

  • use native esm resolution where possible (#26) (9744621)

0.2.8 (2022-06-29)

Features

  • try resolving paths as npm package (7c48947)

Bug Fixes

  • warn when extend layers cannot be resolved (f6506e8)

0.2.7 (2022-04-20)

Bug Fixes

  • check resolved config file existence before loading (dda579d)

0.2.6 (2022-04-20)

Bug Fixes

  • only ignore MODULE_NOT_FOUND when message contains configFile (e067a56)

0.2.5 (2022-04-07)

0.2.4 (2022-03-21)

Bug Fixes

0.2.3 (2022-03-18)

Bug Fixes

  • don't strip empty config files (#8) (67bb1ee)

0.2.2 (2022-03-16)

0.2.0 (2022-03-16)

⚠ BREAKING CHANGES

  • preserve all merging sources

Features

  • preserve all merging sources (7a69480)

0.1.4 (2022-03-07)

Bug Fixes

0.1.3 (2022-02-10)

Bug Fixes

  • apply defaults after extending (c86024c)

0.1.2 (2022-02-10)

Features

0.1.1 (2022-01-31)

Features

Bug Fixes

  • escape unsupported chars from tmpdir (fd04922)
  • temp directory initialization (3aaf5db)