- Fix char range ending with 'A' expanding to empty list - Fix handling of character range with increment '0' - Fix deprecation warnings due to invalid escape sequences.
0.1.5
- Don't pad int range when start or end is '-0' - Fix handling of range with increment '0'
0.1.4
- Add support for negative integers in ranges
0.1.3
- Fix bug where patterns nested inside an extra level of braces were not further expanded.
For example, `{{a,b}}` now correctly expands to `{a} {b}`.