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
The underlying bs-abstract dependency is now [email protected]. While the API is nearly identical, you'll need to update your package.json, bsconfig.json, and any references to the BsAbstract module (which should now be BsBastet instead). The Bastet migration guide may also be helpful.
✨ New features
Relude.String now has a type t. This means it conforms to BsBastet.Interface.TYPE, and you can pass the Relude.String module anywhere a TYPE module is needed.
🐛 Bug fixes
The module signature for Bitraversable was missing some with type ..., which made it difficult to use (#252), but this has been fixed upstream