Releases: Liftric/cognito-idp
Releases · Liftric/cognito-idp
2.5.0
2.4.3
2.4.2
What's Changed
- core/Result: functional programming addition by @Ingwersaft in #46
Full Changelog: 2.4.1...2.4.2
2.4.2-prerelease-2
- feat(core/Result): add doTry builder method and andThen right folding method
- fix(CI/IOS): upgrade to 15.2 - 15.0 isn't available anymore
2.4.2-prerelease-1
- feat(core/Result): add doTry builder method and andThen right folding method
2.4.1
2.4.0
2.3.0
What's Changed
- Bugfix/typescript exports by @Ingwersaft in #40
- Bump dependencies by @gaebel in #41
Full Changelog: 2.3.0-alpha-4...2.3.0
2.3.0-alpha-4
- fix(build/npm-publishing): also clean TS files after jsProductionLibraryCompileSync task
2.3.0-alpha-3
- fix(iosMain/Base64): revert code simplification because of konan incompatibilities