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