Skip to content

v2.0.0

Compare
Choose a tag to compare
@saitho saitho released this 13 Mar 14:23
· 26 commits to master since this release

2.0.0 (2020-03-13)

Bug Fixes

  • update snyk version and add it to prod dependencies as its called in prepare task (5c7f764)

Code Refactoring

  • move source files to dist/ folder (a8fcfb8)

Features

  • Add option --pnpm (4b21481)
  • Drops fallback for old --git behaviour (20c7b12)
  • export object instead of multiple constants (ea1d0e0)
  • Provide shorthand binary file (bbd7088)
  • Removes --force-git option (3a74ee4)

BREAKING CHANGES

  • JavaScript files moved from project root into dist/ folder.
    If you are defining a relative root path via --root option please prepend a ../ to it.
  • --git is now supposed to point to the directory where the .git folder resides in, instead of the .git folder itself. Use --git option instead to point to your .git directory
  • Import of generated _versions file changed.
    Please have a look at the updated examples in README.md