Skip to content

Releases: thibaudcolas/curlylint

v0.6.0

04 May 13:09
Compare
Choose a tag to compare

v0.6.0 2020-03-30

Changed

  • Open attrs dependency from attrs==17.2.0 to attrs>=17.2.0.
  • Support parsing attributes with uppercase letters (e.g. viewBox).

v0.5.0

04 May 13:08
Compare
Choose a tag to compare

v0.5.0 2020-03-24

First usable release as curlylint! This release is functionally equivalent to jinjalint 0.5, with different metadata, and a different package & executable name.

Migration guide from jinjalint

  1. Uninstall jinjalint from your project.
  2. If needed, make sure to also uninstall its dependencies: parsy==1.1.0, attrs==17.2.0, docopt==0.6.2.
  3. Install curlylint from PyPI.
  4. Replace the jinjalint executable with curlylint wherever necessary.