Releases: rojopolis/spellcheck-github-actions
0.5.0
0.5.0 2020-06-05 feature release, update recommended
- The action now uses a DockerHub served image, which mean that the Docker image does not have to be built at every invocation
- The documentation has been updated and the use of the
wordlist.txt
is no longer default. You have to introduce it yourself into your configuration, meaning that everything still works as expected for existing configurations - A minor bug introduced in 0.4.0 in the handling of the
wordlist.txt
was addressed
0.4.0
0.4.0 2020-05-28, feature release, update recommended
-
Introduced support for:
yml
extension in addition toyaml
for YAML configuration files. Please refer to the documentation for details -
Introduced support for hidden configuration files, so prefixing the spellcheck configuration file to make it less intrusive in your repository is now supported
patch from Stephen Bates, @sbates130272, PR: #7. Please refer to the documentation for details -
The default configuration has been limited to Markdown, please see additional examples in the
examples/
directory -
Updates to documentation, still work in progress
-
Improved support to local development using Docker
-
Release 0.3.0 (below) never made it to the GitHub Marketplace, this might be due to a missing
action.yml
please see:
https://github.community/t/who-can-publish-an-action-to-the-marketplace/115602/3
First bug fix release to second release
0.3.0 2020-02-14 bug fix release, update recommended
-
Addressing issue with
wordlist.txt
file handling -
This release never made it to the GitHub Marketplace, this might be due to changes in GitHub requirements, please see following release 0.4.0
Second release
0.2.0 2019-05-24 feature release, update recommended
- Introducing support for custom configurations and dictionaries
Initial Release
0.1.0 2019-05-23 feature release
- Initial release by @rojopolis