Releases: dmnd/dedent
Releases · dmnd/dedent
v1.5.3
What's Changed
- fix: remove engines and provenance requirements by @JoshuaKGoldberg in #93
Full Changelog: v1.5.2...v1.5.3
v1.5.2
What's Changed
- chore: remove files related to Flow by @yinm in #77
- build: onboarded to create-typescript-app (mostly) by @JoshuaKGoldberg in #55
- chore: fix special characters escaping issue link in README by @auvred in #82
- chore: replace last yarn references with pnpm by @JoshuaKGoldberg in #86
- docs: add explicit install command to README.md by @JoshuaKGoldberg in #84
- fix: switch babel-plugin-macros to a peer dependency (again) by @JoshuaKGoldberg in #89
- build(deps-dev): bump @babel/traverse from 7.22.8 to 7.23.6 by @dependabot in #87
- fix: \n should be changed to \n only when escapeSpecialCharacters is set by @fuenfundachtzig in #91
New Contributors
- @yinm made their first contribution in #77
- @auvred made their first contribution in #82
- @dependabot made their first contribution in #87
- @fuenfundachtzig made their first contribution in #91
Full Changelog: v1.5.1...v1.5.2
v1.5.1
v1.5.0
v1.4.0
v1.0.1
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
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
- enable tab compatibility (#28)