Pathpida Versions Save

TypeScript friendly internal link client for Next.js, Nuxt.js and Sapper.

v0.22.0

9 months ago

Changes

🚀 Features

v0.21.0

9 months ago

Changes

🚀 Features

  • add "or undefined" explicitly to support exactOptionalPropertyTypes @LumaKernel (#129)
  • for appdir stable (and experimental) @rikusen0335 (#178)
  • Provide dynamic route path for Next.js app directory @YutaUra (#179)

v0.20.1

1 year ago

Changes

🐛 Bug Fixes

  • fix: support for nextjs app dir inside src dir @you-5805 (#158)

v0.20.0

1 year ago

Changes

🚀 Features

  • feat: remove sapper @solufa (#151)

v0.19.3

1 year ago

Changes

🐛 Bug Fixes

  • fix: support for cases without pages dir @solufa (#150)

v0.19.2

1 year ago

Changes

🐛 Bug Fixes

  • fix: change srcDir logic @solufa (#149)

v0.19.1

1 year ago

Changes

🐛 Bug Fixes

  • fix: input path of appDir @solufa (#148)

v0.19.0

1 year ago

Changes

🚀 Features

  • feat: support appDir of Nextjs @solufa (#146)

v0.18.1

2 years ago

Changes

🐛 Bug Fixes

  • fix: stringify to enclose path name into quotations @LumaKernel (#127)

🧰 Maintenance

  • chore(deps-dev): bump eslint-plugin-jest from 24.4.0 to 26.1.1 @dependabot (#122)
  • chore(deps): bump ignore from 5.1.8 to 5.2.0 @dependabot (#119)
  • chore(deps-dev): bump eslint-config-prettier from 8.3.0 to 8.4.0 @dependabot (#121)
  • chore(deps-dev): bump prettier-plugin-organize-imports from 2.3.3 to 2.3.4 @dependabot (#118)
  • chore(deps): bump chokidar from 3.5.2 to 3.5.3 @dependabot (#120)

📚 Documentation

  • doc update @LumaKernel (#128)

v0.18.0

2 years ago

Changes

  • docs: update changelog and place warning in readme @LumaKernel (#115)
  • refactor: refactor about eslint-disable and prettier-ignore and ci files @LumaKernel (#116)
  • chore(deps): bump nanoid from 3.1.24 to 3.3.1 @dependabot (#113)
  • chore(deps): bump trim-off-newlines from 1.0.1 to 1.0.3 @dependabot (#102)
  • chore(deps): bump shelljs from 0.8.4 to 0.8.5 @dependabot (#98)
  • chore(deps): bump ansi-regex from 5.0.0 to 5.0.1 @dependabot (#103)
  • chore(deps): bump tmpl from 1.0.4 to 1.0.5 @dependabot (#92)
  • fix: add setTimeout @IshinoJun (#112)
  • chore: fix rimraf command @dqn (#109)

🚀 Features

  • feat: use Type-Only Imports for types @dqn (#108)