Skip to content

Commit dae1cd5

Browse files
committed
v3.0.0
1 parent 40e96e8 commit dae1cd5

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@ faucet-pipeline-core version history
22
====================================
33

44

5+
v3.0.0
6+
------
7+
8+
_2025-03-02_
9+
10+
notable changes for end users:
11+
12+
* bumped Node requirement to v18 or later, dropping support for obsolete versions
13+
* reduced number of dependencies
14+
15+
notable changes for developers:
16+
17+
* switched to named instead of default exports
18+
19+
this might affect users of utilities like `resolvePath` and `FileFinder`
20+
21+
* ensured dynamic imports are asynchronous
22+
23+
this might affect users of utilities like `loadExtension`
24+
25+
* `promisify` was removed entirely after being deprecated for a while
26+
27+
528
v2.0.0
629
------
730

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "faucet-pipeline-core",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "faucet-pipeline's core library",
55
"author": "FND",
66
"contributors": [

0 commit comments

Comments
 (0)