Releases: Gwildor/Pyromancer
Releases · Gwildor/Pyromancer
Version 1.0
Version 0.4
- Add support for Python 2.7.
- Add more tests.
- Fix messaging with positional arguments given as a list not working.
- Add ability to create commands for raw code lines by specifying a code to match.
- Add ability to do easy message formatting for colored, underlined and bold text.
Version 0.3
- Change settings to be a Python module instead of a dictionary.
- Change package loading.
- Enable the commands from the package of which the settings are in by default.
- Add ability to process raw input lines.
- Add option to use precompiled regular expressions in the command decorator.
- Add option to pass flags for compiling the regular expressions in the command decorator.
- Fix returning message from command not working.
Version 0.2
- Add tests
- Add multiple and easier ways to send messages from a command.
- Add support for multiple patterns for the same command.
- Add a configurable command prefix setting for the more bot-like commands.
- Trying to access a word in a Line now correctly returns an empty string when the index does not exist.
- Fix passing positional arguments to Match.msg not working properly.
Version 0.1
Initial release.