Skip to content

v2.3.0

Choose a tag to compare

@iamssen iamssen released this 18 Oct 09:10
· 131 commits to main since this release

Breaking change

It is not good to include breaking changes in minor updates, but these updates are not yet commonly used functions, so we included them in minor updates.

  • Change the connection method of the newly developed extension.
    • ConnectType.WEBEXTENSION has been removed, ConnectType.WEB_CONNECT has been added (two things are same. just replace ConnectType.WEBEXTENSION to ConnectType.WEB_CONNECT)
  • Change the return value of the sign() method