Releases: Guts/mkdocs-rss-plugin
Releases · Guts/mkdocs-rss-plugin
1.5.0
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
What's Changed
- Bump actions/labeler from 3 to 4 by @dependabot in #115
- Switch license from GPL3 to MIT. #117 by @Guts in #118
Full Changelog: 1.0.0...1.1.0
1.0.0
What's Changed
- Bump actions/setup-python from 2 to 3 by @dependabot in #110
- Bump actions/checkout from 2 to 3 by @dependabot in #109
- Fix link error in JSON schema by @mondeja in #111
- Allow mkdocs 1.3 by @Guts in #112
- Unit testing enforced by @Guts in #113
- Tests: road to 80% of coverage by @Guts in #114
New Contributors
Commits
- c8af7dd: Bump actions/setup-python from 2 to 3 (dependabot[bot]) #110
- 3d5c5aa: Bump actions/checkout from 2 to 3 (dependabot[bot]) #109
- 932c81a: Fix link error in JSON schema (Álvaro Mondéjar) #111
- c3a2bd8: Allow mkdocs 1.3 (GeoJulien) #112
- c50e532: Fix broken hyperlinks (GeoJulien)
- 3539912: Merge branch 'main' of https://github.com/Guts/mkdocs-rss-plugin (GeoJulien)
- 92c8e71: Add test against feed length (GeoJulien) #113
- 344e3e4: Test against bad config (GeoJulien) #113
- d91b143: Test against item length (GeoJulien) #113
- dc5be82: Test against comments_path option (GeoJulien) #113
- 453a9c0: Test against minimal configuration (GeoJulien) #113
- d44016d: Test against feed ttl custom (GeoJulien) #113
- 4fc26a7: Test against pretty print (GeoJulien) #113
- 418df4a: Minor clean up (GeoJulien)
- 80b9918: Fix codecov config (GeoJulien)
- 898bdcf: Use built-in cache option in python setup action (GeoJulien)
- 49efe41: Fix codecov badge (GeoJulien)
- 51a2c32: Add new meta scenario (GeoJulien) #114
- 77fbe6e: More meta cases (GeoJulien) #114
- 15961fa: Upgrade hooks (GeoJulien)
- ff1843b: Ignore dynamically created page (GeoJulien) #114
- 09ed64d: Test against untracked page (GeoJulien) #114
- 3b2fdac: Add new meta scenario (GeoJulien) #114
- f36869f: More meta cases (GeoJulien) #114
- 861eb82: Ignore dynamically created page (GeoJulien) #114
- 5d1c2d6: Test against untracked page (GeoJulien) #114
- 44982b5: Merge branch 'quality/completing-tests' of https://github.com/Guts/mkdocs-rss-plugin into quality/completing-tests (GeoJulien) #114
- 560b372: Rm created page at the test end (GeoJulien) #114
- 0db129f: Rm missing_ok because not yet supported on py 3.7 (GeoJulien) #114
- c4b3649: Test against not git repo (GeoJulien) #114
- b5845d9: Add complete config (GeoJulien) #114
- f388c09: Fix bug regarding update custom meta key (GeoJulien) #114
- 574b76a: Test customized meta dates (GeoJulien) #114
- dd71dd1: Test bad date format (GeoJulien) #114
- 368d562: Improve test reliability (GeoJulien) #114
- 9e154b2: Prepare v1 (GeoJulien)
- 757eec8: Improve release workflow (GeoJulien)
- 73557cd: Minor doc improvment (GeoJulien)
- 441219d: Bump to 1.0.0 (GeoJulien)
Full Changelog: 0.21.0...1.0.0
0.21.0
0.20.1
What's Changed
- Update pre-commit requirement from <2.17,>=2.10 to >=2.10,<2.18 by @dependabot in #105
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #106
- Fixes error when plugin disabled by @dcode in #107
New Contributors
Full Changelog: https://guts.github.io/mkdocs-rss-plugin/changelog/#0201-2022-02-08
Version 0.20.0
Changelog
Added
- option to enable/disable the plugin, for example through an environment variable (default: enabled). See: PR #103, related doc section
Changed
- CI: Python version used to build and publish package is now 3.9
Removed
- support for Python 3.6 (EOL)
Details
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #96
- Update flake8 requirement from <3.10,>=3.8 to >=3.8,<4.1 by @dependabot in #97
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #100
- Update mkdocs-minify-plugin requirement from ==0.4.* to ==0.5.* by @dependabot in #99
- Update pytest-cov requirement from ==2.12.* to ==3.0.* by @dependabot in #98
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #102
- Add enabled option by @Guts in #103
Full Changelog: 0.19.1...0.20.0