Releases: unjs/pkg-types
Releases · unjs/pkg-types
v1.3.1
v1.3.0
🚀 Enhancements
- types: Add
packageManager
field toPackageJson
(#204)
🤖 CI
- Enable tests on windows (#205)
❤️ Contributors
- Pooya Parsa (@pi0)
- Colonel-Sandvich (@Colonel-Sandvich)
v1.2.1
🩹 Fixes
✅ Tests
- packagejson: Add tests for partial objects (e2dc735)
❤️ Contributors
- Pooya Parsa (@pi0)
- Johan Meester [email protected]
- Kevin Deng 三咲智子 [email protected]
v1.2.0
🚀 Enhancements
- Add more fields into package.json (#190)
❤️ Contributors
- Kevin Deng 三咲智子 [email protected]
v1.1.3
v1.1.2
v1.1.1
v1.1.0
🚀 Enhancements
- Auto detect and preserve format (#175)
- Try to parse
package.json
as jsonc (json with comments and traling slashes) (#176)
🩹 Fixes
- Add object syntax browser field type (#145)
- types: Allow
extends
as array (#151) - Add
imports
field to the types (#160)
💅 Refactors
- Migrate from
jsonc-parser
tounjs/confbox
(#174)
📖 Documentation
- Add missing jsdocs (#171)
❤️ Contributors
- Pooya Parsa (@pi0)
- Max (@onmax)
- Parbez [email protected]
(thanks @iijaachok, @Waleed-KH, @aa900031, @kylegl for previous efforts related to #175 ❤️ )