@scaffdog/error
Advanced tools
Comparing version 2.5.0-canary.3 to 2.5.0
# Change Log | ||
## 2.5.0 | ||
### Minor Changes | ||
- [#665](https://github.com/scaffdog/scaffdog/pull/665) [`12e2b48`](https://github.com/scaffdog/scaffdog/commit/12e2b4822e5a549244582078659a76665e0e6291) Thanks [@wadackel](https://github.com/wadackel)! - Added two Node APIs. | ||
- `createScaffdog(options)` | ||
- `loadScaffdog(path, options)` | ||
### Patch Changes | ||
- [#686](https://github.com/scaffdog/scaffdog/pull/686) [`8ec6e42`](https://github.com/scaffdog/scaffdog/commit/8ec6e427e1a6c85d1726707cb7cc301ef8630bfb) Thanks [@wadackel](https://github.com/wadackel)! - - Add `version` export. | ||
- Report document parsing errors at an early stage. | ||
- [#695](https://github.com/scaffdog/scaffdog/pull/695) [`0c32135`](https://github.com/scaffdog/scaffdog/commit/0c32135b6fbc1b9871b887c98eb751efdf95886c) Thanks [@wadackel](https://github.com/wadackel)! - Add `ScaffdogAggregateError` custom error class. | ||
```typescript | ||
import { ScaffdogAggregateError } from '@scaffdog/error'; | ||
// or | ||
// import { ScaffdogAggregateError } from 'scaffdog'; | ||
``` | ||
- Updated dependencies [[`8ec6e42`](https://github.com/scaffdog/scaffdog/commit/8ec6e427e1a6c85d1726707cb7cc301ef8630bfb), [`12e2b48`](https://github.com/scaffdog/scaffdog/commit/12e2b4822e5a549244582078659a76665e0e6291)]: | ||
- @scaffdog/types@2.5.0 | ||
## 2.5.0-canary.3 | ||
@@ -4,0 +30,0 @@ |
{ | ||
"name": "@scaffdog/error", | ||
"version": "2.5.0-canary.3", | ||
"version": "2.5.0", | ||
"description": "A utility module of scaffdog error.", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
"string-length": "4.0.2", | ||
"@scaffdog/types": "2.5.0-canary.3" | ||
"@scaffdog/types": "2.5.0" | ||
}, | ||
@@ -30,0 +30,0 @@ "publishConfig": { |
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
29269
0
+ Added@scaffdog/types@2.5.0(transitive)
- Removed@scaffdog/types@2.5.0-canary.3(transitive)
Updated@scaffdog/types@2.5.0