Skip to content

Releases: facelessuser/bracex

2.6

22 Jun 19:12
6d109c5

Choose a tag to compare

2.6

  • NEW: Drop support for Python 3.8.
  • NEW: Add support for Python 3.14.

2.5.post1

28 Sep 21:40

Choose a tag to compare

2.5.post1

  • FIX: Fix PyPI landing page.

2.5

03 Aug 03:59
565f7a8

Choose a tag to compare

2.5

2.5

  • NEW Add Python 3.13 support.

2.4

02 Sep 01:31
9c9e546

Choose a tag to compare

2.4

2.4

  • NEW: Formally declare support for Python 3.11 and 3.12.
  • NEW: Drop Python 3.7 support.

2.3.post1

30 May 14:56
70cedf2

Choose a tag to compare

2.3.post1

  • CHORE: Fix issue where tar ball did not include all required files for running tests.

2.3

21 May 14:22

Choose a tag to compare

2.3

2.3

  • NEW: Drop Python 3.6 support.
  • NEW: Switch to Hatch build backend instead of Setuptools.

2.2.1

04 Nov 18:23

Choose a tag to compare

2.2.1

  • FIX: Remove excessive generator wrappers.
  • FIX: Use AnyStr for string static types instead of custom alias.

2.2

17 Oct 20:31

Choose a tag to compare

2.2

2.2

  • NEW: Support Python 3.10
  • NEW: Command line interface using python3 -m bracex
  • NEW: Add static types to API.

2.1.1

08 Feb 13:52

Choose a tag to compare

2.1.1

  • FIX: Expansion limit evaluated much too late and hanging can still occur with large expansions. Calculate expansion count and assert limit while parsing strings to reduce chance of hanging.

2.1.0

06 Feb 15:49

Choose a tag to compare

2.1.0

  • NEW: Drop support for Python 3.5.
  • FIX: Fix potential corner case in looping logic.