File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff 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+
528v2.0.0
629------
730
Original file line number Diff line number Diff line change 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" : [
You can’t perform that action at this time.
0 commit comments