Skip to content

Releases: dmnd/dedent

v1.5.3

11 Apr 00:16
90644fe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.2...v1.5.3

v1.5.2

11 Apr 00:15
4c133c1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.1...v1.5.2

v1.5.1

31 Jul 15:08
d435ce3
Compare
Choose a tag to compare
  • fix: add missing dedent.d.mts entry to package.json files (#73)

v1.5.0

30 Jul 22:53
4d0ea6d
Compare
Choose a tag to compare
  • feat: add options with escapeSpecialCharacters (#65)

v1.4.0

30 Jul 22:46
97d6cc0
Compare
Choose a tag to compare
  • fix: fix missing ESM type definition file (#67)
  • fix: consume first level of escaping of $ and { characters (#46)

v1.0.1

30 Jul 22:43
ae2525e
Compare
Choose a tag to compare

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

30 Jul 22:42
517af34
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release

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

30 Jul 22:40
Compare
Choose a tag to compare
v0.8.0-beta Pre-release
Pre-release
  • enable tab compatibility (#28)

v1.3.0

30 Jul 22:43
c966051
Compare
Choose a tag to compare
  • fix: add missing exports field to package.json (#59)

v1.2.0

30 Jul 22:43
b6cdb9d
Compare
Choose a tag to compare
  • fix(dependencies): move babel-plugin-macros to optional peer (#60)