Skip to content

Releases: facelessuser/bracex

2.0.0

15 Mar 00:06
6af722a
Compare
Choose a tag to compare

2.0.0

  • NEW: An expansion limit of 1000 is enforced by default. This can be controlled, or even removed, via the limit option.

1.4.0

19 Jan 04:12
bc06d19
Compare
Choose a tag to compare

1.4.0

  • NEW: Remove version and version_info and the associated deprecation code.

1.3.0

04 Aug 22:32
6b45785
Compare
Choose a tag to compare

1.3.0

  • NEW: Drop Python 3.4 support.

1.2.0

23 Mar 15:09
1fdf83e
Compare
Choose a tag to compare

1.2.0

  • NEW: Officially support Python 3.8.

1.1.1

21 Mar 15:36
63b4840
Compare
Choose a tag to compare

1.1.1

  • FIX: Vendor pep562 in order to reduce dependencies.

1.1.0

04 Jan 03:37
Compare
Choose a tag to compare

1.1.0

  • NEW: Deprecate version and version_info in favor of the more standard __version__ and __version_info__.
  • FIX: Proper iteration when using iexpand.

1.0.2

18 Jun 22:55
7f60b32
Compare
Choose a tag to compare

1.0.2

  • FIX: Officially support Python 3.7.

1.0.1

20 May 21:59
21e15e0
Compare
Choose a tag to compare

1.0.1

  • FIX: Allow zero increments in sequence ranges: {1..10..0}. Zero will be treated as one just like Bash does.

1.0.0

17 May 06:25
Compare
Choose a tag to compare

1.0.0

  • Initial release