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

Commit 003b911

Browse files
committed
<master> Updated readme doc. Bumped version to 0.2
1 parent 44bcc3a commit 003b911

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,11 @@ Run 'Remote' configuration that you created before.
7777

7878
### ToDo list
7979

80-
* Type converters (String <-> Long, Double <-> Float, custom converters)
81-
* Collection mapping (List\<Source> -> List\<Target>)
82-
* Recursive mapping
80+
* [ ] Type converters (String <-> Long, Double <-> Float, custom converters)
81+
* [ ] Collection mapping (List\<Source> -> List\<Target>)
82+
* [x] Recursive mapping
83+
* [ ] NULL values
84+
* [ ] Default values
85+
* [ ] Primitives
8386

8487

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
publish {
2121
groupId = 'com.devindi.mapper'
2222
artifactId = 'library'
23-
publishVersion = '0.1'
23+
publishVersion = '0.2'
2424
desc = 'An annotation processor for generating bean mappers'
2525
licences = ['MIT']
2626
website = 'https://github.com/devindi/mapper-generator'

processor/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
publish {
2626
groupId = 'com.devindi.mapper'
2727
artifactId = 'processor'
28-
publishVersion = '0.1.1'
28+
publishVersion = '0.2'
2929
desc = 'An annotation processor for generating bean mappers'
3030
licences = ['MIT']
3131
website = 'https://github.com/devindi/mapper-generator'

sample/sample.iml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@
9090
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" />
9191
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/transforms" />
9292
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
93+
<excludeFolder url="file://$MODULE_DIR$/build/reports" />
94+
<excludeFolder url="file://$MODULE_DIR$/build/test-results" />
9395
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
9496
</content>
9597
<orderEntry type="jdk" jdkName="Android API 25 Platform" jdkType="Android SDK" />

0 commit comments

Comments
 (0)