Skip to content

Releases: unjs/pkg-types

v1.2.0

22 Aug 21:53
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add more fields into package.json (#190)

❤️ Contributors

v1.1.3

02 Jul 19:40
@pi0 pi0
2f67cbc
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Fix types for PackageJson exports (#185)

Tests

  • Update tsconfig and enable type tests (#184)

v1.1.2

01 Jul 10:15
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Expand the types of exports (#183)

❤️ Contributors

v1.1.1

09 May 17:54
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Check for all lockfiles before ascending directories (#179)

❤️ Contributors

v1.1.0

18 Apr 10:47
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🚀 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 to unjs/confbox (#174)

📖 Documentation

  • Add missing jsdocs (#171)

❤️ Contributors

(thanks @iijaachok, @Waleed-KH, @aa900031, @kylegl for previous efforts related to #175 ❤️ )