Skip to content

Releases: mplatt/fold-to-ascii

5.0.1

24 Jul 19:03
fc47c83
Compare
Choose a tag to compare
addressed Regular Expression Denial of Service in path-parse

5.0.0

14 May 22:23
47fc048
Compare
Choose a tag to compare
removed deprecated method

4.1.2

14 May 22:22
66968b7
Compare
Choose a tag to compare
  • fix to re-introduce method with deprecated signature

4.1.1

12 May 12:50
b066454
Compare
Choose a tag to compare
  • fixed readme to illustrate different functionality

4.1.0

12 May 12:49
539fd4d
Compare
Choose a tag to compare
  • provide two distinct folding functions

4.0.0

28 Jul 20:30
a313dbc
Compare
Choose a tag to compare
  • static access to the folding function

3.0.0

07 May 19:09
Compare
Choose a tag to compare
  • refactored code to use native ES6 language features for performance

2.0.2

26 Apr 20:01
Compare
Choose a tag to compare
  • Changed the main logic from a switch/case approach to a property accessor approach for better performance

2.0.1

27 Feb 22:07
Compare
Choose a tag to compare
  • Changed default behaviour to ommit unmapped characters

2.0.0

27 Feb 19:01
Compare
Choose a tag to compare
  • Introduced require() to allow usage as a node module
  • Added meta information for Node.js and bower