Commit Graph

  • 67c1cd33ad Rewrite example application Michael Bull 2020-08-26 22:02:22 +0100
  • 41269f06d3 Extract dependency versions to Versions object in buildSrc Michael Bull 2020-08-26 19:52:18 +0100
  • a662ebc0a7 Update dependencies Michael Bull 2020-08-26 19:42:18 +0100
  • 30d2778d00 Update Gradle to 6.6.1 Michael Bull 2020-08-26 19:34:35 +0100
  • b123921ba5 Make runBlockingTest match signature of kotlinx-coroutines-test Michael Bull 2020-08-26 19:26:02 +0100
  • a76768fa42 Remove deprecation of eager-evaluating functions Michael Bull 2020-08-26 19:15:11 +0100
  • 4206f8b905 Fix suppressed warnings in unit tests Michael Bull 2020-08-26 19:11:13 +0100
  • 09d341ae6d Add Scala's merge Michael Bull 2020-08-26 17:22:55 +0100
  • 30b5d918c7 Fix missing project descriptions in pom files Michael Bull 2020-08-26 16:50:36 +0100
  • b16fb559a1 Move binding coroutine implementation to separate subproject Tristan Hamilton 2020-08-07 14:51:27 +0100
  • ce0180f5cd Fix links in README Michael Bull 2020-07-23 11:19:02 +0100
  • 217e6d120e [Gradle Release Plugin] - new version commit: '1.1.9-SNAPSHOT'. Michael Bull 2020-07-19 11:11:17 +0100
  • ac773cc175 [Gradle Release Plugin] - pre tag commit: '1.1.8'. Michael Bull 2020-07-19 11:11:02 +0100
  • 55610e207c Update version in README Michael Bull 2020-07-19 11:06:54 +0100
  • bd7e1244b3 Add suspend variant of binding function Tristan Hamilton 2020-07-17 16:43:41 +0100
  • a40dcdf688 Move zip tests to common test directory Tristan Hamilton 2020-07-17 16:34:26 +0100
  • b95b1c7dee
    Fix typo in README Michael Bull 2020-07-10 20:23:18 +0100
  • a48822787e [Gradle Release Plugin] - new version commit: '1.1.8-SNAPSHOT'. Michael Bull 2020-06-28 12:13:53 +0100
  • 8168388352 [Gradle Release Plugin] - pre tag commit: '1.1.7'. Michael Bull 2020-06-28 12:13:39 +0100
  • bca344daaf Convert to multi-platform project structure Tristan Hamilton 2020-06-05 16:26:40 +0100
  • f8ce59b3fb
    Merge pull request #20 from jvanderwee/task/zip_tests Michael Bull 2020-06-10 14:06:08 +0100
  • 31965ceb3d
    Added zip tests Joseph Van der Wee 2020-06-06 16:17:54 +0100
  • 32ccaeea16
    Merge pull request #19 from Munzey/kotlinNativeFix Michael Bull 2020-06-05 17:45:41 +0100
  • 843b1eccd7 Make BindingTest agnostic of target platform by using kotlin test instead of junit test annotation Tristan Hamilton 2020-06-05 17:43:05 +0100
  • 3651b2427f Update version in README Michael Bull 2020-06-04 19:14:44 +0100
  • b4b2224ed2 Update dependencies Michael Bull 2020-06-04 19:11:51 +0100
  • 7a3e381934 Add binding section to README Tristan Hamilton 2020-05-11 13:04:50 +0100
  • ff8753321d Add compiler contracts to binding function Michael Bull 2020-05-11 12:48:41 +0100
  • 534815400c Improve var name consistency in BindingBenchmark Michael Bull 2020-05-11 12:01:32 +0100
  • 4b745d8717 Merge {AndThen,Binding}Benchmarks Michael Bull 2020-05-11 11:54:50 +0100
  • 0910e9ffe4 Add benchmarking framework Tristan Hamilton 2020-05-11 10:41:00 +0100
  • fa8f58c0da Add Tristan Hamilton to contributors Michael Bull 2020-05-11 10:41:00 +0100
  • 9bcaa974ca Add monad comprehensions via binding block Tristan Hamilton 2020-05-08 15:42:14 +0100
  • 1000c588c0 Add Result#toErrorUnless Michael Bull 2020-04-18 11:48:45 +0100
  • 22898fff4f Add compiler contract to Result#toErrorIf Michael Bull 2020-04-18 11:43:31 +0100
  • 2ef738abcb Add Markus Padourek to contributors Michael Bull 2020-04-18 11:41:25 +0100
  • cf9582075d Add Result#toError Markus Padourek 2020-02-16 20:48:47 +0100
  • 4d2a2d1453 Correct inception year in LICENSE Michael Bull 2020-04-18 11:03:13 +0100
  • 3bf934e5cf Update copyright year Michael Bull 2020-04-18 10:55:03 +0100
  • 6246bd3137 Update dependencies Michael Bull 2020-04-16 10:37:06 +0100
  • 303488f22a Update gradle to 6.3 Michael Bull 2020-04-16 10:35:43 +0100
  • 6284959f01 Group contributors with developers in POM configuration Michael Bull 2020-02-12 14:55:22 +0000
  • a8641c4270 [Gradle Release Plugin] - new version commit: '1.1.7-SNAPSHOT'. Michael Bull 2020-02-12 14:38:26 +0000
  • 67b414dbb4 [Gradle Release Plugin] - pre tag commit: '1.1.6'. Michael Bull 2020-02-12 14:38:13 +0000
  • 68cabd7a1e Replace bintray with maven central Michael Bull 2020-02-12 14:32:53 +0000
  • e4da8cf75f Update gradle to 6.2-rc-2 Michael Bull 2020-02-12 14:26:13 +0000
  • 7fb76c9865 [Gradle Release Plugin] - new version commit: '1.1.6-SNAPSHOT'. Michael Bull 2020-01-31 09:31:29 +0000
  • c170afe13b [Gradle Release Plugin] - pre tag commit: '1.1.5'. Michael Bull 2020-01-31 09:31:10 +0000
  • 4ed42cc407 Replace code blocks in comments with variable references Michael Bull 2020-01-31 09:21:41 +0000
  • 43ebd5753a Add Rust's mapOr & mapOrElse Michael Bull 2020-01-31 09:17:49 +0000
  • 434b8aa7fb Fix typo in Result#unwrap exception message Michael Bull 2020-01-11 10:14:59 +0000
  • 6651b18905 Add kotlin.code.style=official to gradle.properties Michael Bull 2019-12-20 15:19:38 +0000
  • 77cda76c26 Update README Michael Bull 2019-12-20 15:08:59 +0000
  • 75006939d7 Improve rule specificity in gitignore Michael Bull 2019-12-20 15:08:25 +0000
  • 73b094818b [Gradle Release Plugin] - new version commit: '1.1.5-SNAPSHOT'. Michael Bull 2019-12-20 15:01:21 +0000
  • f2a32cf811 [Gradle Release Plugin] - pre tag commit: '1.1.4'. Michael Bull 2019-12-20 15:00:58 +0000
  • 322f1a5801 Update version in README Michael Bull 2019-12-20 14:58:52 +0000
  • 7613668b5e Remove unnecessary parens in root build script Michael Bull 2019-12-20 14:57:53 +0000
  • b3dbc36b76 Replace travis with github actions Michael Bull 2019-12-20 14:51:24 +0000
  • 4cc5100c1b Update dependencies Michael Bull 2019-12-20 14:47:10 +0000
  • 782fac0ced Update dependencies Michael Bull 2019-09-27 10:25:37 +0100
  • 1bf2125327 Support destructuring declarations Michael Bull 2019-09-27 09:29:50 +0100
  • ee863c273d [Gradle Release Plugin] - new version commit: '1.1.4-SNAPSHOT'. Michael Bull 2019-08-24 14:43:17 +0100
  • b64618016c [Gradle Release Plugin] - pre tag commit: '1.1.3'. Michael Bull 2019-08-24 14:43:05 +0100
  • ed430c4eca Update "Creating Results" section in README Michael Bull 2019-08-24 00:31:23 +0100
  • 31808eb99c Update dependencies Michael Bull 2019-08-24 00:26:31 +0100
  • db00e61542 Update Gradle to 5.6 Michael Bull 2019-08-24 00:22:16 +0100
  • 586b260683 Deprecate Result.of in favour of runCatching factory function Michael Bull 2019-08-24 00:07:27 +0100
  • a8098db1c7 [Gradle Release Plugin] - new version commit: '1.1.3-SNAPSHOT'. Michael Bull 2019-08-09 22:14:19 +0100
  • 03d89327f4 [Gradle Release Plugin] - pre tag commit: '1.1.2'. Michael Bull 2019-08-09 22:14:07 +0100
  • ebb3dd9255 Use openjdk8 on Travis CI Michael Bull 2019-08-09 21:58:57 +0100
  • 66f1122efb Add compiler contracts Michael Bull 2019-08-09 21:53:52 +0100
  • e609f061ac Update dependencies Michael Bull 2019-08-09 21:12:05 +0100
  • a9dee2ebc4 Add missing imports to root project gradle file Michael Bull 2019-06-13 09:03:45 +0100
  • ce1110a5cd Provide mavenCentral/jcenter to all projects Michael Bull 2019-06-13 00:19:50 +0100
  • 06755ed765 Simplify gradle build file Michael Bull 2019-06-09 13:48:30 +0100
  • d1c5bd35e0 Populate more fields in bintray pkg Michael Bull 2019-05-30 13:38:12 +0100
  • 745a7ee89b Remove duplicate dokka configuration Michael Bull 2019-05-30 13:37:08 +0100
  • 1e487d1468 Replace deprecated gradle configurations Michael Bull 2019-05-30 13:28:56 +0100
  • 183ea9a234 Update dependencies Michael Bull 2019-05-30 13:07:51 +0100
  • f6776498a5 Update Gradle to 5.4.1 Michael Bull 2019-05-30 12:54:24 +0100
  • 7e6f4d1104 Use generic identifiers from kotlin stdlib for zip functions Michael Bull 2019-05-30 11:55:11 +0100
  • 65b9065164 Inline "when" variable declarations Michael Bull 2019-05-30 11:48:12 +0100
  • 1ab20a0c76 [Gradle Release Plugin] - new version commit: '1.1.2-SNAPSHOT'. Michael Bull 2018-11-01 19:24:04 +0000
  • 07d334acdd [Gradle Release Plugin] - pre tag commit: '1.1.1'. Michael Bull 2018-11-01 19:23:51 +0000
  • dbc0a71c64 Update README Michael Bull 2018-11-01 19:12:52 +0000
  • 8bcfaac337 Restore example application port to 9000 Michael Bull 2018-11-01 19:07:24 +0000
  • 63da9642fb Remove internal modifiers from test classes/methods Michael Bull 2018-11-01 19:02:57 +0000
  • f2c0f5be32 Simplify BintrayExtension configuration Michael Bull 2018-11-01 18:39:17 +0000
  • 97d0567489 Update example application Michael Bull 2018-11-01 12:13:15 +0000
  • b6bb3aafaa Correct test method names in OnTest Michael Bull 2018-11-01 11:42:57 +0000
  • b5aab62af4 Add Result.recover Michael Bull 2018-11-01 11:42:09 +0000
  • 3a3b5415a7 Return the Result in on{Success,Failure} Michael Bull 2018-11-01 11:25:20 +0000
  • 4eb5d80f91 Add fold as an alias to mapBoth Michael Bull 2018-11-01 11:17:40 +0000
  • 7e45bfb7f2 Update Kotlin to 1.3.0 Michael Bull 2018-11-01 11:03:47 +0000
  • 722ddd7c1f Remove jdk dependency of kotlin stdlib Michael Bull 2018-09-24 23:24:29 +0100
  • c9811cca6e Update Kotlin & Gradle Michael Bull 2018-09-24 22:34:12 +0100
  • 8c35de90ae Simplify javadocJar dependency on dokka task Michael Bull 2018-09-24 22:32:47 +0100
  • 436d0990cb Use kotlin short-form for dependency declarations Michael Bull 2018-09-24 22:31:53 +0100
  • 80bd9dd692 Migrate to Kotlin Gradle DSL Michael Bull 2018-09-24 22:13:47 +0100