Skip to content

Releases: Riverline/multipart-parser

2.1.2

12 Mar 16:47
7a9f464
Compare
Choose a tag to compare

What's Changed

  • Add strict mode to check for malformed headers (long strings) by @mnapoli in #50

Full Changelog: 2.1.1...2.1.2

2.1.1

28 Apr 18:55
2418bdf
Compare
Choose a tag to compare
fix: Make "isMultiPart" method case-insensitive (#49)

2.1.0: Remove parameter EOLCharacterLength and detect it automatically (#46)

28 Apr 18:55
68e5499
Compare
Choose a tag to compare
* Change behavior of testNoNewLineAtTheEndOfThePartsWhenNewLineIsOneCharacterLong to not specify EOLCharacterLength

* Remove parameter EOLCharacterLength and detect it automatically