- Added ability to generate cartesian products with a QuerySet or an iterable.
- Changed license to MIT.
- When generating sequences of ranges, if
span
is not provided, it will default to the value ofstep
if provided, or 1 if not.
Breaking changes
- All arguments are now keyword-only.
- Add ability to specify the span from lower to upper values in each term for ranges.
Breaking changes
- Modify API taking into consideration recommendations from Adam Johnson.
Breaking changes
- Changed from using
id
as the sequence value to using theterm
field.
- Implemented all PRs from adamchainz.
- Improve test matrix.
- Cleanup unused code and comments.
- Basic package functionality is implemented.
- Tests have been added.
- Initial documentation is added.
- Built initial readme entry to start documenting project goals.