Skip to content

Releases: qexat/Coquille

1.3.0

22 Jan 11:24
952a237
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.2...1.3.0

1.2.2

22 Jan 10:40
56fce65
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.1...1.2.2

1.2.1

02 Oct 09:07
9856311
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @bswck made their first contribution in #38

Full Changelog: 1.2.0...1.2.1

1.2.0

31 Jul 13:29
ea7fa05
Compare
Choose a tag to compare

What's Changed

  • Allow the use of sequence names by @qexat in #36

Full Changelog: 1.1.2...1.2.0

1.1.2

16 Jul 09:12
87dbd8d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.1.2

1.1.1

16 Jul 09:04
cd6cb78
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.1.1

1.1.0

16 Jul 08:44
27b5b17
Compare
Choose a tag to compare

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

1.0.1

14 Jul 11:25
fb33e31
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.4...1.0.1

0.1.4

03 May 12:17
07837d4
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release

What's Changed

  • Change Coquille.print to Coquille.write by @qexat in #14
  • Add coquille.print() method for coquille context by @qexat in #15
  • Bump to 0.1.4 by @qexat in #16

Full Changelog: 0.1.3...0.1.4

0.1.3

02 May 21:50
6559354
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release

What's Changed

Full Changelog: 0.1.2...0.1.3