Releases: olin/focstest
Releases · olin/focstest
v0.5.1
v0.5.0
Changelog
- return homework file errors to the user
- custom error messages with suggestions for fixes
- allow specifying a local html file to scrape from
- cached files are refreshed after 30 minutes
- add notes on developing, releasing, and maintaining
- lots of internal restructuring
- more resilient test and error parsing
v0.4.1
v0.4.0
Changelog
- a moderately-updated cli: fewer, cleaner options (#23)
-Uand-Sare deprecated in favor of-uand-s(the previous-uabbreviation for--urlis now dropped)
- an easier install procedure,
pip install .! (#19) - the cache directory is now hidden away in your system's temporary directory (still accessible, but no longer in every location you have ever run
focstest) (#19) - more usage instructions in the README
- GitHub Actions setup for testing, dependencies, and
pip install-ing for every commit and pull request.