@boost/common
Advanced tools
Comparing version 2.0.0-alpha.2 to 2.0.0
@@ -6,2 +6,48 @@ # Change Log | ||
# 2.0.0 - 2020-07-14 | ||
#### 💥 Breaking | ||
- Migrate to `fs.promises` API. ([944119a](https://github.com/milesj/boost/commit/944119a)) | ||
- Move `ExitError` to common package. ([6584dc5](https://github.com/milesj/boost/commit/6584dc5)) | ||
- Reword error codes. ([33b9d96](https://github.com/milesj/boost/commit/33b9d96)) | ||
- Updated Node.js minimum requirement to v10.10. ([3719cdc](https://github.com/milesj/boost/commit/3719cdc)) | ||
#### 🚀 Updates | ||
- Add `Project` class. ([230b2ce](https://github.com/milesj/boost/commit/230b2ce)) | ||
- Refactor blueprint generics for easier inheritance usage. ([0dd8171](https://github.com/milesj/boost/commit/0dd8171)) | ||
#### ⚙️ Types | ||
- Update `WorkspacePackage` with a default generic. ([26d7973](https://github.com/milesj/boost/commit/26d7973)) | ||
#### 🎨 Styles | ||
- Run Prettier. ([5cd5fc1](https://github.com/milesj/boost/commit/5cd5fc1)) | ||
#### 📘 Docs | ||
- Update copyright years. ([1942675](https://github.com/milesj/boost/commit/1942675)) | ||
- Update license copyright year. ([e532427](https://github.com/milesj/boost/commit/e532427)) | ||
- Update readmes. ([84ca011](https://github.com/milesj/boost/commit/84ca011)) | ||
#### 📦 Dependencies | ||
- Migrate packages to v2 alpha. ([64731d9](https://github.com/milesj/boost/commit/64731d9)) | ||
- Update final peer dependencies. ([405b8ff](https://github.com/milesj/boost/commit/405b8ff)) | ||
- Update minor and patch versions. ([a5efcf1](https://github.com/milesj/boost/commit/a5efcf1)) | ||
- Update TypeScript, Jest, ESLint, and other developer packages. ([c7347a2](https://github.com/milesj/boost/commit/c7347a2)) | ||
- **[pretty-ms]** Update to v7. ([878bec1](https://github.com/milesj/boost/commit/878bec1)) | ||
#### 🛠 Internals | ||
- Replace `RuntimeError` with new packaged scoped errors. ([c13d3f1](https://github.com/milesj/boost/commit/c13d3f1)) | ||
**Note:** Version bump only for package @boost/common | ||
## 1.9.0 - 2020-06-21 | ||
@@ -8,0 +54,0 @@ |
{ | ||
"name": "@boost/common", | ||
"version": "2.0.0-alpha.2", | ||
"release": "1592788092197", | ||
"version": "2.0.0", | ||
"release": "1594765247526", | ||
"description": "Common utilities.", | ||
@@ -23,3 +23,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@boost/internal": "^2.0.0-alpha.2", | ||
"@boost/internal": "^2.0.0", | ||
"fast-glob": "^3.2.4", | ||
@@ -32,3 +32,3 @@ "json5": "^2.1.3", | ||
"devDependencies": { | ||
"@boost/test-utils": "^2.0.0-alpha.0" | ||
"@boost/test-utils": "^2.0.0" | ||
}, | ||
@@ -39,3 +39,3 @@ "funding": { | ||
}, | ||
"gitHead": "989ff8a548e41c03f85c2063e8c21ba2136f1ddb" | ||
"gitHead": "501cfc8418d89ea534572bfe6d3d4340c559e03c" | ||
} |
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
63674
1
Updated@boost/internal@^2.0.0