Changelog

0.6.0 (2024-03-11)

Additions

  • Add support for using pkl-gen-go with projects (#22)

    • Add --project-dir flag to pkl-gen-go command.

    • Add uri and projectDir setting to GeneratorSettings.pkl.

Changes

  • Bump Go to 1.21 (#13)

Micellaneous

  • Documentation fixes (#19)

Contributors ❤️

Thank you to all the contributors for this release!

0.5.3 (2024-02-09)

Fixes

  • Fixes an issue where pkl-gen-go can address an invalid path if installed through go install.

0.5.2 (2024-02-08)

Fixes

  • Fixes an issue where pkl-gen-go can address an invalid path to GeneratorSettings.pkl (#3) (thanks, @kasugamirai!).

  • Addresses possible nil panics if URLs from pkl server are invalid (#5).

  • Fixes some documentation bugs (#1, #6).

0.5.1 (2024-02-02)

  • Fixes an issue where pkl-gen-go includes broken links

0.5.0 (2024-02-02)

Initial library release.