Skip to content

Releases: ponylang/templates

0.2.4

07 Oct 02:11
Compare
Choose a tag to compare

Update ponylang/peg dependency

We've updated to version 0.1.5 of ponylang/peg so be compatible with Pony 0.56.3 and up.

[0.2.4] - 2023-10-07

Fixed

  • Update peg dependency (PR #30)

0.2.3

26 Feb 14:54
Compare
Choose a tag to compare

Update to work with Pony 0.49.0

Pony 0.49.0 introduced a lot of different breaking changes. We've updated to account for them all.

[0.2.3] - 2022-02-26

Fixed

  • Update to work with Pony 0.49.0 (PR #14)

0.2.2

16 Jan 05:12
Compare
Choose a tag to compare

Update to work with latest ponyc

The most recent ponyc implements RFC #65 which changes the type of Env.root.

We've updated accordingly. You won't be able to use this and future versions of the library without a corresponding update to your ponyc version.

[0.2.2] - 2022-01-16

Fixed

  • Update to work with Pony 0.46.0 (PR #12)

0.2.1

03 Sep 03:52
Compare
Choose a tag to compare

Updates to work with ponyc 0.44.0

RFC 70 resulted in breaking changes in ponyc. We've updated templates so that it works with ponyc 0.44.0.

[0.2.1] - 2021-09-03

Fixed

  • Update to work with ponyc 0.44.0 (PR #10)

0.2.0

04 Aug 19:51
Compare
Choose a tag to compare

Remove regex dependency

Templates no longer depends on the regex package.

[0.2.0] - 2021-08-04

Changed

  • Remove dependency on regex package (PR #9)

0.1.0

04 Aug 02:01
Compare
Choose a tag to compare

Initial release