Skip to content

Releases: Liftric/cognito-idp

2.3.0-alpha-2

19 Oct 21:07
Compare
Choose a tag to compare
2.3.0-alpha-2 Pre-release
Pre-release
  • fix(build/jsBrowserProductionLibraryDistribution): add workaround removing broken atomicfu-js js-exports from cognito-idp.d.ts

2.3.0-alpha-1

19 Oct 15:36
Compare
Choose a tag to compare
2.3.0-alpha-1 Pre-release
Pre-release

Integration the lib directly into a TS project yield lot's of compile errors because of kotlinx.serialization.

  • fix(kotlin/targets): remove kotlinx.serialization from the exported js target completely
    • There are no kotlinx.serialization TS types available even tho the project has first-class js support

2.2.0

08 Oct 12:32
cfa8a33
Compare
Choose a tag to compare

Features

  • Resend confirmation code #36, kudos to @lammertw 🚀 🎉

2.1.0

30 Aug 15:11
Compare
Choose a tag to compare

Dependencies

Kotlin ~> 1.5.30
Ktor ~> 1.6.3

2.0.1

04 Aug 17:31
Compare
Choose a tag to compare

Makes returning Result methods inline

2.0.0

27 Jul 10:10
964f901
Compare
Choose a tag to compare

Breaking

Refer to the README and migration guide to see what's changed.

Dependencies

  • Kotlin ~> 1.5.21

1.7.1

26 Jul 10:13
Compare
Choose a tag to compare

Deprecates AuthHandler to inform about the library rename in the soon to be released major version.

1.7.0

05 Jul 10:33
Compare
Choose a tag to compare

Features

  • Token revoke

Dependencies

  • Kotlin ~> 1.5.20
  • Ktor ~> 1.6.1

1.6.3

16 Jun 10:24
c31be2f
Compare
Choose a tag to compare
  • Adds missing optional parameters to the tokens and ignores unknown keys to avoid breaks in the future
  • Passes missing throwable into token exceptions

1.6.2

08 Jun 12:08
Compare
Choose a tag to compare
  • Fix mutation exception in iOS handler