Skip to content

Releases: tamino-martinius/node-ts-dedent

v2.1.1

31 Mar 04:38
Compare
Choose a tag to compare
  • Updated all dependencies to their latest version
  • Updated CI settings (added node 15)

v2.1.0

31 Mar 04:38
Compare
Choose a tag to compare
  • Correctly handle escape sequences when used as a tag
  • Add test build to CI
  • Only run coverage once per change

v2.0.0

28 Sep 19:46
49635b6
Compare
Choose a tag to compare

Fixes #4

  • ! Might break/change existing behavior
  • If a line does not start with whitespace don't remove the indentation

v1.2.0

28 Sep 17:45
Compare
Choose a tag to compare

Security update with dependency changes

  • Updated all dependencies to their latest version
  • Updated CI settings
  • Replaced tslint with typescript-eslint
  • Removed unused @types/node
  • Added lint to run with the test suite

v1.1.1

25 Jan 18:04
Compare
Choose a tag to compare

Upgrade Dependencies