Skip to content

v0.59.0

Compare
Choose a tag to compare
@mlms13 mlms13 released this 31 Mar 14:38

🚨 Breaking changes

  • 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