Skip to content
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.

V0.0.11 RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@b1naryth1ef b1naryth1ef released this 17 Jun 11:55
· 178 commits to master since this release

Major Features

  • Add support for built-in HTTP/Flask server
  • [BREAKING] #33 Increase the weight of group matches over command argument matches, and limit the number of commands executed per message to exactly one.

Cleanup/Etc

  • Remove pyyaml requirement
  • Remove inflection requirement
  • Bump gevent from 1.2.1 to 1.2.2

Bug Fixes

  • Fix the shortest possible match for a group being an empty string
  • Fix groups being overly greedy and matching past the end of the group.
  • Remove all usages of StopIteration to quiet warnings on Python 3