@ember-template-lint/todo-utils
Advanced tools
Comparing version 10.0.0-beta.5 to 10.0.0
@@ -0,1 +1,28 @@ | ||
## v10.0.0 (2021-08-15) | ||
#### :boom: Breaking Change | ||
* [#279](https://github.com/ember-template-lint/ember-template-lint-todo-utils/pull/279) Change return value of writeTodos to object ([@scalvert](https://github.com/scalvert)) | ||
* [#276](https://github.com/ember-template-lint/ember-template-lint-todo-utils/pull/276) Change public API to take V2 format data over lint results ([@scalvert](https://github.com/scalvert)) | ||
* [#264](https://github.com/ember-template-lint/ember-template-lint-todo-utils/pull/264) Adding test cases for fuzzy matching ([@scalvert](https://github.com/scalvert)) | ||
* [#252](https://github.com/ember-template-lint/ember-template-lint-todo-utils/pull/252) Adding expanded todo batching functionality to account for fuzzy matching ([@scalvert](https://github.com/scalvert)) | ||
* [#250](https://github.com/ember-template-lint/ember-template-lint-todo-utils/pull/250) Renaming FilePath type to improve code readability ([@scalvert](https://github.com/scalvert)) | ||
#### :rocket: Enhancement | ||
* [#277](https://github.com/ember-template-lint/ember-template-lint-todo-utils/pull/277) Adds match agnostic lint result identity referencing ([@scalvert](https://github.com/scalvert)) | ||
* [#270](https://github.com/ember-template-lint/ember-template-lint-todo-utils/pull/270) Adds new readTodoData API for convenience reading of TodoDataV2 ([@scalvert](https://github.com/scalvert)) | ||
* [#264](https://github.com/ember-template-lint/ember-template-lint-todo-utils/pull/264) Adding test cases for fuzzy matching ([@scalvert](https://github.com/scalvert)) | ||
* [#257](https://github.com/ember-template-lint/ember-template-lint-todo-utils/pull/257) Expands todo data into v2 format ([@scalvert](https://github.com/scalvert)) | ||
* [#252](https://github.com/ember-template-lint/ember-template-lint-todo-utils/pull/252) Adding expanded todo batching functionality to account for fuzzy matching ([@scalvert](https://github.com/scalvert)) | ||
#### :bug: Bug Fix | ||
* [#269](https://github.com/ember-template-lint/ember-template-lint-todo-utils/pull/269) Converts the remove Set back to a Map, which is required for consumers ([@scalvert](https://github.com/scalvert)) | ||
* [#268](https://github.com/ember-template-lint/ember-template-lint-todo-utils/pull/268) Adds missing export to public API ([@scalvert](https://github.com/scalvert)) | ||
#### :house: Internal | ||
* [#250](https://github.com/ember-template-lint/ember-template-lint-todo-utils/pull/250) Renaming FilePath type to improve code readability ([@scalvert](https://github.com/scalvert)) | ||
#### Committers: 1 | ||
- Steve Calvert ([@scalvert](https://github.com/scalvert)) | ||
## v10.0.0-beta.5 (2021-08-12) | ||
@@ -2,0 +29,0 @@ |
{ | ||
"name": "@ember-template-lint/todo-utils", | ||
"version": "10.0.0-beta.5", | ||
"version": "10.0.0", | ||
"repository": "https://github.com/ember-template-lint/ember-template-lint-todo-utils.git", | ||
@@ -30,3 +30,3 @@ "license": "MIT", | ||
"@typescript-eslint/eslint-plugin": "^4.26.1", | ||
"@typescript-eslint/parser": "^4.26.1", | ||
"@typescript-eslint/parser": "^4.29.1", | ||
"date-fns": "^2.22.1", | ||
@@ -44,3 +44,3 @@ "eslint": "^7.31.0", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.3.0", | ||
"prettier": "^2.3.2", | ||
"release-it": "^14.10.0", | ||
@@ -50,3 +50,3 @@ "release-it-lerna-changelog": "^3.1.0", | ||
"ts-jest": "^26.5.2", | ||
"type-fest": "^0.20.2", | ||
"type-fest": "^2.0.0", | ||
"typescript": "^4.3.4" | ||
@@ -83,5 +83,5 @@ }, | ||
"volta": { | ||
"node": "12.18.4", | ||
"node": "12.22.5", | ||
"yarn": "1.22.10" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
115518
1