Releases: ponylang/glob
1.0.7
1.0.6
Update to work with change Pony 0.49.0
The object capabilities system in the Pony standard library was reworked and we've updated to match it.
Updated to work with PonyTest change introduced in 0.49.0
The Pony unit testing framework PonyTest has its package name renamed from ponytest
to pony_test
to match standard library naming conventions. We've updated to account for the new name.
[1.0.6] - 2022-02-26
Fixed
- Update to work with PonyTest change introduced in 0.49.0 (PR #31)
Changed
- Update to work with object capabilities changes in Pony 0.49.0 (PR #30)
1.0.5
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.
[1.0.5] - 2022-01-16
Fixed
- Update to work with Pony 0.46.0 (PR #28)
1.0.4
1.0.3
1.0.2
Internal only release
This was release was purely for non-public facing changes.
[1.0.2] - 2021-02-08
1.0.1
Update ponylang/regex dependency to 1.1.0
This change is a small convenience for Windows users and otherwise provides no change in functionality.
ponylang/regex brings no functionality changes, however, it makes the build process slightly for the dependency easier for Windows users. Note, ponylang/regex still has a dependency on a 3rd party library that still has to be built by hand.
[1.0.1] - 2020-11-21
Changed
- Update ponylang/regex dependency to version 1.1.0 (PR #19)
1.0.0
[1.0.0] - 2019-09-01
Added
- Initial version