Releases: saitho/ts-appversion
Releases · saitho/ts-appversion
v2.2.0
v2.1.5
v2.1.4
v2.1.3
v2.1.2
v2.1.1
v2.1.0
v2.0.1
v2.0.0
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