Skip to content

v4.0.0

Compare
Choose a tag to compare
@jedwards1211 jedwards1211 released this 03 Feb 04:28
· 9 commits to master since this release

4.0.0 (2021-02-03)

Bug Fixes

  • get rid of module field in package.json (987d58b)
  • move @babel/runtime to dependencies (addab3e)
  • switch from flow-runtime to typed-validators (4496195)

Features

BREAKING CHANGES

  • the flow types don't support require('promake') default CommonJS exports anymore (even though it still works at runtime).
    use import statements or require('promake').default instead.