Skip to content

v4.0.0

Compare
Choose a tag to compare
@rileytomasek rileytomasek released this 22 Oct 22:37
· 6 commits to master since this release

Breaking Changes

This major version release comes with several breaking changes:

  1. The DataStore models have been removed
  2. All exports are available at the root level and subpath exports have been removed
  3. The types have been moved, most notably Prompt.Msg is now a top level type as Msg
  4. The old Msg class has been renamed to MsgUtils

We will publish more details on upgrading shortly. We may also publish a codemod for the moved/renamed types/classes.

What's Changed

Full Changelog: v2.1.0...v4.0.0