Dedent Versions Save

⬅️ ES6 string tag that strips indentation from multi-line strings.

v1.5.3

1 month ago

What's Changed

Full Changelog: https://github.com/dmnd/dedent/compare/v1.5.2...v1.5.3

v1.5.2

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/dmnd/dedent/compare/v1.5.1...v1.5.2

v1.5.1

10 months ago
  • fix: add missing dedent.d.mts entry to package.json files (#73)

v1.5.0

10 months ago
  • feat: add options with escapeSpecialCharacters (#65)

v1.4.0

10 months ago
  • fix: fix missing ESM type definition file (#67)
  • fix: consume first level of escaping of $ and { characters (#46)

v1.3.0

10 months ago
  • fix: add missing exports field to package.json (#59)

v1.2.0

10 months ago
  • fix(dependencies): move babel-plugin-macros to optional peer (#60)

v1.0.1

10 months ago

This was a version bump only to mark 1.x as stable.

See https://github.com/dmnd/dedent/releases/tag/v1.0.0.

v1.0.0

10 months ago

This version was given the beta tag in npm.

  • fix: add babel-plugin-add-module-exports (#40)
  • build: publish ESM and .d.ts (#32)
  • build: re-run build to refresh dist/dedent.js (#38)

Note: although this was a new major version, it contains no breaking changes from 0.x. The versioning intent was purely to signal that the API is stable.

v0.8.0-beta

10 months ago
  • enable tab compatibility (#28)