Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@gradyy gradyy released this 23 Jul 19:23
df37951
  • Add a class to empty del tags so they can be styled by CSS.
  • a few minor code reorganizations. moved testing only code to testing files.
  • Probably breaks python2 compatibility.
  • pin dependency six to single version.
  • unpin testing libraries. Old versions do not run with python3. Testing libraries may be pinned again in a future release.
  • Incompatible change: remove sort_del_before_ins. Use sort_nodes instead. The default behavior of sort_nodes now uses the same node comparison function.