0.2.0
BREAKING CHANGES
transform.mark()is nowtransform.addMark()andtransform.unmark()is nowtransform.removeMark(). The new names make it clearer that the transforms are actions being performed, and it paves the way for adding atoggleMarkconvenience as well.