Skip to content

Releases: unjs/pkg-types

v2.3.0

19 Aug 22:52
@pi0 pi0

Choose a tag to compare

compare changes

🚀 Enhancements

  • packagejson: Object format support for workspaces field (#236)
  • Add deno.lock to known lockfiles (#244)
  • Support package.json5 and package.yaml (#234)
  • updatePackage, sortPackage and normalizePackage utils (#240)

🏡 Chore

  • Fix typo in jsdocs (#237)

❤️ Contributors

v2.2.0

30 Jun 17:40
@pi0 pi0

Choose a tag to compare

compare changes

🚀 Enhancements

  • findWorkspaceDir: Add support for Deno workspace detection (#231)

❤️ Contributors

v2.1.1

26 Jun 13:09
@pi0 pi0

Choose a tag to compare

compare changes

📖 Documentation

  • Fix git examples (#225)

🌊 Types

  • packagejson: Autocompletion for script names (#229)
  • packagejson: Add funding field (#224)

❤️ Contributors

v2.1.0

03 Mar 14:27
@pi0 pi0

Choose a tag to compare

compare changes

🚀 Enhancements

  • .git/config utils (#217)
  • findWorkspaceDir: Detect workspace files (#219)
  • findWorkspaceDir: Configurable strategy (#220)

🔥 Performance

  • findFile: Test input itself if matching filename (#221)

🩹 Fixes

  • Avoid fallback if the starting point cannot be resolved (#216)
  • findWorkspaceDir: Update default strategy (#222)

v2.0.1

01 Mar 08:57
@pi0 pi0

Choose a tag to compare

compare changes

🩹 Fixes

  • Use exsolve for resolving paths (#215)

v2.0.0

25 Feb 13:59
@pi0 pi0

Choose a tag to compare

compare changes

💅 Refactors / Breaking Changes

  • ⚠️ Improve resolving and install size (#213)

📦 Build

v1.3.1

14 Jan 12:36
@pi0 pi0

Choose a tag to compare

compare changes

🩹 Fixes

  • Detect bun.lock (#210)

🏡 Chore

❤️ Contributors

v1.3.0

27 Dec 11:49
@pi0 pi0

Choose a tag to compare

compare changes

🚀 Enhancements

  • types: Add packageManager field to PackageJson (#204)

🤖 CI

  • Enable tests on windows (#205)

❤️ Contributors

v1.2.1

08 Oct 08:22
@pi0 pi0
e1234ea

Choose a tag to compare

compare changes

🩹 Fixes

  • Optional fields from publishConfig (#194)
  • tsconfig: Add missing references key (#198)

✅ Tests

  • packagejson: Add tests for partial objects (e2dc735)

❤️ Contributors

v1.2.0

22 Aug 21:53
@pi0 pi0

Choose a tag to compare

compare changes

🚀 Enhancements

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

❤️ Contributors