Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v7.0.0

Latest
Compare
Choose a tag to compare
@zfben zfben released this 11 May 12:40
· 11 commits to main since this release

v7.0.0 (2025-04-11)

  • @faasjs/jest

    • [Break] Remove @faasjs/jest.
  • @faasjs/next

    • [Break] Remove @faasjs/next.
    • [Feature] Add next.js example to examples/nextjs.
  • @faasjs/vite

    • [Feature] New @faasjs/vite for improved development experience and integration with Vite.
  • @faasjs/server

    • [Break] All header names are lowercase.
    • [Break] 3rd of middleware argument changes to MiddlewareContext.
    • [Feature] Enhanced port binding notifications.
    • [Feature] Add beforeHandle to Server.
    • [Feature] The staticHandler's notFound option supports string path as fallback path.
  • @faasjs/cli

    • [Feature] Add faas dev command to start a development server.
  • @faasjs/cloud_function

    • [Fix] Support export const func = useFunc(...) syntax.