Skip to content

Releases: mikaelvesavuori/standardlint

Version 1.2.1

06 Dec 11:01
Compare
Choose a tag to compare

What's Changed

  • Critical fix for wrong bin path

  • Migrate to Biome from ESLint and Prettier

  • Full Changelog: v1.2.0...v1.2.1

What's changed

The important change for users is that this version solves the critical issue of npx standardlint not having worked at least since the 1.2.0 release.

Version 1.2.0

10 Sep 17:54
Compare
Choose a tag to compare

What's Changed

  • Add support for filetree input instead of reading from disk

Full Changelog: v1.1.2...v1.2.0

Version 1.1.2

10 Sep 09:00
Compare
Choose a tag to compare

What's Changed

  • Solves the bundling issues in 1.1.0 and 1.1.1

Full Changelog: v1.1.1...v1.1.2

Version 1.1.1

10 Sep 08:59
Compare
Choose a tag to compare

What's Changed

This release is broken!

  • Attempt to fix broken bundling

Full Changelog: v1.1.0...v1.1.1

Version 1.1.0

10 Sep 08:59
Compare
Choose a tag to compare

What's Changed

This release is broken!

  • Migrate from Jest to Vitest
  • Update CI
  • Update dependencies
  • TypeScript and bundling changes

Full Changelog: v1.0.5...v1.1.0

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