@acot/types
Advanced tools
Comparing version 0.0.8-canary.0 to 0.0.10-canary.0
@@ -6,2 +6,18 @@ # Change Log | ||
## 0.0.10-canary.0 (2021-04-04) | ||
### Bug Fixes | ||
- Fix omission of version specification in `debug` package ([85f8ea4](https://github.com/acot-a11y/acot/commit/85f8ea44c7b029301dbcd6bceef427fda35972b6)) | ||
### Features | ||
- Add rule result for pretty reporter ([f668f8a](https://github.com/acot-a11y/acot/commit/f668f8a56e730ea31ece53f23d7fd2629e456211)) | ||
- Improve progress display (pretty reporter) ([dc4e9e1](https://github.com/acot-a11y/acot/commit/dc4e9e1655408a499619a690798e06ef439844be)) | ||
- Initial implements ([68f46a2](https://github.com/acot-a11y/acot/commit/68f46a250de7793795678ece40d23d927ddd075c)) | ||
- **core:** Performance improvements with immutable rules ([572edef](https://github.com/acot-a11y/acot/commit/572edefca26d1817a46e2f1c74c8d31b6762642d)) | ||
- **core:** switch to `help` from `tags` ([7ac5678](https://github.com/acot-a11y/acot/commit/7ac56780e46c26f94aeda3f0c1d1482f47521acb)) | ||
- **document:** Change summary extraction logic ([361cd2b](https://github.com/acot-a11y/acot/commit/361cd2b448439fd769c20b757fe86abe67f653ee)) | ||
- **types:** add ComputedAccessibleNode type ([bcd4322](https://github.com/acot-a11y/acot/commit/bcd4322b02cfdd9c264523f4b49d029b0ed92868)) | ||
## [0.0.8-canary.0](https://github.com/acot-a11y/acot/compare/@acot/types@0.0.7...@acot/types@0.0.8-canary.0) (2021-03-30) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@acot/types", | ||
"version": "0.0.8-canary.0", | ||
"version": "0.0.10-canary.0", | ||
"description": "acot's underlying type declarations.", | ||
"keywords": [ | ||
"acot" | ||
], | ||
"homepage": "https://github.com/acot-a11y/acot/tree/main/packages/types", | ||
@@ -35,3 +38,3 @@ "bugs": { | ||
}, | ||
"gitHead": "019a4b37fc93b03f495bd62eddd4002f6403948d" | ||
"gitHead": "0e2e86c945110f44e402805b94921fd3712605d2" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17149