2.0.0 (2023-10-28)
- Drop Node.js < 16 support
closes #22
- fix typo
- feat: Support IE8
- refactor: add \n to benchmark
- fix '\n' encoding
- deps: upgrade iconv-lite to 0.4.7
- urlencode.stringify done (@alsotang)
- remove unused variable QueryString (@azbykov)
- improve parse() performance 10x
- decode with charset
- add npm image
- remove 0.6 for travis
- update to support coveralls
- use jscover instead of jscoverage
- update gitignore
- Merge pull request #1 from aleafs/master
- Add http entries test case
- encode() done. add benchmark and tests
- Initial commit