Skip to content

v2.0.0

Choose a tag to compare

@textbook textbook released this 19 Dec 00:13
· 224 commits to main since this release

Breaking changes

  • Switching the build toolchain to TypeScript means an update to imports is required:

    - const msgpack = require("express-msgpack");
    + const { default: msgpack } = require("express-msgpack");