Skip to content

v4.0.0

Choose a tag to compare

@s0ph1e s0ph1e released this 07 Dec 20:14
· 187 commits to master since this release
2a3953f

Breaking changes

  • drop support for nodejs versions < 8
  • remove options:
    • resourceSaver
    • updateMissingSources
    • updateSources
    • filenameGenerator with function (string with name is supported)
    • httpResponseHandler
    • request property with function (object is supported)
    • onResourceSaved
    • onResourceError
      Each removed option functionality can be implemented using plugins, see Migration guide
  • option ignoreErrors is false by default

New functionality

  • plugins