----------------------
Added
^^^^^
* Add a ``validate()`` function to the public interface.
* Add a ``forceTransformCreation`` parameter to the ``createPrimitive()``
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 ``maya`` module instead of running ``mayapy`` to generate the doc.
* Refocus the content of the readme.
* Define the ``long_description`` and ``extras_require`` metadata 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.
Fixed
^^^^^
* Fix the ``parent`` parameter's default value from the ``createDagNode()``
function.