pretty-var-export
Version:
Export any value to valid and equivalent JavaScript code
53 lines (34 loc) • 812 B
Markdown
# Changelog
## v2.0.0 - 13 Jul 2024
- Convert to TypeScript
- Update dependencies
- Support for Headers, FormData
## v1.2.0 - 19 Jan 2024
- Add index.d.ts
- Update dependencies
- Test on node 20
- Clarify some README points
## v1.1.7 - 31 Aug 2022
- Update dependencies
- Switch from TravisCI to AppVeyor
- Test on node 16
## v1.1.5 - 17 Jul 2021
- Update dependencies
- Clarify how to disable colors
## v1.1.3 - 2 May 2020
- Proper ellipsis behavior
- 100% test coverage
- Add .travis.yml
- Clean up readme
- Add badges
## v1.1.0 - 2 Apr 2020
- Full unit tests
- Properly escape complex strings using jsesc
- Configurable indentation, labels, colors
- Color functions from ansi-colors
## v1.0.2 - 25 Feb 2020
- Bugfix
## v1.0.1 - 25 Feb 2020
- Bugfix
## v1.0.0 - 16 Feb 2020
- Initial release