- Update README
- Publish to deno.land/x
- Fix typo in README
- Improve internal caching. outdent will avoid re-computing indentation removal in more situations.
- Add
newline
option for normalizing newlines in template literals.
- 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.
- Adds
string
method for removing indentation from plain strings (thanks @treshugart #8)
I didn't maintain a changelog before this point, sorry!