Skip to content

Commit

Permalink
Updated for 1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sangupta committed Dec 3, 2014
1 parent 33d71f8 commit fd0b1d4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@ Changelog

**Current Development**

**1.4.0**

* Fixed a critical bug in `UriUtils.extractHost` - when the URL starts with `//` the method was throwing an NPE - which is now fixed and it returns the correct hostname
* Added `StringUtils.repeat` to create a `String` of repeatable characters
* Added `MutableInt` to create an object instance whose value can be changed as desired
* Added `MutableDouble`, `MutableFloat` and `MutableLong` on the lines of `MutableInt`
* Added `ConsoleTable` class to output display to `System.out` or `Console` implementations in a proper tabular format. Can be used to output data to plain text files - three implementations are available, `full-width`, `width-curtail` and `multi-line`
* Updated `UserLocalStore` to fetch a list of all keys stored within the store

Expand Down Expand Up @@ -97,7 +101,7 @@ The library can be downloaded from Maven Central using:
<dependency>
<groupId>com.sangupta</groupId>
<artifactId>jerry-core</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
</dependency>
```

Expand Down

0 comments on commit fd0b1d4

Please sign in to comment.