What's Changed
The public API is left unchanged, except for one details, which however could be breaking change.
The following methods changed params behavior:
- For [`BaseIsoWeek.range(...)`](https://fbruzzesi.github.io/iso-week-date/api/baseisoweek/#iso_week_date.base.BaseIsoWeek.range): `step`, `inclusive` and `as_str` are keyword only
- For [`IsoWeek.weeksout(...)`](https://fbruzzesi.github.io/iso-week-date/api/isoweek/#iso_week_date.isoweek.IsoWeek.weeksout): `step` and `as_str` are keyword only
- For [`IsoWeekDate.daysout(...)`](https://fbruzzesi.github.io/iso-week-date/api/isoweekdate/#iso_week_date.isoweekdate.IsoWeekDate.daysout): `step` and `as_str` are keyword only
Internals
Quite a few internals changed:
* tests have been refactored in 74
* better typing to be fully mypy compliant 75
**Full Changelog**: https://github.com/FBruzzesi/iso-week-date/compare/v1.2.0...v1.3.0