Releases: christophercrouzet/revl
Releases · christophercrouzet/revl
v0.2.0
Added
- Add a
validate()function to the public interface. - Add a
forceTransformCreationparameter to thecreatePrimitive()
function. - Add support for coverage.
- Add a few more tests.
- Add a few bling-bling badges to the readme.
- Add a Makefile to regroup common actions for developers.
Changed
- Improve the documentation.
- Improve the unit testing workflow.
- Allow commands to be defined as lists.
- Delete the
Context's equality operators. - Improve the error messages.
- Mock the
mayamodule instead of runningmayapyto generate the doc. - Refocus the content of the readme.
- Define the
long_descriptionandextras_requiremetadata to
setuptools' setup. - Update the documentation's Makefile with a simpler template.
- Rework the '.gitignore' files.
- Rename the changelog to 'CHANGELOG'!
- Make minor tweaks to the code.
v0.1.0
- Initial release.