Skip to content

Commit 5f741a0

Browse files
author
nicolaiparlog
committed
Update README to include new features and version number
1 parent fdf216f commit 5f741a0

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,22 @@ This somewhat vague sentiment does not translate to quality! The code is clean,
88

99
These features are present in the latest release:
1010

11+
### JavaFX
12+
1113
* [ControlPropertyListener](https://github.com/CodeFX-org/LibFX/wiki/ControlPropertyListener): creating listeners for the property map of JavaFX controls
1214
* [ListenerHandle](https://github.com/CodeFX-org/LibFX/wiki/ListenerHandle): encapsulating an observable and a listener for easier add/remove of the listener
1315
* [Nestings](https://github.com/CodeFX-org/LibFX/wiki/Nestings): using all the power of JavaFX' properties for nested object aggregations
14-
* [SerializableOptional](https://github.com/CodeFX-org/LibFX/wiki/SerializableOptional): serializable wrapper for `Optional`
1516
* [WebViewHyperlinkListener](https://github.com/CodeFX-org/LibFX/wiki/WebViewHyperlinkListener): add hyperlink listeners to JavaFX' `WebView`
1617

18+
### Collections
19+
20+
* [TransformingCollections](https://github.com/CodeFX-org/LibFX/wiki/TransformingCollections): transforming collections to a different parametric type
21+
* [TreeStreams](https://github.com/CodeFX-org/LibFX/wiki/TreeStreams): streaming nodes of a graph
22+
23+
### Misc
24+
25+
* [SerializableOptional](https://github.com/CodeFX-org/LibFX/wiki/SerializableOptional): serializable wrapper for `Optional`
26+
1727

1828
## Documentation
1929

@@ -29,22 +39,22 @@ License details can be found in the *LICENSE* file in the project's root folder.
2939

3040
Releases are published [on GitHub](https://github.com/CodeFX-org/LibFX/releases). The release notes also contain a link to the artifact in Maven Central and its coordinates.
3141

32-
The current version is [0.2.1](http://search.maven.org/#artifactdetails|org.codefx.libfx|LibFX|0.2.1|jar):
42+
The current version is [0.3.0](http://search.maven.org/#artifactdetails|org.codefx.libfx|LibFX|0.3.0|jar):
3343

3444
**Maven**:
3545

3646
``` XML
3747
<dependency>
3848
<groupId>org.codefx.libfx</groupId>
3949
<artifactId>LibFX</artifactId>
40-
<version>0.2.1</version>
50+
<version>0.3.0</version>
4151
</dependency>
4252
```
4353

4454
**Gradle**:
4555

4656
```
47-
compile 'org.codefx.libfx:LibFX:0.2.1'
57+
compile 'org.codefx.libfx:LibFX:0.3.0'
4858
```
4959

5060
## Development
@@ -73,6 +83,6 @@ Nicolai Parlog <br>
7383
CodeFX
7484

7585
Web: http://codefx.org <br>
76-
7786
Twitter: https://twitter.com/nipafx<br>
87+
7888
PGP-Key: http://keys.gnupg.net/pks/lookup?op=vindex&search=0xA47A795BA5BF8326 <br>

0 commit comments

Comments
 (0)