Skip to content

3.0.3

Compare
Choose a tag to compare
@mrmlnc mrmlnc released this 27 Jun 19:00
· 318 commits to master since this release

馃挰

  • Correct method for the Stream API in the documentation (#217, thanks @bluelovers)
  • We have divided the benchmark into two types:
    • The product benchmark is a comparison of performance relative to competitors.
    • The regression benchmark is a comparison of performance relative to the previous version.
  • We added a launch of both types of benchmark in CI. Automatically starts only when the master branch is built.
  • Now the smoke tests are run for all API's (sync, async, stream).

馃悰 Bug fixes

  • Non-existing directories in the globbing pattern throw an error with the asynchronous API (#211)
  • The markDirectories option adds extra slashes for every directory in the path with the asynchronous API (#214)