Skip to content

Releases: ponylang/regex

1.1.5

26 Feb 14:08
Compare
Choose a tag to compare

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

  • Update to address PonyTest package being renamed (PR #40)
  • Remove hardcoded Visual Studio version (PR #41)

1.1.4

10 Feb 01:15
Compare
Choose a tag to compare

Support Ponyup on Windows

Added changes to the Windows make.ps1 script to make sure it still works with ponyup on Windows.

[1.1.4] - 2022-02-10

Added

  • Support for using ponyup on Windows (PR #39)

1.1.3

02 Feb 02:46
Compare
Choose a tag to compare

Update pcre2 download location

The pcre2 download location used to automatically install the native library on Windows has been updated after the old FTP site was shut down.

[1.1.3] - 2022-02-02

Fixed

  • Update prce2 download location (PR #37)

1.1.2

26 Mar 13:28
Compare
Choose a tag to compare

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

08 Feb 00:16
Compare
Choose a tag to compare

Internal only release

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

[1.1.1] - 2021-02-08

1.1.0

22 Aug 23:03
Compare
Choose a tag to compare

[1.1.0] - 2020-08-22

Added

  • Build Windows libs upon fetch. (PR #24)

1.0.1

11 Aug 18:40
Compare
Choose a tag to compare

[1.0.1] - 2020-08-11

Added

  • Make installation easier on Windows (PR #22)

1.0.0

01 Sep 18:32
Compare
Choose a tag to compare

[1.0.0] - 2019-09-01

Added

  • Initial release