- **NEW**: Support Python 3.10 - **NEW**: Command line interface using `python3 -m bracex` - **NEW**: Add static types to API.
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
- **NEW**: Drop support for Python 3.5. - **FIX**: Fix potential corner case in looping logic.
2.0.1
- **FIX**: Officially support Python 3.9.
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
- **NEW**: Remove `version` and `version_info` and the associated deprecation code.