|
2 | 2 |
|
3 | 3 | <!---freshmark shields |
4 | 4 | output = [ |
5 | | - link(shield('Maven artifact', 'mavenCentral', '{{group}}:{{name}}', 'blue'), 'https://bintray.com/{{org}}/opensource/{{name}}/view'), |
6 | | - link(shield('Latest version', 'latest', '{{stable}}', 'blue'), 'https://github.com/{{org}}/{{name}}/releases/latest'), |
7 | | - link(shield('Javadoc', 'javadoc', 'OK', 'blue'), 'https://javadoc.io/doc/com.diffplug.durian/durian-rx/{{stable}}/'), |
8 | | - link(shield('License Apache', 'license', 'Apache', 'blue'), 'https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)'), |
9 | | - '', |
10 | | - link(shield('Changelog', 'changelog', '{{version}}', 'brightgreen'), 'CHANGES.md'), |
11 | | - link(image('Travis CI', 'https://travis-ci.org/{{org}}/{{name}}.svg?branch=master'), 'https://travis-ci.org/{{org}}/{{name}}'), |
12 | | - link(shield('Live chat', 'gitter', 'live chat', 'brightgreen'), 'https://gitter.im/diffplug/durian') |
13 | | - ].join('\n'); |
| 5 | + link(shield('Maven central', 'mavencentral', 'com.diffplug.durian:durian-rx', 'blue'), 'https://search.maven.org/artifact/com.diffplug.durian/durian-rx'), |
| 6 | + link(shield('Apache 2.0', 'license', 'apache-2.0', 'blue'), 'https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)'), |
| 7 | + '', |
| 8 | + link(shield('Changelog', 'changelog', versionLast, 'brightgreen'), 'CHANGES.md'), |
| 9 | + link(shield('Javadoc', 'javadoc', 'yes', 'brightgreen'), 'https://javadoc.io/doc/com.diffplug.durian/durian-rx/{{versionLast}}/'), |
| 10 | + link(shield('Live chat', 'gitter', 'chat', 'brightgreen'), 'https://gitter.im/diffplug/durian'), |
| 11 | + link(image('JitCI', 'https://jitci.com/gh/diffplug/durian-rx/svg'), 'https://jitci.com/gh/diffplug/durian-rx') |
| 12 | + ].join('\n'); |
14 | 13 | --> |
15 | | -[](https://bintray.com/diffplug/opensource/durian-rx/view) |
16 | | -[](https://github.com/diffplug/durian-rx/releases/latest) |
17 | | -[](https://javadoc.io/doc/com.diffplug.durian/durian-rx/3.0.1/) |
18 | | -[](https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)) |
| 14 | +[](https://search.maven.org/artifact/com.diffplug.durian/durian-rx) |
| 15 | +[](https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)) |
19 | 16 |
|
20 | 17 | [](CHANGES.md) |
21 | | -[](https://travis-ci.org/diffplug/durian-rx) |
22 | | -[](https://gitter.im/diffplug/durian) |
| 18 | +[](https://javadoc.io/doc/com.diffplug.durian/durian-rx/3.0.1/) |
| 19 | +[](https://gitter.im/diffplug/durian) |
| 20 | +[](https://jitci.com/gh/diffplug/durian-rx) |
23 | 21 | <!---freshmark /shields --> |
24 | 22 |
|
25 | 23 | <!---freshmark javadoc |
26 | | -output = prefixDelimiterReplace(input, 'https://javadoc.io/doc/com.diffplug.durian/durian-rx/', '/', stable); |
| 24 | +output = prefixDelimiterReplace(input, 'https://javadoc.io/static/com.diffplug.durian/durian-rx/', '/', versionLast); |
27 | 25 | --> |
28 | 26 | DurianRx unifies RxJava's [Observable](http://reactivex.io/documentation/observable.html) with Guava's [ListenableFuture](https://code.google.com/p/guava-libraries/wiki/ListenableFutureExplained). If you happen to be using SWT as a widget toolkit, then you'll want to look at [DurianSwt](https://github.com/diffplug/durian-swt) as well. |
29 | 27 |
|
|
0 commit comments