You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I released Eta for the first time five years ago! Since then, it's grown to be depended on by hundreds of packages and downloaded 1M+ times per week.
I consider Eta to be mostly "a completed work" since v3, which was released in June 2023. But I wasn't satisfied with the bundling, testing, linting, and CI/CD aspects of the project so I rewrote it! (Then extracted my changes, after the fact, into a new TS library template called ts-base).
There are a few more changes to be aware of:
Eta is now ESM-only by default. It's 2025 and this is the right choice!
I transferred the repository (and other associated repositories) to my personal GitHub account, bgub. Since I'm the primary contributor, I think this will simplify maintenance and reduce confusion.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Cross-posted from https://www.bengubler.com/posts/2025-09-17-introducing-eta-v4
I released Eta for the first time five years ago! Since then, it's grown to be depended on by hundreds of packages and downloaded 1M+ times per week.
I consider Eta to be mostly "a completed work" since v3, which was released in June 2023. But I wasn't satisfied with the bundling, testing, linting, and CI/CD aspects of the project so I rewrote it! (Then extracted my changes, after the fact, into a new TS library template called ts-base).
There are a few more changes to be aware of:
eta/core
, since we're now using much cleaner"exports"
in ourpackage.json
.Beta Was this translation helpful? Give feedback.
All reactions