Commit Graph

333 Commits

Author SHA1 Message Date
Kirill Zhukov d7dbf35bcf Improve type constraint on toErrorIfNull
Closes #84 and closes #86
2023-05-23 10:09:20 +01:00
Michael Bull ebe8f33a1b Update copyright year in LICENSE 2023-04-03 14:55:57 +01:00
Michael Bull 2e2739419b Update README 2023-04-03 14:48:07 +01:00
Michael Bull 89e1e63096 Bump version 2023-04-03 14:09:55 +01:00
Michael Bull faf2ce19cb Release v1.1.17 2023-04-03 14:07:25 +01:00
Michael Bull fd2160c7a6 Add toErrorIfNull & toErrorUnlessNull
Closes #84
2023-04-03 14:05:36 +01:00
Michael Bull c6aeb9619f Configure toolchain download repository
https://docs.gradle.org/current/userguide/toolchains.html#sub:download_repositories
2023-04-03 13:14:23 +01:00
Michael Bull 6e1c4dd5f1 Update dependencies 2023-04-03 12:36:11 +01:00
Michael Bull c1c5036991 Disable compatibility with non-hierarchical multiplatform projects
See: https://github.com/michaelbull/kotlin-result/issues/71#issuecomment-1138645759
2023-04-03 12:27:25 +01:00
Michael Bull 8229a29f62 Update Gradle to 8.0.2 2023-04-03 12:16:37 +01:00
Matthias Geisler 41fff9eb9c Migrate to Gradle version catalog
Closes #83
2023-04-03 11:46:53 +01:00
Michael Bull ce6131be3d Update dependencies 2023-02-07 15:51:36 +00:00
Michael Bull cc3b3cea05 Migrate to IR-based JavaScript compiler
The build fails when adopting Kotlin 1.8 otherwise.
2023-02-07 15:48:13 +00:00
Michael Bull 3a4d3be364 Update Gradle to 7.6 2023-02-07 15:41:01 +00:00
Matthew Nelson bdd29833a7 Use api in lieu of implementation
Closes #82
2023-02-07 15:34:01 +00:00
Matthew Nelson 6f86d20d53 Add more multiplatform build targets
Closes #77, #81
2023-01-09 10:57:12 +00:00
berik a6eb86da71 Add recoverCatching
recoverCatching tries to recover, exceptions in transformation cause an error result.
2022-08-28 16:42:09 +01:00
Michael Bull 44bb0c5314 Update Gradle 2022-07-27 18:53:11 +01:00
Michael Bull 55474b0f63 Update dependencies 2022-07-27 18:49:19 +01:00
Michael Bull c7824638cc Bump version 2022-04-20 15:22:36 +01:00
Michael Bull 79d50b7d53 Release v1.1.16 2022-04-20 15:22:07 +01:00
Michael Bull f0195b5d3f Enable compatibility with non-hierarchical multiplatform projects
See: https://github.com/michaelbull/kotlin-result/issues/71#issuecomment-1101603105
See: https://kotlinlang.org/docs/multiplatform-hierarchy.html#for-library-authors
2022-04-20 15:21:35 +01:00
Michael Bull 1cdecfd1cc Bump version 2022-04-15 16:46:43 +01:00
Michael Bull ae7cf6a1b4 Release v1.1.15 2022-04-15 16:46:10 +01:00
Michael Bull 6ef843416f Add supported platform badges to README 2022-04-15 16:44:34 +01:00
Michael Bull 07ad45929f Include LICENSE file in META-INF directories of jar files 2022-04-15 16:29:55 +01:00
Michael Bull 3902f40408 Add kotlin-js-store to gitignore 2022-04-15 16:28:17 +01:00
Michael Bull ead4828559 Update Gradle to 7.4.2 2022-04-15 15:34:25 +01:00
Michael Bull 96a84b227b Update dependencies 2022-04-15 15:34:25 +01:00
Michael Bull ea9298c8fe Update contributors 2022-02-21 11:26:12 +00:00
Dmitry Suzdalev fe30193d7c Add iosSimulatorArm64 and macosArm64 targets
Closes #71
2022-02-08 17:34:15 +02:00
Michael Bull 9ced7ac483 Re-enable js benchmarking 2022-01-08 14:34:28 +00:00
Michael Bull 0aad0925f1 Update copyright year in LICENSE 2022-01-08 14:18:58 +00:00
Michael Bull 5c54be1dab Update version in README 2022-01-08 14:15:43 +00:00
Michael Bull fd1b414ef7 Cache ~/.konan directory in publish workflow 2022-01-08 14:15:25 +00:00
Michael Bull cf109812a2 Bump version 2022-01-08 13:48:10 +00:00
Michael Bull a9b4857715 Release v1.1.14 2022-01-08 13:46:00 +00:00
Michael Bull 72df4c0ff6 Update kotlinx-coroutines to 1.6.0
Closes #69
2022-01-08 13:11:58 +00:00
Michael Bull b3f1edc369 Cache ~/.konan on CI
See: https://kotlinlang.org/docs/native-improving-compilation-time.html#general-recommendations
2022-01-08 13:09:54 +00:00
Michael Bull 0ded6905c3 Use macos-11 in CI workflow
See: https://github.com/actions/virtual-environments/issues/2638
2022-01-08 12:54:35 +00:00
Michael Bull 4b9ca158fc Update dependencies 2022-01-08 12:54:35 +00:00
Michael Bull 7e89f1b6a6 Update Gradle to 7.3.3 2022-01-08 12:19:17 +00:00
Michael Bull 0da5b84286 Update contributors 2022-01-08 12:17:37 +00:00
Michael Bull 6a5523c998 Migrate to Ktor 2 2022-01-08 12:17:37 +00:00
Sebastian Kappen d07bd589ed Add getOrThrow
Closes #68
2022-01-08 12:17:37 +00:00
Michael Bull e5c47a46b5 Rename check workflow to build 2021-12-28 17:04:50 +00:00
Michael Bull a511d6ae8e Run build instead of check on ci 2021-12-27 23:22:10 +00:00
Michael Bull 2f719c8f8e Bump version 2021-11-02 09:52:46 +00:00
Michael Bull ef30e954bd Release v1.1.13 2021-11-02 09:25:35 +00:00
Michael Bull 8c8aa6f6d4 Remove deprecated & unused maven repositories 2021-10-27 16:00:27 +01:00