You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature/plugins enum (#27)
* Add enum plugin
* Test new plugin
* Refactoring
* Add tests
* Ignore the same enum
* Add Test and Example
* Fully cover by tests
* Increase version
* Update README
Feature/convert for to (#26)
* Update Gradle
* Update Libraries
* Extend MapConvert
* Make MapConvert working for to in KOMMMap annotation
* Refactoring
* Add Examples
* Increase version
* Update README
* Fix issue
Feature/to annotation (#17)
* Change from to array type
* Add To annotation
* Fix plugins applying
* Update Gradle
* Update libraries
* Update plugins
* Add tests
* Rename MapFrom to MapName
* Use MapName with MapTo, cover by test
* Make Plugin method deprecated error
* Update README
* Increase version
* Make annotation suited to map From and To
* Increase version
* Make MapTo support MapName and NullSubstitute
* Add NullSubstitue support for MapTo into Iterable plugins
* Update Version and README
* Finish MapTo
* Increase Version