Skip to content

Releases: saitho/ts-appversion

v2.2.0

10 Feb 18:03
Compare
Choose a tag to compare

2.2.0 (2021-02-10)

Bug Fixes

Features

v2.1.5

29 Nov 15:09
Compare
Choose a tag to compare

2.1.5 (2020-11-29)

Bug Fixes

  • detect node_modules folder for project location detection (2dc2af9)

v2.1.4

29 Nov 14:49
Compare
Choose a tag to compare

2.1.4 (2020-11-29)

Bug Fixes

  • upgrade yargs to 16.1.1 for security release (611723a)

v2.1.3

30 Jul 08:32
Compare
Choose a tag to compare

2.1.3 (2020-07-30)

Bug Fixes

v2.1.2

15 May 14:54
Compare
Choose a tag to compare

2.1.2 (2020-05-15)

Bug Fixes

  • reduce vulnerabilities by Snyk patch (6345174)

Other changes

  • Moved snyk from dependencies to devDependencies

v2.1.1

03 Apr 07:01
Compare
Choose a tag to compare

2.1.1 (2020-04-03)

Bug Fixes

  • export: allow importing "versions" and interface in one line (66d0296)

v2.1.0

30 Mar 20:20
Compare
Choose a tag to compare

2.1.0 (2020-03-30)

Features

  • export 'name' and 'description' fields from package.json file (68838ab)

v2.0.1

28 Mar 22:11
1233a6e
Compare
Choose a tag to compare

2.0.1 (2020-03-28)

Bug Fixes

  • reformat _version.ts output file for tslint (#17) (1233a6e)

v2.0.0

13 Mar 14:23
Compare
Choose a tag to compare

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

v1.3.1

25 Jan 17:09
c117541
Compare
Choose a tag to compare

1.3.1 (2020-01-25)

Bug Fixes

  • Fixes path after package name change (#14) (c117541)