Skip to content

v4.0.0

Compare
Choose a tag to compare
@george43g george43g released this 09 Mar 13:50
· 34 commits to master since this release

4.0.0 (2022-03-09)

Bug Fixes

  • exportfunctions: deep directory case was broken (4e29ad3)

Build System

  • deps: update all dependencies to latest versions & close dependabot generated auto updates (4b8c287)

Features

  • default.ts: remove deprecated default export function (f6fdbd2)

BREAKING CHANGES

  • deps: Version upgrade of Node may be a breaking change
  • default.ts: The breaking change with this update is that any codebases utilising the default
    export will no longer work. Please update to use the exported named function exportFunctions.