Skip to content

Releases: dgw/sopel-spongemock

sopel-spongemock v1.1.3

15 Jan 08:40
@dgw dgw
Compare
Choose a tag to compare

Changed:

  • Take advantage of Sopel 8 features if available (#10)
  • Prune old nick's line after nick-change (#11)

sopel-spongemock v1.1.2

08 Nov 02:03
@dgw dgw
Compare
Choose a tag to compare

Fixed:

  • Output canonical nick instead of copying .smock <nick>'s input (#8 by @dgw)
  • .smock <nick> didn't casemap correctly (#9 by @dgw)

sopel-spongemock v1.1.1

29 Oct 05:31
@dgw dgw
Compare
Choose a tag to compare

Fixed:

  • TypeError when attempting to .smock by nick (#7 by @SnoopJ)
  • Documentation of optional support for unicodedata2 library

Changed:

  • Replaced deprecated module decorators with their plugin counterparts
    (future-proofing this plugin for Sopel 8, Sopel 9, and beyond)

sopel-spongemock v1.1.0

20 Dec 11:19
@dgw dgw
Compare
Choose a tag to compare

Added:

  • Support for using spongemock external library
  • Support for unicodedata2 when present
  • Plugin configuration options (effective only when external library is in use)

Changed:

  • Built-in mocking function is now smarter about only trying to change the
    case of characters when it's possible to do so
  • Minimum supported Sopel version raised from 7.0 to 7.1

sopel-spongemock v1.0.0

16 Dec 04:26
@dgw dgw
Compare
Choose a tag to compare

First official release, converted from single .py file to package.