Changelog

0.27.0 (2024-06-20)

Fixes

  • Fix triple-dot uri resolution (#24).

  • Fix runtime crash from PklCreateProjectAction in 2024.1+ (#22).

  • Fix false positive "expression is always false" (#33).

  • Fix type constraint checking of octal literals (#34).

  • Fix path resolution for packages on Windows (#35).

Miscellaneous

  • Move kotlin.serialization.plugin to version catalog (#14).

  • Documentation improvements (#7, #15).

Changes

  • Change Pkl file icon to use the logo (#6).

  • Improve semver handling in package uris (#20).

  • Add const check for typealiases (new in Pkl 0.26) (#32).

  • Add support for breadcrumbs (#31).

  • Add support for new package cache dir (new in Pkl 0.26) (#36).

  • Add support for Pkl 0.26.0 standard library (#38).

Contributors ❤️

We would like to thank the contributors to this release (in alphabetical order):

0.26.0 (2024-02-02)

Initial plugin release