Michael Bull
|
4c86dd2dab
|
Release v1.1.11
|
2021-02-11 11:53:02 +00:00 |
|
Michael Bull
|
e1fd6387e5
|
Add SuspendBindingBenchmark
Closes #27
|
2021-02-10 23:35:44 +00:00 |
|
Michael Bull
|
b2505667d1
|
Run check on Ubuntu & iosX64Test on macOS
|
2021-02-10 22:54:59 +00:00 |
|
Michael Bull
|
94bccacb2d
|
Improve wording in README
|
2021-02-10 22:34:44 +00:00 |
|
Tristan Hamilton
|
0df4c62d4f
|
Move benchmarks to separate subproject
|
2021-02-10 22:07:29 +00:00 |
|
Michael Bull
|
d9662cc8e7
|
Update Kotlin to 1.4.30
|
2021-02-10 22:03:36 +00:00 |
|
Tristan Hamilton
|
ccb9c5b3aa
|
Add iOS build targets
|
2021-02-10 15:45:16 +00:00 |
|
Michael Bull
|
754aa5aaa4
|
Fix typo in recoverUnless kdoc
|
2021-02-07 13:32:51 +00:00 |
|
Michael Bull
|
71eb67653e
|
Update copyright year in LICENSE
|
2021-01-31 13:38:26 +00:00 |
|
Michael Bull
|
2236b41cc6
|
Fix typo in README
|
2021-01-30 22:38:09 +00:00 |
|
Michael Bull
|
f6df46ec5e
|
Rename section in README
|
2021-01-30 22:31:32 +00:00 |
|
Michael Bull
|
0dcc1f0e8d
|
Add "Read More" section to README
|
2021-01-30 22:26:15 +00:00 |
|
Michael Bull
|
3f569568a8
|
Replace usage of deprecated mainClassName in example gradle file
|
2021-01-30 21:48:07 +00:00 |
|
Michael Bull
|
d2a08230ce
|
Bump version
|
2021-01-30 18:37:45 +00:00 |
|
Michael Bull
|
f26ac88f15
|
Release v1.1.10
|
2021-01-30 18:22:24 +00:00 |
|
Michael Bull
|
e56e6f6b33
|
Downgrade dokka
The latest version does not support multi-platform projects.
|
2021-01-30 17:23:22 +00:00 |
|
Michael Bull
|
89c1b8a6fb
|
Configure publish job to only run on push events
|
2021-01-30 17:08:00 +00:00 |
|
Michael Bull
|
3b75ebd6e4
|
Merge ci & publish workflows
|
2021-01-30 17:00:12 +00:00 |
|
Michael Bull
|
6bce98aa2b
|
Add publish GitHub action
|
2021-01-30 16:48:05 +00:00 |
|
Michael Bull
|
e13334a034
|
Update contributor list in POM
|
2021-01-30 16:43:04 +00:00 |
|
Michael Bull
|
7a8d9b36c4
|
Update dependencies
|
2021-01-30 16:41:26 +00:00 |
|
Michael Bull
|
eef8b3466b
|
Configure signing via in-memory PGP keys
|
2021-01-30 16:35:12 +00:00 |
|
Michael Bull
|
1b375a8e02
|
Update Gradle to 6.8.1
|
2021-01-30 15:17:38 +00:00 |
|
Jan Müller
|
0f90bb8b90
|
Add JS targets for Kotlin Multiplatform (#36)
|
2020-11-29 21:34:08 +00:00 |
|
Thomas Stenberg Oddsund
|
0fdd0f2c2b
|
Add recoverIf and recoverUnless
These are similar to [toErrorIf] and [toErrorUnless], but maps from Err to Ok.
|
2020-11-28 22:50:52 +00:00 |
|
Tristan H
|
c8372a0522
|
Eagerly cancel async bindings (#37)
Make suspendible binding function eagerly cancel child jobs by cancelling wrapping scope
|
2020-11-28 22:50:10 +00:00 |
|
Michael Bull
|
3c5b432b55
|
Update unit test section in README
|
2020-09-26 16:53:07 +01:00 |
|
Gregory Inouye
|
3d40c70708
|
fix links
|
2020-09-18 10:12:01 +01:00 |
|
Michael Bull
|
f9408c0a73
|
Add jvanderwee to contributors
See: 31965ceb3d
|
2020-08-30 22:51:03 +01:00 |
|
Michael Bull
|
93d2c1ab56
|
Bump version
|
2020-08-29 15:52:07 +01:00 |
|
Michael Bull
|
5acd8afb97
|
Release v1.1.9
|
2020-08-29 12:24:42 +01:00 |
|
Michael Bull
|
a3709fc25a
|
Remove release plugin
It doesn't work with multi-module projects properly.
|
2020-08-29 12:19:54 +01:00 |
|
Michael Bull
|
a0d17c6b76
|
Remove erroneous sample comment
Dokka can't see this sample because we don't ship test sources.
|
2020-08-29 12:06:22 +01:00 |
|
Michael Bull
|
9a75942238
|
Update version number in README
|
2020-08-29 11:59:24 +01:00 |
|
Tristan Hamilton
|
a9a0c384f4
|
Use Explicit API mode
See: https://kotlinlang.org/docs/reference/whatsnew14.html#explicit-api-mode-for-library-authors
|
2020-08-29 11:40:48 +01:00 |
|
Tristan Hamilton
|
620f434220
|
Remove unused dependencies
|
2020-08-29 11:35:03 +01:00 |
|
Michael Bull
|
7805842eae
|
Fix typo in example application
|
2020-08-27 13:44:56 +01:00 |
|
Michael Bull
|
33d376c4c8
|
Improve merge unit tests
|
2020-08-26 22:30:59 +01:00 |
|
Michael Bull
|
67c1cd33ad
|
Rewrite example application
|
2020-08-26 22:02:22 +01:00 |
|
Michael Bull
|
41269f06d3
|
Extract dependency versions to Versions object in buildSrc
|
2020-08-26 19:52:18 +01:00 |
|
Michael Bull
|
a662ebc0a7
|
Update dependencies
|
2020-08-26 19:42:18 +01:00 |
|
Michael Bull
|
30d2778d00
|
Update Gradle to 6.6.1
|
2020-08-26 19:34:35 +01:00 |
|
Michael Bull
|
b123921ba5
|
Make runBlockingTest match signature of kotlinx-coroutines-test
|
2020-08-26 19:26:02 +01:00 |
|
Michael Bull
|
a76768fa42
|
Remove deprecation of eager-evaluating functions
They are fine to be used, and their lazy equivalents already have analogous
methods that can be used instead.
|
2020-08-26 19:16:44 +01:00 |
|
Michael Bull
|
4206f8b905
|
Fix suppressed warnings in unit tests
|
2020-08-26 19:11:13 +01:00 |
|
Michael Bull
|
09d341ae6d
|
Add Scala's merge
https://www.scala-lang.org/api/2.12.0/scala/util/Either$$MergeableEither.html#merge:A
|
2020-08-26 17:22:55 +01:00 |
|
Michael Bull
|
30b5d918c7
|
Fix missing project descriptions in pom files
|
2020-08-26 16:50:36 +01:00 |
|
Tristan Hamilton
|
b16fb559a1
|
Move binding coroutine implementation to separate subproject
|
2020-08-25 22:29:50 +01:00 |
|
Michael Bull
|
ce0180f5cd
|
Fix links in README
The move to a mpp structure broke these links.
|
2020-07-23 11:19:02 +01:00 |
|
Michael Bull
|
217e6d120e
|
[Gradle Release Plugin] - new version commit: '1.1.9-SNAPSHOT'.
|
2020-07-19 11:11:17 +01:00 |
|