v1.0.0
1.0.0 is fully compatible with 0.8.x, the API was not broken. The version change is more to signal that prelude-ts is stable software.
new APIs:
- Either.recoverWith, similar to Future.recoverWith.
- Vector.findLast and findIndex (thanks to @aleksei-berezkin )
- Vector.replaceFirst, Vector.replaceAll
- Vector.indexOf
- Option.orCall (thanks to @gabebw )
also:
- reduce the size of the npm packages (thanks to @aleksei-berezkin )
- increase version of the list dependency