Releases: ponylang/appdirs
Releases · ponylang/appdirs
0.1.5
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
0.1.3
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
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
Internal only release
This was release was purely for non-public facing changes.