@thi.ng/errors 2.5.22 → 2.5.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -115
  2. package/package.json +4 -5
package/CHANGELOG.md CHANGED
@@ -1,9 +1,11 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-01-04T21:07:38Z
3
+ - **Last updated**: 2025-01-23T13:39:11Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
7
+ Only versions published since **2022-01-01** are listed here.
8
+ Please consult the Git history for older version information.
7
9
  See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
8
10
 
9
11
  **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
@@ -57,117 +59,3 @@ and/or version bumps of transitive dependencies.
57
59
  - add I/O error types & factories ([898584b](https://github.com/thi-ng/umbrella/commit/898584b))
58
60
  - add IOError
59
61
  - add FileNotFoundError
60
-
61
- ## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/errors@2.1.0) (2021-11-17)
62
-
63
- #### 🚀 Features
64
-
65
- - Using workspaces for local tools ([bf7a404](https://github.com/thi-ng/umbrella/commit/bf7a404))
66
- Improving the overall build ergonomics
67
- - introduced a tools workspaces
68
- - imported it in all needed packages/examples
69
- - inclusive project root
70
-
71
- #### ♻️ Refactoring
72
-
73
- - testrunner to binary ([4ebbbb2](https://github.com/thi-ng/umbrella/commit/4ebbbb2))
74
- this commit reverts (partly) changes made in:
75
- ef346d7a8753590dc9094108a3d861a8dbd5dd2c
76
- overall purpose is better testament ergonomics:
77
- instead of having to pass NODE_OPTIONS with every invocation
78
- having a binary to handle this for us.
79
-
80
- ### [2.0.4](https://github.com/thi-ng/umbrella/tree/@thi.ng/errors@2.0.4) (2021-10-25)
81
-
82
- #### 🩹 Bug fixes
83
-
84
- - [#324](https://github.com/thi-ng/umbrella/issues/324) update snowpack issue workaround ([6dfbf71](https://github.com/thi-ng/umbrella/commit/6dfbf71))
85
- - switch to another temp workaround until snowpack team
86
- fixes snowpackjs/snowpack[#3621](https://github.com/thi-ng/umbrella/issues/3621)
87
-
88
- ### [2.0.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/errors@2.0.1) (2021-10-13)
89
-
90
- #### ♻️ Refactoring
91
-
92
- - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
93
- - add .js suffix for all relative imports
94
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
95
-
96
- # [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/errors@2.0.0) (2021-10-12)
97
-
98
- #### 🛑 Breaking changes
99
-
100
- - major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea))
101
- - BREAKING CHANGE: discontinue CommonJS & UMD versions
102
- - only ESM modules will be published from now on
103
- - CJS obsolete due to ESM support in recent versions of node:
104
- - i.e. launch NodeJS via:
105
- - `node --experimental-specifier-resolution=node --experimental-repl-await`
106
- - in the node REPL use `await import(...)` instead of `require()`
107
- - UMD obsolete due to widespread browser support for ESM
108
- Also:
109
- - normalize/restructure/reorg all package.json files
110
- - cleanup all build scripts, remove obsolete
111
- - switch from mocha to [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) for all tests
112
-
113
- #### 🚀 Features
114
-
115
- - migrate assert() from [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/main/packages/api) ([7030a6a](https://github.com/thi-ng/umbrella/commit/7030a6a))
116
- - add existing assert() fn from api pkg
117
- - add AssertionError class
118
- - update pkg
119
- - add snowpack env var support for assert ([52822b1](https://github.com/thi-ng/umbrella/commit/52822b1))
120
-
121
- #### ♻️ Refactoring
122
-
123
- - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
124
- - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
125
- - update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
126
- - set string as default generic ([936a9d7](https://github.com/thi-ng/umbrella/commit/936a9d7))
127
-
128
- ## [1.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/errors@1.3.0) (2021-03-17)
129
-
130
- #### 🚀 Features
131
-
132
- - add outOfBounds(), ensureIndex() ([fb5ca0a](https://github.com/thi-ng/umbrella/commit/fb5ca0a))
133
- - add ensureIndex2(), update outOfBounds() arg type ([ab007d6](https://github.com/thi-ng/umbrella/commit/ab007d6))
134
-
135
- ## [1.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/errors@1.2.0) (2019-08-21)
136
-
137
- #### 🚀 Features
138
-
139
- - add defError(), refactor all existing, update readme ([ded89c2](https://github.com/thi-ng/umbrella/commit/ded89c2))
140
-
141
- ## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/errors@1.1.0) (2019-07-07)
142
-
143
- #### 🚀 Features
144
-
145
- - enable TS strict compiler flags (refactor) ([8460aea](https://github.com/thi-ng/umbrella/commit/8460aea))
146
-
147
- # [1.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/errors@1.0.0) (2019-01-21)
148
-
149
- #### 🛑 Breaking changes
150
-
151
- - update package build scripts & outputs, imports in ~50 packages ([b54b703](https://github.com/thi-ng/umbrella/commit/b54b703))
152
- - BREAKING CHANGE: enabled multi-outputs (ES6 modules, CJS, UMD)
153
- - build scripts now first build ES6 modules in package root, then call
154
- `scripts/bundle-module` to build minified CJS & UMD bundles in `/lib`
155
- - all imports MUST be updated to only refer to package level
156
- (not individual files anymore). tree shaking in user land will get rid of
157
- all unused imported symbols.
158
-
159
- #### ♻️ Refactoring
160
-
161
- - use arrow fns ([d9f4bd3](https://github.com/thi-ng/umbrella/commit/d9f4bd3))
162
-
163
- ### [0.1.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/errors@0.1.1) (2018-05-10)
164
-
165
- #### ♻️ Refactoring
166
-
167
- - update return types (`never`) ([5227dd1](https://github.com/thi-ng/umbrella/commit/5227dd1))
168
-
169
- ## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/errors@0.1.0) (2018-05-10)
170
-
171
- #### 🚀 Features
172
-
173
- - add new package [@thi.ng/errors](https://github.com/thi-ng/umbrella/tree/main/packages/errors) ([1e97856](https://github.com/thi-ng/umbrella/commit/1e97856))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/errors",
3
- "version": "2.5.22",
3
+ "version": "2.5.24",
4
4
  "description": "Custom error types and error factory functions",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,11 +40,10 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "devDependencies": {
43
- "@microsoft/api-extractor": "^7.48.1",
44
- "@types/node": "^22.10.2",
43
+ "@types/node": "^22.10.7",
45
44
  "esbuild": "^0.24.2",
46
45
  "typedoc": "^0.27.6",
47
- "typescript": "^5.7.2"
46
+ "typescript": "^5.7.3"
48
47
  },
49
48
  "keywords": [
50
49
  "assert",
@@ -101,5 +100,5 @@
101
100
  "alias": "err",
102
101
  "year": 2018
103
102
  },
104
- "gitHead": "56c1d57a96565bbcc8c06c73779a619bba0db368\n"
103
+ "gitHead": "b92b48abda9941d608be8a2e1c83447e679a6f79\n"
105
104
  }