Parsley 4.3.1
Fixed bug where flatMap
will not retain the same overflows()
semantics as its parents: this could have been mitigated by calling overflows()
on the result of the function in flatMap
, but this is more robust.
Full Changelog: v4.3.0...v4.3.1