All notable outward-facing changes will be documented in this file.
- Remove sourcemaps and definitionmaps from the distribution to resolve resolution errors
- Remove minified files from the distribution to simplify future maintenance
- Update dependencies to fix security vulnerabilities
- Update dependencies
- Change to CommonJS module
- Add security policy
- Update readme links
- Update all dependencies
- Clean up some inferred type annotations
- Improve UMD documentation
- Switch to UMD for more universal compatiblity
- Correctly handle a much broader range of possible escaped characters
- Removed ability to preserve linebreaks when used as wrapper methods (was breaking URIs)
- Update readme to display better on NPM
- Update readme with better examples
- Don't package test files in NPM module
- Fix bug with handling of escape characters and newlines in placholders
- Performance improvements
- Package a minified
index.min.js
for web / unpkg use
- Add a changelog for release notes
- Reduce package size significantly by excluding extraneous files
- Added ability to use as wrapper functions
- Initial release with
compress
,compressTag
,c
, andt
functions