28 lines
790 B
Markdown
28 lines
790 B
Markdown
## v0.7.2
|
|
|
|
* Update README
|
|
* Publish to [deno.land/x](https://deno.land/x/outdent)
|
|
|
|
## v0.7.1
|
|
|
|
* Fix typo in README
|
|
|
|
## v0.7.0
|
|
|
|
* Improve internal caching. outdent will avoid re-computing indentation removal in more situations.
|
|
* Add `newline` option for normalizing newlines in template literals.
|
|
|
|
## v0.6.0
|
|
|
|
* Adds missing tsconfig files to npm packages. These will be picked up if / when someone steps their debugger into `outdent`'s source.
|
|
* Enable declarationMap: "Go to declaration" should jump to the appropriate source code location.
|
|
* Fixes webpack bundling support.
|
|
|
|
## 0.5.0
|
|
|
|
* Adds `string` method for removing indentation from plain strings (thanks @treshugart [#8](https://github.com/cspotcode/outdent/pull/8))
|
|
|
|
---
|
|
|
|
I didn't maintain a changelog before this point, sorry!
|