Skip to content

Releases: ponylang/appdirs

0.1.5

Choose a tag to compare

@ponylang-main ponylang-main released this 26 Feb 13:35

Update to work with ponytest name change in Pony 0.49.0

The Pony unit testing framework PonyTest had its package name renamed from ponytest to pony_test to match standard library naming conventions. We've updated to account for the new name.

[0.1.5] - 2022-02-26

Fixed

  • Update to address PonyTest package being renamed (PR #40)

0.1.4

Choose a tag to compare

@ponylang-main ponylang-main released this 07 May 11:36

Don't export test classes

Appdir test classes were previously being exported which shouldn't happen as it can cause issues for upstream projects.

[0.1.4] - 2021-05-07

Changed

  • Don't export test classes (PR #32)

0.1.3

Choose a tag to compare

@ponylang-main ponylang-main released this 06 May 12:16

Forward prepare for coming breaking change in ponyc

This change has no impact on end users, but will future proof against a coming breaking change in the standard library. Users of this version of the library won't be impacted by the coming change.

[0.1.3] - 2021-05-06

Changed

  • Update to match breaking API change in the pony standard library (PR #31)

0.1.2

Choose a tag to compare

@ponylang-main ponylang-main released this 26 Mar 14:46

Forward prepare for coming breaking FFI change in ponyc

Added FFI declarations to all FFI calls in the library. The change has no impact on end users, but will future proof against a coming breaking change in FFI in the ponyc compiler. Users of this version of the library won't be impacted by the coming change.

[0.1.2] - 2021-03-26

Changed

  • Declare all FFI functions (PR #30)

0.1.1

Choose a tag to compare

@ponylang-main ponylang-main released this 08 Feb 02:59

Internal only release

This was release was purely for non-public facing changes.

[0.1.1] - 2021-02-08

0.1.0

Choose a tag to compare

@ponylang-main ponylang-main released this 13 Dec 13:10

[0.1.0] - 2019-12-13