Skip to content

Commit 564c69d

Browse files
author
nicolaiparlog
committed
Updated readme to include new features and point to future version 0.2.0.
1 parent 7dd3946 commit 564c69d

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ 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+
* [ControlPropertyListener](https://github.com/CodeFX-org/LibFX/wiki/ControlPropertyListener): creating listeners for the property map of JavaFX controls
12+
* [ListenerHandle](https://github.com/CodeFX-org/LibFX/wiki/ListenerHandle): encapsulating an observable and a listener for easier add/remove of the listener
1113
* [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`
15+
* [WebViewHyperlinkListener](https://github.com/CodeFX-org/LibFX/wiki/WebViewHyperlinkListener): add hyperlink listeners to JavaFX' `WebView`
16+
1217

1318
## Documentation
1419

@@ -22,24 +27,24 @@ License details can be found in the *LICENSE* file in the project's root folder.
2227

2328
## Releases
2429

25-
Releases are published [here](https://github.com/CodeFX-org/LibFX/releases). The release notes also contain a link to the artifact in Maven Central and its coordinates.
30+
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.
2631

27-
The current version is [0.1.2](http://search.maven.org/#artifactdetails|org.codefx.libfx|LibFX|0.1.2|jar):
32+
The current version is [0.2.0](http://search.maven.org/#artifactdetails|org.codefx.libfx|LibFX|0.2.0|jar):
2833

2934
**Maven**:
3035

3136
``` XML
3237
<dependency>
3338
<groupId>org.codefx.libfx</groupId>
3439
<artifactId>LibFX</artifactId>
35-
<version>0.1.2</version>
40+
<version>0.2.0</version>
3641
</dependency>
3742
```
3843

3944
**Gradle**:
4045

4146
```
42-
compile 'org.codefx.libfx:LibFX:0.1.2'
47+
compile 'org.codefx.libfx:LibFX:0.2.0'
4348
```
4449

4550
## Development
@@ -60,7 +65,7 @@ The library has its home on [GitHub](https://github.com/CodeFX-org/LibFX) where
6065

6166
I have a blog at [codefx.org](http://blog.codefx.org) where I might occasionally blog about **LibFX**. Those posts are filed under [their own tag](http://blog.codefx.org/tag/libfx/).
6267

63-
I use Eclipse and my project settings (like compiler warnings, formatter and save actions) can be found in the repository folder **.settings**. I do this to make it easier for contributors to cope with my obsession for warning free and consistently formatted code.
68+
I use Eclipse and my project settings (like compiler warnings, formatter and save actions) can be found in the repository folder **.settings**. I know this is a little unusual but it makes it easier for contributors to cope with my obsession for warning free and consistently formatted code.
6469

6570
## Contact
6671

@@ -69,4 +74,5 @@ CodeFX
6974

7075
Web: http://codefx.org <br>
7176
72-
Key: http://keys.gnupg.net/pks/lookup?op=vindex&search=0xA47A795BA5BF8326 <br>
77+
Twitter: https://twitter.com/nipafx<br>
78+
PGP-Key: http://keys.gnupg.net/pks/lookup?op=vindex&search=0xA47A795BA5BF8326 <br>

0 commit comments

Comments
 (0)