Comparing version 2.0.0 to 2.0.1
@@ -7,31 +7,6 @@ # context - Changelog | ||
## 2.0.0 - 2021-12-24 | ||
### Changed or removed | ||
- 7c43eab major(context): used named export in context (ealush) | ||
- e8652bc breaking(vest, enforce): prepare next major (ealush) | ||
- dab8e00 breaking(vest, enforce): prepare next major (ealush) | ||
## 2.0.0 2021-12-24 | ||
### Added | ||
- b0a9a14 feat(vest): use key prop to retain test state after reorder (#732) (Evyatar) | ||
- 220127b added(n4s): partial rule modifier (undefined) | ||
- b5ce72d feat(n4s): context propagation within enforce (undefined) | ||
- 7c43eab major(context): use named export in context (ealush) | ||
### Fixed and improved | ||
- 9f9b970 vx: improve package.json generation (ealush) | ||
- f721b2d patch(vest): replace warns boolean flag with enum (ealush) | ||
- bed7040 vx: add back to workspace (ealush) | ||
- f2d458d update build artifacts (ealush) | ||
- package.json | ||
- .eslintrc.js | ||
- packages/anyone/README.md | ||
- packages/anyone/package.json | ||
- packages/anyone/package.json | ||
- 4d88c04 patch: add nodejs exports (undefined) | ||
- packages/anyone/package.json | ||
- 26af06b chore: reduce complexity, remove all lint errors (undefined) | ||
- packages/anyone/.npmignore | ||
- .github/PULL_REQUEST_TEMPLATE.md | ||
- ba68539 lint: handling lint of all packages (ealush) | ||
- .gitignore | ||
## 1.1.16 - 2021-07-02 | ||
@@ -38,0 +13,0 @@ |
{ | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"license": "MIT", | ||
@@ -4,0 +4,0 @@ "main": "./dist/cjs/context.js", |
21135