Skip to content

Commit 6f308fc

Browse files
committed
Update readme with 1.2.1 changes, add maven badge
1 parent b22c5e7 commit 6f308fc

File tree

1 file changed

+24
-7
lines changed

1 file changed

+24
-7
lines changed

README.md

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
[![Build Status](https://travis-ci.org/vlsi/compactmap.svg?branch=master)](https://travis-ci.org/vlsi/compactmap)
2+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.vlsi.compactmap/compactmap/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.vlsi.compactmap/compactmap)
23

34
CompactHashMap
45
==============
56

7+
Usage
8+
-----
9+
10+
Add maven dependency:
11+
```xml
12+
<dependency>
13+
<groupId>com.github.vlsi.compactmap</groupId>
14+
<artifactId>compactmap</artifactId>
15+
<version>1.2.1</version>
16+
</dependency>
17+
```
18+
619
About
720
-----
821
This is a memory efficient alternative to HashMap.
@@ -68,16 +81,20 @@ or (at your option) any later version.
6881

6982
Change log
7083
----------
84+
v1.2.1
85+
* Improvement: release to Maven Central
86+
* Improvement: fix EntrySet.remove method
87+
7188
v1.2.0
72-
Improvement: reduce size of hidden classes by using persistent dexx-collections.
73-
Improvement: mavenize build
74-
Switch to semantic versioning
89+
* Improvement: reduce size of hidden classes by using persistent dexx-collections.
90+
* Improvement: mavenize build
91+
* Switch to semantic versioning
7592

7693
v1.1
77-
Fix: #1 containKey returns true on non existing key
78-
Fix: #2 size should account removed keys
79-
Improvement: #3 Default values should be serialized as map
94+
* Fix: #1 containKey returns true on non existing key
95+
* Fix: #2 size should account removed keys
96+
* Improvement: #3 Default values should be serialized as map
8097

8198
Author
8299
------
83-
Vladimir Sitnikov <[email protected]>
100+
Vladimir Sitnikov <[email protected]>

0 commit comments

Comments
 (0)