Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vinga committed Aug 9, 2018
1 parent 0708a52 commit 10b8a8f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ Add to your project maven/gradle dependency:
<dependency>
<groupId>com.kameocode</groupId>
<artifactId>any-dao</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```
```
compile 'com.kameocode:any-dao:1.0.0'
compile 'com.kameocode:any-dao:1.0.1'
```
Create instance of AnyDao:
```
Expand Down Expand Up @@ -318,4 +318,7 @@ For more examples, see: [tests](src/test/kotlin/com/kameocode/anydao/test/)

**v 1.0.1**
* AnyDao is now AnyDao
* added support for pure java classes for anyDao.exist and anyDao.count
* added support for pure java classes for anyDao.exist and anyDao.count

**v 1.0.2**
* Support for nullable select

0 comments on commit 10b8a8f

Please sign in to comment.