1.4.1
- fix(header): replace RFC 2231 regex with tokenizer (
lib/rfc2231.js)- 20-40% faster typical case, 8,000% faster adversarial case
- fix(header): replace RFC 2047 regex with tokenizer (
lib/rfc2047.js)- 2x-3x faster typical case, 1,500% faster adversarial case
- packaging / meta updates (#26)