Releases: mikaelvesavuori/standardlint
Releases · mikaelvesavuori/standardlint
Version 1.2.1
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
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
Version 1.1.1
What's Changed
This release is broken!
- Attempt to fix broken bundling
Full Changelog: v1.1.0...v1.1.1
Version 1.1.0
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
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
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
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
Version 1.0.1
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