Skip to content
This repository was archived by the owner on May 11, 2023. It is now read-only.

Commit cdd40f5

Browse files
authored
Merge pull request #18 from 2tu/develop
support getter/setter, fixed #17,#5
2 parents 86d4224 + 0d21586 commit cdd40f5

File tree

5 files changed

+357
-122
lines changed

5 files changed

+357
-122
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
### Newest version: 0.3.0
4+
5+
* 支持getter/setter
6+
37
### Newest version: 0.2.1
48

59
* provide preferences file name

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Add the following dependency to your `build.gradle` file:
2727

2828
```
2929
dependencies {
30-
compile 'com.github.2tu.fit:fit:0.2.1'
31-
annotationProcessor 'com.github.2tu.fit:fit-compiler:0.2.1'
30+
compile 'com.github.2tu.fit:fit:0.3.0'
31+
annotationProcessor 'com.github.2tu.fit:fit-compiler:0.3.0'
3232
}
3333
```
3434

@@ -55,5 +55,5 @@ Fit.clear(this, User.class);
5555
Fit.clear(this, "user", User.class);
5656
```
5757

58-
## What's new (0.2.1) - [Changelog](https://github.com/2tu/fit/blob/master/CHANGELOG.md)
59-
* provide preferences file name
58+
## What's new (0.3.0) - [Changelog](https://github.com/2tu/fit/blob/master/CHANGELOG.md)
59+
* 支持getter/setter

0 commit comments

Comments
 (0)