Skip to content

Commit

Permalink
1.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmason committed Nov 9, 2021
1 parent c48fdc4 commit 9147f75
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 41 deletions.
99 changes: 61 additions & 38 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,84 +7,107 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v0.0.12](https://github.com/sw-yx/netlify-plugin-a11y/compare/v0.0.11...v0.0.12) - 2020-05-27
## [v1.0.0-alpha.1](https://github.com/netlify-labs/netlify-plugin-a11y/compare/v1.0.0...v1.0.0-alpha.1)

## [v1.0.0](https://github.com/netlify-labs/netlify-plugin-a11y/compare/v1.0.0-beta.1...v1.0.0) - 2021-11-09

## [v1.0.0-beta.1](https://github.com/netlify-labs/netlify-plugin-a11y/compare/v0.0.12...v1.0.0-beta.1) - 2021-11-09

### Merged

- Bugfix: pa11y requires absolute paths for local files [`#39`](https://github.com/netlify-labs/netlify-plugin-a11y/pull/39)
- Fix issue with scanning subfolders if ignoreDirectories is not used [`#35`](https://github.com/netlify-labs/netlify-plugin-a11y/pull/35)
- Bump path-parse from 1.0.6 to 1.0.7 [`#46`](https://github.com/netlify-labs/netlify-plugin-a11y/pull/46)
- Bump ini from 1.3.5 to 1.3.8 [`#36`](https://github.com/netlify-labs/netlify-plugin-a11y/pull/36)
- Bump lodash from 4.17.19 to 4.17.21 [`#43`](https://github.com/netlify-labs/netlify-plugin-a11y/pull/43)
- Bump handlebars from 4.7.3 to 4.7.7 [`#42`](https://github.com/netlify-labs/netlify-plugin-a11y/pull/42)
- Bump dot-prop from 4.2.0 to 4.2.1 [`#38`](https://github.com/netlify-labs/netlify-plugin-a11y/pull/38)
- Update README.md [`#37`](https://github.com/netlify-labs/netlify-plugin-a11y/pull/37)
- Bump yargs-parser from 18.1.1 to 18.1.3 [`#31`](https://github.com/netlify-labs/netlify-plugin-a11y/pull/31)
- Bump node-fetch from 2.6.0 to 2.6.1 [`#33`](https://github.com/netlify-labs/netlify-plugin-a11y/pull/33)
- Bump lodash from 4.17.15 to 4.17.19 [`#29`](https://github.com/netlify-labs/netlify-plugin-a11y/pull/29)

### Commits

- Merge pull request #24 from ehmicky/feat/improve-default-mode [`6d0a8e4`](https://github.com/sw-yx/netlify-plugin-a11y/commit/6d0a8e4ba7cf1c7fef0b27b812897d9bb374f7b9)
- Add default value for `checkPaths` input [`5809d5b`](https://github.com/sw-yx/netlify-plugin-a11y/commit/5809d5b6a7a177a91aee718a0c1d65f3d07d12a8)
- Add git hooks, eslint, prettier [`9f84603`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/9f846031348a0ca9a5d33efb062f65692faee296)
- Update deps & engines [`cdef940`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/cdef9401b5a69a36203525ef740320b03ae1f3d1)
- Switch to NPM for package management [`fc7fa28`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/fc7fa28c06e13f870261fded47544d4e92c3cb04)

## [v0.0.11](https://github.com/sw-yx/netlify-plugin-a11y/compare/v0.0.10...v0.0.11) - 2020-05-21
## [v0.0.12](https://github.com/netlify-labs/netlify-plugin-a11y/compare/v0.0.11...v0.0.12) - 2020-05-27

### Commits

- Merge pull request #23 from papb/patch-1 [`e2fb961`](https://github.com/sw-yx/netlify-plugin-a11y/commit/e2fb96166cfa21d5f693c3ff952d8186b50592c4)
- Merge pull request #21 from jhackshaw/ignore-directories [`edc23f3`](https://github.com/sw-yx/netlify-plugin-a11y/commit/edc23f36397b5e49d829083dcdb3e9a2493d8453)
- Update README.md [`d5226ce`](https://github.com/sw-yx/netlify-plugin-a11y/commit/d5226ce337e4b06c5c11194d66428b8a862dc313)
- Merge pull request #24 from ehmicky/feat/improve-default-mode [`6d0a8e4`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/6d0a8e4ba7cf1c7fef0b27b812897d9bb374f7b9)
- Add default value for `checkPaths` input [`5809d5b`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/5809d5b6a7a177a91aee718a0c1d65f3d07d12a8)

## [v0.0.10](https://github.com/sw-yx/netlify-plugin-a11y/compare/v0.0.9...v0.0.10) - 2020-05-11
## [v0.0.11](https://github.com/netlify-labs/netlify-plugin-a11y/compare/v0.0.10...v0.0.11) - 2020-05-21

### Commits

- Merge pull request #22 from sw-yx/feat/error-handling [`74aa06b`](https://github.com/sw-yx/netlify-plugin-a11y/commit/74aa06b1dd0bdd7dbed326aca0f9a9d8c5a9fcf6)
- allow explicitly ignoring directories [`5d05752`](https://github.com/sw-yx/netlify-plugin-a11y/commit/5d05752da9126d46696ba47e1f8032f49a65e574)
- Improve error handling [`8a7a8f2`](https://github.com/sw-yx/netlify-plugin-a11y/commit/8a7a8f2d2d62080602bef0b1abd3574b9d52d125)
- Merge pull request #23 from papb/patch-1 [`e2fb961`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/e2fb96166cfa21d5f693c3ff952d8186b50592c4)
- Merge pull request #21 from jhackshaw/ignore-directories [`edc23f3`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/edc23f36397b5e49d829083dcdb3e9a2493d8453)
- allow explicitly ignoring directories [`5d05752`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/5d05752da9126d46696ba47e1f8032f49a65e574)

## [v0.0.9](https://github.com/sw-yx/netlify-plugin-a11y/compare/v0.0.8...v0.0.9) - 2020-05-04
## [v0.0.10](https://github.com/netlify-labs/netlify-plugin-a11y/compare/v0.0.9...v0.0.10) - 2020-05-12

### Commits

- Merge pull request #20 from sw-yx/fix/html-crawling [`3fc332f`](https://github.com/sw-yx/netlify-plugin-a11y/commit/3fc332f7459cf469dae8cc585f0355bb6c1dde29)
- Fix HTML crawling [`bdbd214`](https://github.com/sw-yx/netlify-plugin-a11y/commit/bdbd21410e807647c1f8cb207f7642a49c11e7a1)
- Validate that `checkPaths` exist [`4bd568e`](https://github.com/sw-yx/netlify-plugin-a11y/commit/4bd568e930b33b23e5974e55a6131831e397bee1)
- Merge pull request #22 from sw-yx/feat/error-handling [`74aa06b`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/74aa06b1dd0bdd7dbed326aca0f9a9d8c5a9fcf6)
- Improve error handling [`8a7a8f2`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/8a7a8f2d2d62080602bef0b1abd3574b9d52d125)

## [v0.0.8](https://github.com/sw-yx/netlify-plugin-a11y/compare/v0.0.7...v0.0.8) - 2020-05-01
## [v0.0.9](https://github.com/netlify-labs/netlify-plugin-a11y/compare/v0.0.8...v0.0.9) - 2020-05-05

### Commits

- Merge pull request #8 from ehmicky/chore-remove-plugin-name [`5f4a1ab`](https://github.com/sw-yx/netlify-plugin-a11y/commit/5f4a1ab276db6a54cedb700023d0422a4dc3ff10)
- Merge pull request #9 from ehmicky/chore/remove-top-level-function [`6f34422`](https://github.com/sw-yx/netlify-plugin-a11y/commit/6f3442259f5a23914e4878af6e7bef0b39acef17)
- Merge pull request #10 from ehmicky/chore/add-bugs-url [`6b90978`](https://github.com/sw-yx/netlify-plugin-a11y/commit/6b9097891008ce58ae1259ff2db86b07164b6833)
- Merge pull request #20 from sw-yx/fix/html-crawling [`3fc332f`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/3fc332f7459cf469dae8cc585f0355bb6c1dde29)
- Fix HTML crawling [`bdbd214`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/bdbd21410e807647c1f8cb207f7642a49c11e7a1)
- Validate that `checkPaths` exist [`4bd568e`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/4bd568e930b33b23e5974e55a6131831e397bee1)

## [v0.0.7](https://github.com/sw-yx/netlify-plugin-a11y/compare/v0.0.6...v0.0.7) - 2020-04-29
## [v0.0.8](https://github.com/netlify-labs/netlify-plugin-a11y/compare/v0.0.7...v0.0.8) - 2020-05-02

### Commits

- Merge pull request #7 from ehmicky/feat/fail-build [`5a64f36`](https://github.com/sw-yx/netlify-plugin-a11y/commit/5a64f369e37e1a2fcbb701eb75de0e3dbff0d710)
- Merge pull request #6 from ehmicky/chore/update-package-lock [`f3b8c72`](https://github.com/sw-yx/netlify-plugin-a11y/commit/f3b8c72b43d736a7ca85c015987f40db9b60c980)
- Update README.md [`9b2a456`](https://github.com/sw-yx/netlify-plugin-a11y/commit/9b2a456aa9dc59dd002c2934c437779f0e30d3b1)
- Merge pull request #8 from ehmicky/chore-remove-plugin-name [`5f4a1ab`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/5f4a1ab276db6a54cedb700023d0422a4dc3ff10)
- Merge pull request #9 from ehmicky/chore/remove-top-level-function [`6f34422`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/6f3442259f5a23914e4878af6e7bef0b39acef17)
- Merge pull request #10 from ehmicky/chore/add-bugs-url [`6b90978`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/6b9097891008ce58ae1259ff2db86b07164b6833)

## [v0.0.6](https://github.com/sw-yx/netlify-plugin-a11y/compare/v0.0.5...v0.0.6) - 2020-03-21
## [v0.0.7](https://github.com/netlify-labs/netlify-plugin-a11y/compare/v0.0.6...v0.0.7) - 2020-04-30

### Commits

- yarnlock [`665d598`](https://github.com/sw-yx/netlify-plugin-a11y/commit/665d598c628868398ace67442fffda7f7a3c4ba7)
- readme [`b7bb58a`](https://github.com/sw-yx/netlify-plugin-a11y/commit/b7bb58a2e2b6969b1c2f0b98735741cdd51f2a2e)
- warn resultmode [`185ca9d`](https://github.com/sw-yx/netlify-plugin-a11y/commit/185ca9d829cef9019aabbffe615f4e90baeaa949)
- Merge pull request #7 from ehmicky/feat/fail-build [`5a64f36`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/5a64f369e37e1a2fcbb701eb75de0e3dbff0d710)
- Merge pull request #6 from ehmicky/chore/update-package-lock [`f3b8c72`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/f3b8c72b43d736a7ca85c015987f40db9b60c980)
- Update README.md [`9b2a456`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/9b2a456aa9dc59dd002c2934c437779f0e30d3b1)

## [v0.0.5](https://github.com/sw-yx/netlify-plugin-a11y/compare/v0.0.2...v0.0.5) - 2020-03-20
## [v0.0.6](https://github.com/netlify-labs/netlify-plugin-a11y/compare/v0.0.5...v0.0.6) - 2020-03-20

### Commits

- changelog [`26f72c6`](https://github.com/sw-yx/netlify-plugin-a11y/commit/26f72c664d77a9bb82a9b43bed6ef944ef54bae1)
- yarnlock [`665d598`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/665d598c628868398ace67442fffda7f7a3c4ba7)
- readme [`b7bb58a`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/b7bb58a2e2b6969b1c2f0b98735741cdd51f2a2e)
- warn resultmode [`185ca9d`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/185ca9d829cef9019aabbffe615f4e90baeaa949)

## [v0.0.4](https://github.com/sw-yx/netlify-plugin-a11y/compare/v0.0.3...v0.0.4) - 2020-03-09
## [v0.0.5](https://github.com/netlify-labs/netlify-plugin-a11y/compare/v0.0.4...v0.0.5) - 2020-03-20

### Commits

- just invoke binary and trust in PATH [`55f0396`](https://github.com/sw-yx/netlify-plugin-a11y/commit/55f0396ce52d388c82174c85e4c09c7b115c022e)
- pkgjson [`8d06bf4`](https://github.com/sw-yx/netlify-plugin-a11y/commit/8d06bf437a88ea673cfe51593a4c39417d9aa131)
- see if this works [`fefeea8`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/fefeea8958ebe8728af454655a6c86e4396e3c65)
- final commit before pivot [`9cd3c3f`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/9cd3c3f8dcace84f4cdd9b94a5c8d3efbeaf3ffd)
- commit real demo [`39cff04`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/39cff044b1c544f7f395d5a69c3abd6feb61ad2d)

## v0.0.3 - 2020-03-09
## [v0.0.4](https://github.com/netlify-labs/netlify-plugin-a11y/compare/v0.0.3...v0.0.4) - 2020-03-09

### Commits

- fix bug and add run utils [`96eec98`](https://github.com/sw-yx/netlify-plugin-a11y/commit/96eec983f3c75b5bf301a1bb56979d860c980b74)
- just invoke binary and trust in PATH [`55f0396`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/55f0396ce52d388c82174c85e4c09c7b115c022e)
- pkgjson [`8d06bf4`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/8d06bf437a88ea673cfe51593a4c39417d9aa131)

## [v0.0.3](https://github.com/netlify-labs/netlify-plugin-a11y/compare/v0.0.2...v0.0.3) - 2020-03-09

## [v0.0.2](https://github.com/sw-yx/netlify-plugin-a11y/compare/v0.0.4...v0.0.2) - 2020-03-20
## v0.0.2 - 2020-03-20

### Commits

- see if this works [`fefeea8`](https://github.com/sw-yx/netlify-plugin-a11y/commit/fefeea8958ebe8728af454655a6c86e4396e3c65)
- final commit before pivot [`9cd3c3f`](https://github.com/sw-yx/netlify-plugin-a11y/commit/9cd3c3f8dcace84f4cdd9b94a5c8d3efbeaf3ffd)
- commit real demo [`39cff04`](https://github.com/sw-yx/netlify-plugin-a11y/commit/39cff044b1c544f7f395d5a69c3abd6feb61ad2d)
- see if this works [`fefeea8`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/fefeea8958ebe8728af454655a6c86e4396e3c65)
- final commit before pivot [`9cd3c3f`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/9cd3c3f8dcace84f4cdd9b94a5c8d3efbeaf3ffd)
- fix bug and add run utils [`96eec98`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/96eec983f3c75b5bf301a1bb56979d860c980b74)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "netlify-plugin-a11y",
"version": "0.0.12",
"version": "1.0.0-alpha.1",
"description": "Check for accessibility errors on critical pages of your Netlify website.",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 9147f75

Please sign in to comment.