Skip to content

v3.0.0

Choose a tag to compare

@wms wms released this 28 Jan 08:52
· 6 commits to master since this release

3.0.0 (2019-01-28)

chore

  • deps: update Bcrypt to latest (9bdba51)
  • deps: upgrade hapi, hapi-auth-jwt2 and typescript (7f83861)

BREAKING CHANGES

  • deps: This version of Prism is now only compatible with the
    latest version of the Hapi API. Although the API of Prism itself has not
    changed, it now only work with a suitable version of Hapi.
  • deps: This version of Prism is now compiled using TypeScript
    3.x; projects written in TypeScript that use Prism may require to use a
    matching version of TypeScript to ensure correct type compatibility.
  • deps: The Security plugin in this version of Prism now
    uses the latest version of the hapi-auth-jwt2 plugin.
  • deps: bcrypt 2.0.0 changes the default bcrypt algorithm from 2a to 2b.