Skip to content

Releases: ponylang/glob

1.0.7

05 Dec 21:20
Compare
Choose a tag to compare

Update ponylang/regex Dependency

We've updated our ponylang/regex dependency to version 1.1.6.

This change has no impact on the functionality of this library.

[1.0.7] - 2024-12-05

Changed

  • Update ponylang/regex Dependency (PR #49)

1.0.6

26 Feb 14:52
Compare
Choose a tag to compare

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

16 Jan 04:26
Compare
Choose a tag to compare

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

03 Sep 03:24
Compare
Choose a tag to compare

Updates to work with ponyc 0.44.0

RFC 70 resulted in breaking changes in ponyc. We've updated glob so that it works with ponyc 0.44.0.

[1.0.4] - 2021-09-03

Fixed

  • Update to work with ponyc 0.44.0 (PR #23)

1.0.3

04 May 00:42
Compare
Choose a tag to compare

Upgrade to regex 1.1.2

Regex 1.1.1 can't compile with the latest ponyc due to a breaking change with FFI.

[1.0.3] - 2021-05-04

Fixed

  • Update regex dependency (PR #22)

1.0.2

08 Feb 20:19
Compare
Choose a tag to compare

Internal only release

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

[1.0.2] - 2021-02-08

1.0.1

21 Nov 12:32
Compare
Choose a tag to compare

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

01 Sep 21:17
Compare
Choose a tag to compare

[1.0.0] - 2019-09-01

Added

  • Initial version