@boost/event
Advanced tools
Comparing version 2.0.0-alpha.2 to 2.0.0
@@ -6,2 +6,36 @@ # Change Log | ||
# 2.0.0 - 2020-07-14 | ||
#### 💥 Breaking | ||
- Migrate to `fs.promises` API. ([944119a](https://github.com/milesj/boost/commit/944119a)) | ||
- 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)) | ||
#### 🎨 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 TypeScript, Jest, ESLint, and other developer packages. ([c7347a2](https://github.com/milesj/boost/commit/c7347a2)) | ||
#### 🛠 Internals | ||
- Replace `RuntimeError` with new packaged scoped errors. ([c13d3f1](https://github.com/milesj/boost/commit/c13d3f1)) | ||
**Note:** Version bump only for package @boost/event | ||
### 1.3.1 - 2020-04-29 | ||
@@ -8,0 +42,0 @@ |
{ | ||
"name": "@boost/event", | ||
"version": "2.0.0-alpha.2", | ||
"release": "1592788092197", | ||
"version": "2.0.0", | ||
"release": "1594765247526", | ||
"description": "A strict event system with multiple emitter patterns.", | ||
@@ -23,9 +23,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@boost/internal": "^2.0.0-alpha.2" | ||
"@boost/internal": "^2.0.0" | ||
}, | ||
"tsconfig": { | ||
"exclude": [ | ||
"src/typeTests.ts" | ||
] | ||
}, | ||
"funding": { | ||
@@ -35,3 +30,3 @@ "type": "ko-fi", | ||
}, | ||
"gitHead": "989ff8a548e41c03f85c2063e8c21ba2136f1ddb" | ||
"gitHead": "501cfc8418d89ea534572bfe6d3d4340c559e03c" | ||
} |
@@ -1,2 +0,2 @@ | ||
# Event - Boost | ||
# Events - Boost | ||
@@ -3,0 +3,0 @@ [![Build Status](https://github.com/milesj/boost/workflows/Build/badge.svg)](https://github.com/milesj/boost/actions?query=branch%3Amaster) |
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
24931
1
Updated@boost/internal@^2.0.0