Releases: mplatt/fold-to-ascii
Releases · mplatt/fold-to-ascii
5.0.1
addressed Regular Expression Denial of Service in path-parse
5.0.0
removed deprecated method
4.1.2
- fix to re-introduce method with deprecated signature
4.1.1
- fixed readme to illustrate different functionality
4.1.0
- provide two distinct folding functions
4.0.0
- static access to the folding function
3.0.0
- refactored code to use native ES6 language features for performance
2.0.2
- Changed the main logic from a switch/case approach to a property accessor approach for better performance
2.0.1
- Changed default behaviour to ommit unmapped characters
2.0.0
- Introduced
require()
to allow usage as a node module
- Added meta information for Node.js and bower