diff --git a/README.md b/README.md index 6e291d6295..f33fe16ce5 100644 --- a/README.md +++ b/README.md @@ -480,42 +480,42 @@ All notable changes to this project will be documented in this file.
Rendered Output -> # Changelog -> All notable changes to this project will be documented in this file. -> -> ## [unreleased] -> -> ### Features -> -> - Support multiple file formats -> - Use cache while fetching pages -> -> ## [1.0.1] - 2021-07-18 -> -> ### Miscellaneous Tasks -> -> - Add release script -> -> ### Refactor -> -> - Expose string functions -> -> ## [1.0.0] - 2021-07-18 -> -> ### Bug Fixes -> -> - Rename help argument due to conflict -> -> ### Documentation -> -> - Add README.md -> - Add tested usage example -> -> ### Features -> -> - Add ability to parse arrays -> -> +# Changelog +All notable changes to this project will be documented in this file. + +## [unreleased] + +### Features + +- Support multiple file formats +- Use cache while fetching pages + +## [1.0.1] - 2021-07-18 + +### Miscellaneous Tasks + +- Add release script + +### Refactor + +- Expose string functions + +## [1.0.0] - 2021-07-18 + +### Bug Fixes + +- Rename help argument due to conflict + +### Documentation + +- Add README.md +- Add tested usage example + +### Features + +- Add ability to parse arrays + +
@@ -570,44 +570,44 @@ All notable changes to this project will be documented in this file.
Rendered Output -> # Changelog -> All notable changes to this project will be documented in this file. -> -> ## [unreleased] -> -> ### Features -> -> - Support multiple file formats ([a9d40502](a9d4050212a18f6b3bd76e2e41fbb9045d268b80)) -> - Use cache while fetching pages ([df6aef41](df6aef41292f3ffe5887754232e6ea7831c50ba5)) -> -> ## [1.0.1] - 2021-07-18 -> -> [ad27b43e](ad27b43e8032671afb4809a1a3ecf12f45c60e0e)...[06412ac1](06412ac1dd4071006c465dde6597a21d4367a158) -> -> ### Miscellaneous Tasks -> -> - Add release script ([06412ac1](06412ac1dd4071006c465dde6597a21d4367a158)) -> -> ### Refactor -> -> - Expose string functions ([e4fd3cf8](e4fd3cf8e2e6f49c0b57f66416e886c37cbb3715)) -> -> ## [1.0.0] - 2021-07-18 -> -> ### Bug Fixes -> -> - Rename help argument due to conflict ([9add0d46](9add0d4616dc95a6ea8b01d5e4d233876b6e5e00)) -> -> ### Documentation -> -> - Add README.md ([81fbc636](81fbc6365484abf0b4f4b05d384175763ad8db44)) -> - Add tested usage example ([ad27b43e](ad27b43e8032671afb4809a1a3ecf12f45c60e0e)) -> -> ### Features -> -> - Add ability to parse arrays ([a140cef0](a140cef0405e0bcbfb5de44ff59e091527d91b38)) -> -> +# Changelog +All notable changes to this project will be documented in this file. + +## [unreleased] + +### Features + +- Support multiple file formats ([a9d40502](a9d4050212a18f6b3bd76e2e41fbb9045d268b80)) +- Use cache while fetching pages ([df6aef41](df6aef41292f3ffe5887754232e6ea7831c50ba5)) + +## [1.0.1] - 2021-07-18 + +[ad27b43e](ad27b43e8032671afb4809a1a3ecf12f45c60e0e)...[06412ac1](06412ac1dd4071006c465dde6597a21d4367a158) + +### Miscellaneous Tasks + +- Add release script ([06412ac1](06412ac1dd4071006c465dde6597a21d4367a158)) + +### Refactor + +- Expose string functions ([e4fd3cf8](e4fd3cf8e2e6f49c0b57f66416e886c37cbb3715)) + +## [1.0.0] - 2021-07-18 + +### Bug Fixes + +- Rename help argument due to conflict ([9add0d46](9add0d4616dc95a6ea8b01d5e4d233876b6e5e00)) + +### Documentation + +- Add README.md ([81fbc636](81fbc6365484abf0b4f4b05d384175763ad8db44)) +- Add tested usage example ([ad27b43e](ad27b43e8032671afb4809a1a3ecf12f45c60e0e)) + +### Features + +- Add ability to parse arrays ([a140cef0](a140cef0405e0bcbfb5de44ff59e091527d91b38)) + +
@@ -678,60 +678,60 @@ All notable changes to this project will be documented in this file.
Rendered Output -> # Changelog -> All notable changes to this project will be documented in this file. -> -> ## [unreleased] -> -> ### Features -> -> #### Cache -> -> - Use cache while fetching pages -> -> #### Config -> -> - Support multiple file formats -> -> ## [1.0.1] - 2021-07-18 -> -> ### Miscellaneous Tasks -> -> #### Release -> -> - Add release script -> -> ### Refactor -> -> #### Parser -> -> - Expose string functions -> -> ## [1.0.0] - 2021-07-18 -> -> ### Bug Fixes -> -> #### Args -> -> - Rename help argument due to conflict -> -> ### Documentation -> -> #### Example -> -> - Add tested usage example -> -> #### Project -> -> - Add README.md -> -> ### Features -> -> #### Parser -> -> - Add ability to parse arrays -> -> +# Changelog +All notable changes to this project will be documented in this file. + +## [unreleased] + +### Features + +#### Cache + +- Use cache while fetching pages + +#### Config + +- Support multiple file formats + +## [1.0.1] - 2021-07-18 + +### Miscellaneous Tasks + +#### Release + +- Add release script + +### Refactor + +#### Parser + +- Expose string functions + +## [1.0.0] - 2021-07-18 + +### Bug Fixes + +#### Args + +- Rename help argument due to conflict + +### Documentation + +#### Example + +- Add tested usage example + +#### Project + +- Add README.md + +### Features + +#### Parser + +- Add ability to parse arrays + +
@@ -787,45 +787,45 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Rendered Output -> # Changelog -> All notable changes to this project will be documented in this file. -> -> The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -> and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -> -> ## [unreleased] -> -> ### Added -> -> - Support multiple file formats -> -> ### Changed -> -> - Use cache while fetching pages -> -> ## [1.0.1] - 2021-07-18 -> -> ### Added -> -> - Add release script -> -> ### Changed -> -> - Expose string functions -> -> ## [1.0.0] - 2021-07-18 -> -> ### Added -> -> - Add README.md -> - Add ability to parse arrays -> - Add tested usage example -> -> ### Fixed -> -> - Rename help argument due to conflict -> -> +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [unreleased] + +### Added + +- Support multiple file formats + +### Changed + +- Use cache while fetching pages + +## [1.0.1] - 2021-07-18 + +### Added + +- Add release script + +### Changed + +- Expose string functions + +## [1.0.0] - 2021-07-18 + +### Added + +- Add README.md +- Add ability to parse arrays +- Add tested usage example + +### Fixed + +- Rename help argument due to conflict + +