Releases: ponylang/regex
1.1.6
Use the native Expand-Archive
command on Windows to extract PCRE source
Prior to this we were using 7Zip, which is installed on our CI environments but not by default on Windows, to extract the PCRE source zip file; we now use the native Windows PowerShell command.
[1.1.6] - 2024-12-05
Changed
- Use the native
Expand-Archive
command on Windows instead of 7-Zip (PR #60)
1.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.
Remove hardcoding of Visual Studio version
We don't need a specific hardcoded version to build scripts.
[1.1.5] - 2022-02-26
Fixed
1.1.4
1.1.3
1.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.
[1.1.2] - 2021-03-26
Changed
- Declare all FFI functions (PR #29)
1.1.1
Internal only release
This was release was purely for non-public facing changes.
[1.1.1] - 2021-02-08
1.1.0
1.0.1
1.0.0
[1.0.0] - 2019-09-01
Added
- Initial release