Releases: nextline-dev/nextline
Releases · nextline-dev/nextline
v0.8.0
What's Changed
Changes 🚀
- Update GitHub Actions by @TaiSakuma in #291
- Add test utils
tests/test_utils/strategies/by @TaiSakuma in #295 - Move
nextline/tosrc/nextline/by @TaiSakuma in #296
Full Changelog: v0.7.21...v0.8.0
v0.7.21
What's Changed
Changes 🚀
- Fix the errors in GitHub Actions by @TaiSakuma in #261
- Support Python 3.14 by @TaiSakuma in #282
Full Changelog: v0.7.20...v0.7.21
v0.7.20
What's Changed
Changes 🚀
- Resolve warnings in tests by @TaiSakuma in #158
- Fix a type by @TaiSakuma in #159
Full Changelog: v0.7.19...v0.7.20
v0.7.19
What's Changed
Changes 🚀
- Add a util func
until_true()by @TaiSakuma in #122
Full Changelog: v0.7.18...v0.7.19
v0.7.18
What's Changed
Changes 🚀
- Handle exception instead of re-raise on finished by @TaiSakuma in #121
Full Changelog: v0.7.17...v0.7.18
v0.7.17
What's Changed
Changes 🚀
- Fix type errors by @TaiSakuma in #92
- Make
closean internal transition when alreadyclosed, add tests onStateMachineby @TaiSakuma in #94 - Add type hints to all defs and enable
disallow_untyped_defsby @TaiSakuma in #96 - Replace
sys.gettrace()withthreading.gettrace()by @TaiSakuma in #97 - Add test on
WithContextby @TaiSakuma in #98 - Fix tests, add pragma for coverage by @TaiSakuma in #99
- Use
st_none_orfromnextline_test_utilsby @TaiSakuma in #101 - Format code with
ruffby @TaiSakuma in #102 - Add tests on Python 3.13 in GitHub Actions by @TaiSakuma in #111
- Support Python 3.13 by @TaiSakuma in #112
Full Changelog: v0.7.16...v0.7.17
v0.7.16
What's Changed
Changes 🚀
- Clean code around the finite state machine by @TaiSakuma in #68
- Move code from
NextlinetoImpby @TaiSakuma in #69 - Replace subscriptions with hooks in
Continuousby @TaiSakuma in #70 - Clean code, update tests by @TaiSakuma in #71
Full Changelog: v0.7.15...v0.7.16
v0.7.15
What's Changed
Changes 🚀
- Remove an unnecessary synchronization, update type hints and tests by @TaiSakuma in #64
- Skip a test on GitHub Actions by @TaiSakuma in #65
- Update type hints and tests on the finite state machine by @TaiSakuma in #67
Full Changelog: v0.7.14...v0.7.15
v0.7.14
What's Changed
Changes 🚀
- Move from
.coveragerctopyproject.tomlby @TaiSakuma in #60 - Add the
cacheoption toPubSubItemby @TaiSakuma in #62 - Fix a bug in
PubSubItemby @TaiSakuma in #63
Full Changelog: v0.7.13...v0.7.14
v0.7.13
What's Changed
Changes 🚀
- Add the
eventarg to theon_start_run()andon_end_run()hooks by @TaiSakuma in #56
Full Changelog: v0.7.12...v0.7.13