HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall/node_modules/outdent/CHANGELOG.md
## 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!