Skip to content

Commit 4fee438

Browse files
authored
release: 1.2.0 (#6)
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent 7404e3d commit 4fee438

File tree

2 files changed

+73
-1
lines changed

2 files changed

+73
-1
lines changed

CHANGELOG.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,75 @@
1+
## [1.2.0](https://github.com/flex-development/errnode/compare/1.1.0...1.2.0) (2023-01-01)
2+
3+
4+
### :package: Build
5+
6+
* **deps-dev:** Bump cspell from 6.18.0 to 6.18.1 ([#5](https://github.com/flex-development/errnode/issues/5)) ([292c81e](https://github.com/flex-development/errnode/commit/292c81e7eb0e147eaf82a7da2ffd1e337cedf6e1))
7+
8+
9+
### :pencil: Documentation
10+
11+
* error models ([7404e3d](https://github.com/flex-development/errnode/commit/7404e3d0ecd0321a3630ea36111055165064882f))
12+
* fix file overview for package entry point ([0c06c0a](https://github.com/flex-development/errnode/commit/0c06c0a0f53f05158c17220019a93f8240d564d7))
13+
14+
15+
### :sparkles: Features
16+
17+
* **internal:** `formatList` ([1c910df](https://github.com/flex-development/errnode/commit/1c910dfa167c5f5013ef791cc286666831a51b13))
18+
* **models:** `ERR_AMBIGUOUS_ARGUMENT` ([679af9d](https://github.com/flex-development/errnode/commit/679af9d6702d2ac25899a00bd1a807acc9ed0bfd))
19+
* **models:** `ERR_ARG_NOT_ITERABLE` ([2404e1e](https://github.com/flex-development/errnode/commit/2404e1e52016c63098dda16f31c122059f101658))
20+
* **models:** `ERR_ASYNC_CALLBACK` ([567b160](https://github.com/flex-development/errnode/commit/567b1600267537e6f95d0c33e21796499b7a0db3))
21+
* **models:** `ERR_ILLEGAL_CONSTRUCTOR` ([94d0441](https://github.com/flex-development/errnode/commit/94d0441aa7ae304b98cea2c021336fd4023c886b))
22+
* **models:** `ERR_IMPORT_ASSERTION_TYPE_FAILED` ([9807b0e](https://github.com/flex-development/errnode/commit/9807b0e78b1e8e23b80944f08be7d95ed6f6be15))
23+
* **models:** `ERR_IMPORT_ASSERTION_TYPE_MISSING` ([73d9a5c](https://github.com/flex-development/errnode/commit/73d9a5cc03ec40ab57dd2a67bb691cc391516556))
24+
* **models:** `ERR_IMPORT_ASSERTION_TYPE_UNSUPPORTED` ([2f6dfec](https://github.com/flex-development/errnode/commit/2f6dfecce87bb3e435c7faed8997bd04caa66303))
25+
* **models:** `ERR_INCOMPATIBLE_OPTION_PAIR` ([573fb2f](https://github.com/flex-development/errnode/commit/573fb2f00151cd1b3636b8152ddbc164b7b484a4))
26+
* **models:** `ERR_INVALID_ARG_TYPE` ([d3dc012](https://github.com/flex-development/errnode/commit/d3dc012771eddce76ded8e20dcb0fcec951f2e7d))
27+
* **models:** `ERR_INVALID_ARG_VALUE` ([6637aaa](https://github.com/flex-development/errnode/commit/6637aaa8401e5b214f09459383ace76580cdd60c))
28+
* **models:** `ERR_INVALID_MODULE_SPECIFIER` ([e64f15c](https://github.com/flex-development/errnode/commit/e64f15cb89031a9e79ae317fdd04084b732a7dd5))
29+
* **models:** `ERR_INVALID_PACKAGE_CONFIG` ([9b8b755](https://github.com/flex-development/errnode/commit/9b8b7558a49ff99d1e8853f33aa9ac53c663bcde))
30+
* **models:** `ERR_INVALID_PACKAGE_TARGET` ([e162298](https://github.com/flex-development/errnode/commit/e16229815de96a607ad636caf393b80cdf168d9b))
31+
* **models:** `ERR_METHOD_NOT_IMPLEMENTED` ([f5754f0](https://github.com/flex-development/errnode/commit/f5754f037b7f40731710350cc8453613a202af26))
32+
* **models:** `ERR_MISSING_OPTION` ([4ab0472](https://github.com/flex-development/errnode/commit/4ab0472e2a45e664c7e9e86ce972205dcfda303b))
33+
* **models:** `ERR_MODULE_NOT_FOUND` ([028aa6b](https://github.com/flex-development/errnode/commit/028aa6b2bfbc0c84dc6069b9805989e28cff203d))
34+
* **models:** `ERR_NETWORK_IMPORT_DISALLOWED` ([d767ad1](https://github.com/flex-development/errnode/commit/d767ad119db5ee7587b8f6bb5258348880c1e516))
35+
* **models:** `ERR_OPERATION_FAILED` ([7a72d79](https://github.com/flex-development/errnode/commit/7a72d79e8e7c76a5e93f8894f8ac47bfc6680d3a))
36+
* **models:** `ERR_PACKAGE_IMPORT_NOT_DEFINED` ([c86086f](https://github.com/flex-development/errnode/commit/c86086f5d50a632b8e33d674aac815070fd6a924))
37+
* **models:** `ERR_PACKAGE_PATH_NOT_EXPORTED` ([f744782](https://github.com/flex-development/errnode/commit/f744782f679c2179e85f50ee2765dd99b08b46db))
38+
* **models:** `ERR_UNHANDLED_ERROR` ([61ed62a](https://github.com/flex-development/errnode/commit/61ed62ad913d8dea8c514889a051b3f391e88590))
39+
* **models:** `ERR_UNKNOWN_ENCODING` ([d562655](https://github.com/flex-development/errnode/commit/d562655515a486fde5a630c62da125e8f45dc57e))
40+
* **models:** `ERR_UNKNOWN_FILE_EXTENSION` ([aeed292](https://github.com/flex-development/errnode/commit/aeed292379928c7c2e6c2876dc0c98fa64b82ec8))
41+
* **models:** `ERR_UNKNOWN_MODULE_FORMAT` ([0c4c702](https://github.com/flex-development/errnode/commit/0c4c7021985cbb1e8a2773a75af43740fba8965a))
42+
* **models:** `ERR_UNSUPPORTED_DIR_IMPORT` ([c29c652](https://github.com/flex-development/errnode/commit/c29c6525a27b3a87f641e6e28d80677392b891a3))
43+
* **models:** `ERR_UNSUPPORTED_ESM_URL_SCHEME` ([9a43317](https://github.com/flex-development/errnode/commit/9a4331797a0faa00b16b2a903be7d0d655fcbd03))
44+
* **ts:** [`NodeErrorConstructor`] allow custom `util.format` args type ([6d9eb1e](https://github.com/flex-development/errnode/commit/6d9eb1eca3138561552cf894053340e53885032d))
45+
46+
47+
### :bug: Fixes
48+
49+
* **models:** patch build errors ([ec32053](https://github.com/flex-development/errnode/commit/ec32053810eaa4a00e999175de7fbda2f058665e))
50+
* **utils:** [`createNodeError`] make error code enumerable ([06f4190](https://github.com/flex-development/errnode/commit/06f41906d5f618c8ab8995443152013ae0b974ae))
51+
52+
53+
### :house_with_garden: Housekeeping
54+
55+
* [eslint] update test file patterns ([7547e7e](https://github.com/flex-development/errnode/commit/7547e7e5b9e67ad6f9edd8d9b4c81d3ca09acfce))
56+
* **github:** add commit scope `models` ([56c56f6](https://github.com/flex-development/errnode/commit/56c56f66bf5bd54f9faaaaa0e4a4b99267cd6da6))
57+
* **github:** add commit scope `utils` ([22a1b6a](https://github.com/flex-development/errnode/commit/22a1b6a2ff0d603bf38eb5d614aadf2c49d6171f))
58+
* **github:** add label `scope:models` ([07425e6](https://github.com/flex-development/errnode/commit/07425e6aceafdbd0f0eef6f26904b6fc4d59ae0d))
59+
* **github:** add label `scope:utils` ([dfd99ee](https://github.com/flex-development/errnode/commit/dfd99ee56466e5afedfd26991c909ab7d2fcffd5))
60+
* **vscode:** update settings ([2ee1aed](https://github.com/flex-development/errnode/commit/2ee1aeda39d99a5d993c7036e684eb1c3aa3f1ff))
61+
62+
63+
### :zap: Refactors
64+
65+
* **utils:** [`createNodeError`] access `this.code` from `message` ([d453fa8](https://github.com/flex-development/errnode/commit/d453fa89b12da8d3c744428f086523584a7147bb))
66+
* **utils:** add `utils` directory ([6fc7ad6](https://github.com/flex-development/errnode/commit/6fc7ad699bce0bc6afcde735f623fa8695b50afd))
67+
68+
69+
### :white_check_mark: Testing
70+
71+
* **models:** reorganize instance tests ([8ef9a81](https://github.com/flex-development/errnode/commit/8ef9a815c75468cafac5bf5579503a4d33d62ff5))
72+
173
## [1.1.0](https://github.com/flex-development/errnode/compare/1.0.1...1.1.0) (2022-12-29)
274

375

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flex-development/errnode",
33
"description": "Universal API for creating Node.js errors",
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"keywords": [
66
"error",
77
"node",

0 commit comments

Comments
 (0)