Smart configuration loader
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(release): v4.0.0-beta.2

+27 -1
+26
CHANGELOG.md
··· 2 2 3 3 All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. 4 4 5 + ## v4.0.0-beta.2 6 + 7 + [compare changes](https://github.com/unjs/c12/compare/v4.0.0-beta.1...v4.0.0-beta.2) 8 + 9 + ### 🚀 Enhancements 10 + 11 + - Support expanding env with `_FILE` references ([#297](https://github.com/unjs/c12/pull/297)) 12 + 13 + ### 🔥 Performance 14 + 15 + - Use native dotenv parser ([#296](https://github.com/unjs/c12/pull/296)) 16 + 17 + ### 📦 Build 18 + 19 + - Optional giget peer dependency ([25ee78f](https://github.com/unjs/c12/commit/25ee78f)) 20 + 21 + ### 🏡 Chore 22 + 23 + - Strict esm-ts syntax ([46703bc](https://github.com/unjs/c12/commit/46703bc)) 24 + - Add bench ([cd3f225](https://github.com/unjs/c12/commit/cd3f225)) 25 + - Use named exports ([c9d6b25](https://github.com/unjs/c12/commit/c9d6b25)) 26 + 27 + ### ❤️ Contributors 28 + 29 + - Pooya Parsa ([@pi0](https://github.com/pi0)) 30 + 5 31 ## v4.0.0-beta.1 6 32 7 33 [compare changes](https://github.com/unjs/c12/compare/v3.3.3...v4.0.0-beta.1)
+1 -1
package.json
··· 1 1 { 2 2 "name": "c12", 3 - "version": "4.0.0-beta.1", 3 + "version": "4.0.0-beta.2", 4 4 "description": "Smart Config Loader", 5 5 "license": "MIT", 6 6 "repository": "unjs/c12",