Skip to content

Commit f831b35

Browse files
committed
Updated Readme
1 parent 1e8ce35 commit f831b35

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,14 @@ pkvdb2.get("Key");
5959
6060
### Current version 当前版本
6161

62-
##### 1.0.0 (Library 库) / 0.8 (Demo 演示)
62+
##### 1.0.2 (Library 库) / 0.8 (Demo 演示)
6363

6464
### Changelog 更新说明
6565

66+
##### 1.0.2+
67+
68+
* Added: Specific getters, less cast! 新增: 特定类型的Getter,免去Cast烦恼。
69+
6670
##### 1.0.0+
6771

6872
* New type: High capacity key-value database 新增数据库类型: 大容量键值数据库
@@ -211,6 +215,9 @@ qkvdb.put(k,v); //Put everything as you like
211215

212216
```java
213217
qkvdb.get("something_key");
218+
qkvdb.getString("a_string");
219+
qkvdb.getInt("an_int");
220+
//... and more specific getters were added after v1.0.2
214221
```
215222

216223
##### Remove data 移除数据
@@ -406,6 +413,6 @@ See the License for the specific language governing permissions and
406413
limitations under the License.
407414
```
408415

409-
[LICENSE 协议全文](LICENSE)
416+
[LICENSE 授权许可文件](LICENSE)
410417

411-
[NOTICE 声明](NOTICE)
418+
[NOTICE 授权声明](NOTICE)

0 commit comments

Comments
 (0)