Skip to content

v4.0.0

Compare
Choose a tag to compare
@tetsuharuohzeki tetsuharuohzeki released this 28 Nov 07:56
· 22 commits to main since this release
3cf319b

Breaking Changes

Update TypeScript to 5.7 #344

This is released as a breaking change by following conservative reasons.

  • This release would not break the typecheck on your CI since this release does not contain a change which uses TypeScript's newer feature. Probably you don't have to update your TypeScript in your project to 5.7 or later immediately before import this change.
  • However, we may begin to use all new features in TS 5.7. We recommend strongly to update TypeScript for your project. We would not provide a support with TS5.6 or earlier.

Internals

  • Update dependencies.