Skip to content

Releases: mikaelvesavuori/standardlint

Version 1.0.5

08 Jul 18:41
Compare
Choose a tag to compare

What's Changed

  • Add checkForThrowingPlainErrors check
  • Add support for ignorePaths
  • Fix bug (crap implementation) where path was never even forwarded to the final check
  • Add docs for new checks
  • Add tests
  • Add "negative tests" marker to tests to make it easier to visually separate "happy flow" tests from their opposites

Full Changelog: v1.0.4...v1.0.5

Version 1.0.4

08 Jul 08:41
Compare
Choose a tag to compare

What's Changed

  • Add checks for checkForConsoleUsage and checkForPresenceTests
  • Refactor path usage in checks
  • Rename some existing functions
  • Add precise filtering to checkForPresenceTests
  • Add CheckInput type and refactor the domain code
  • Add new utility functions
  • Add tests and new test data
  • Update README with instructions for new checks and some roadmap items

Full Changelog: v1.0.3...v1.0.4

Version 1.0.3

06 Mar 16:14
Compare
Choose a tag to compare

What's Changed

  • Add functionality to output results to a JSON file after checking

Full Changelog: v1.0.2...v1.0.3

Version 1.0.2

14 Feb 10:19
Compare
Choose a tag to compare

What's Changed

  • Add back comments so library users can see them

Full Changelog: v1.0.1...v1.0.2

Version 1.0.1

24 Jan 12:12
Compare
Choose a tag to compare

What's Changed

  • Add support for running StandardLint as an imported Node package
  • Update docs
  • Fix wrong name of release script so it actually reflects the real use, i.e. release

Full Changelog: v1.0.0...v1.0.1

Version 1.0.0

23 Jan 18:22
Compare
Choose a tag to compare