Changelog

Version numbers comply with the Sementic Versioning Specification (SemVer).

v0.2.0 (2017-01-18)

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.

v0.1.0 (2016-12-29)

  • Initial release.