Skip to content

0.0.16

Compare
Choose a tag to compare
@Haprog Haprog released this 22 Dec 11:13
· 1699 commits to main since this release

Changes from 0.0.15

  • New features:

    • [fusion-frontend] Clears the JWT cookie on logout (#49, #129)

      Enables logging out even when offline

    • [generator-typescript-*] Add new Fusion generator (#110)

    • [form] New API for validation message interpolation (#127, #144)

      API for enabling interpolation of validation messages (e.g. for localization purposes) via a static property interpolateMessageCallback on Binder.

  • Fixes:

    • [form][fusion-frontend] Revert TS target to ES2019 to support Webpack 4 (commit)
    • [form] Support empty Size validator without arguments (#154)
  • All changes