Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@ faucet-pipeline-core version history
====================================


v3.0.0
------

_2025-03-02_

notable changes for end users:

* bumped Node requirement to v18 or later, dropping support for obsolete versions
* reduced number of dependencies
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This sounds far too mundane: It's a significant improvement IMO, but ... 🤷

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would keep it. Most people won't care, but I think it is still worth putting four words in the changelog.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My concern was more that this sounds like a boring line item when it's really "yay, look at what @moonglum figured out!"...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, appreciated 🙇

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, I opted not to list "updated dependencies" as a separate point here; seems implied?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine with me 👍


notable changes for developers:

* switched to named instead of default exports

this might affect users of utilities like `resolvePath` and `FileFinder`

* ensured dynamic imports are asynchronous

this might affect users of utilities like `loadExtension`

* `promisify` was removed entirely after being deprecated for a while


v2.0.0
------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "faucet-pipeline-core",
"version": "2.0.0",
"version": "3.0.0",
"description": "faucet-pipeline's core library",
"author": "FND",
"contributors": [
Expand Down
Loading