Releases: jakebailey/pyright-action
Releases · jakebailey/pyright-action
v1.3.0
This release provides a few performance improvements, including proper caching of downloaded versions of pyright, and faster processing of its JSON output.
- Fix my workflow oops (59070dd)
- Tell codecov which OS each upload is (6cfeedf)
- Run tests on all OSs (ee26d14)
- Ensure baselines are not platform dependent (496c377)
- Cache downloaded pyright (2082dfd)
- Add baselines for helper mock calls (f79294a)
- Cut down on the dotfiles a little (8b93773)
- Update deps, add ncu configuration instead of flags (4e61f0f)
- Switch from myzod to valita, which is faster and smaller (d9a02a2)
- Fix and test issue with npm registry schema (53bd198)
- Update deps and volta (dc11cb3)
- Better handle bad versions and API errors (380a268)
v1.2.0
This is the first release with full tests and 100% coverage.
- Allow optional keys, now that I've removed ones I don't use (751dda1)
- Update deps (c40a597)
- Fix CI badge link (23ee3a7)
- Update README (8a17d7c)
- Coverage (3505e3c)
- Fix another CI oops (bc956b9)
- Fix yarn install (dc86a91)
- Add CI (79a7e57)
- Code simplification (6bd1d9c)
- Move pluralize into function (3bda8f6)
- Update logging to say information instead of info, matching pyright (b84ba6a)
- Fix odd spacing on rangeless diagnostics (ec4286f)
- Run tests on release (cfcf11b)
- Document process.chdir spy (27af931)
- Small cleanups (746ec7e)
- Use more baselines (0548d68)
- Update naming (4f772d2)
- Switch around SemVer (51418c7)
- Validate version (c60f537)
- Test helpers (03fbc7e)
- Start testing helpers (cd6ac3d)
- Test rest of main (dcef399)
- Test parse failure (e885bc3)
- More testing (451a01a)
- Fix process chdir (6e0ce24)
- Working tests (9c59c8a)
- Use v8 coverage (b6ed111)
- Begin jest testing (e5d8f7d)
- Update deps (b8de64f)
- Update deps (eca32f9)
- Log pyright-action version (3418508)
v1.1.0
v1.0.8
v1.0.7
Release 1.0.6
v1.0.5
- Added rudimentary support for
--verifytypes
. This option doesn't have any special integration with GitHub, must be run on an installed library, and will fail the build if the score is under 100% (e.g. matching pyright's exit code).
Full Changelog: v1.0.4...v1.0.5
v1.0.4
Updates dependencies and adds additional useful logging.
Full Changelog: v1.0.3...v1.0.4
v1.0.3
Updates dependencies, and adds support for the --warning
flag as an action config.
v1.0.2
Update dependencies, switch to yarn 2.