Skip to content

1.1.0

Compare
Choose a tag to compare
@qexat qexat released this 16 Jul 08:44
· 23 commits to main since this release
27b5b17

What's Changed

In #29:

  • New CoquilleLike interface to avoid code duplication
  • _ContextCoquille attributes are now "public" (to implement CoquilleLike correctly)
    even though the class itself is private
  • Coquille has now a print method (same as _ContextCoquille's one)
  • Coquille.write() has breaking changes: it is no longer a
    staticmethod (see write 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