Releases: socketio/engine.io-parser
Releases · socketio/engine.io-parser
2.1.3
Bug fixes
- do not mutate the input upon packet encoding (#105)
- update to [email protected] (avoid reference to 'global') (#107)
Milestone: 2.1.3
Diff: 2.1.2...2.1.3
2.1.2
Milestone: 2.1.2
Diff: 2.1.1...2.1.2
2.1.1
Milestone: 2.1.1
Diff: 2.1.0...2.1.1
2.1.0
Milestone: 2.1.0
Diff: 2.0.3...2.1.0
2.0.3
Milestone: 2.0.3
Diff: 2.0.2...2.0.3
2.0.2
2.0.1
2.0.0
- [perf] Micro optimisations (#84)
- [fix] Sanitize strings by removing lone surrogates (#82)
- [perf] Use strict equality where possible (#77)
- [style] Minor style changes (#83)
- [fix] Fix double utf8 encoding for payloads (#81)
- [chore] Update zuul config to speed up tests (#76)
The major bump is due to #81, which, while being a fix, is a breaking change (not compatible with earlier versions / other implementations)