Releases: qexat/Coquille
Releases · qexat/Coquille
1.3.0
1.2.2
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #45
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #47
- GH-46: Fix "escape sequences are not flushed for line-buffered files" by @qexat in #49
- Version bump by @qexat in #50
Full Changelog: 1.2.1...1.2.2
1.2.1
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #39
- Correct README.md by @bswck in #38
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #41
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #42
- GH-40: add
py.typed
by @qexat in #43 - bump to 1.2.1 by @qexat in #44
New Contributors
Full Changelog: 1.2.0...1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
What's Changed
In #29:
- New
CoquilleLike
interface to avoid code duplication _ContextCoquille
attributes are now "public" (to implementCoquilleLike
correctly)
even though the class itself is privateCoquille
has now aprint
method (same as_ContextCoquille
's one)Coquille.write()
has breaking changes: it is no longer a
staticmethod (seewrite
function instead), and uses the coquille's registered
sequences- The standalone
write
function is not an alias of
Coquille.write()
anymore - Bump to 1.1.0
Full Changelog: 1.0.1...1.1.0