Skip to content

Releases: HelloCuriosity/model-forge

0.7.3

Choose a tag to compare

@hopeman15 hopeman15 released this 15 Sep 19:14
7ac7a50

Enhancements

  • [Enhancement] Enable GitHub Action Dependency Updates (#105)

Dependencies

  • Bump actions/setup-java from 1 to 2.3.0 (#108)
  • Bump styfle/cancel-workflow-action from 0.8.0 to 0.9.1 (#107)
  • Bump codecov/codecov-action from 1.5.2 to 2.1.0 (#106)
  • Bump junit-jupiter from 5.7.2 to 5.8.0 (#104)
  • Bump org.jmailen.kotlinter from 3.5.1 to 3.6.0 (#103)
  • Bump io.gitlab.arturbosch.detekt from 1.18.0 to 1.18.1 (#102)
  • Bump jvm from 1.5.21 to 1.5.30 (#100)

0.7.2

Choose a tag to compare

@hopeman15 hopeman15 released this 29 Jul 13:05
af1d1f4

Enhancements

  • Allow for forging Enums directly through ModelForge.build (#96)
  • Add more Kotlin Provider fanciness (#95)

Scouting 🏕️

  • [Modularize] The Forge (#93)
  • [Format] Editor Config (#90)

Dependencies

  • Bump jvm from 1.5.20 to 1.5.21 (#94)

0.7.1

Choose a tag to compare

@hopeman15 hopeman15 released this 26 Jun 07:00
2c30773

Housekeeping

  • [Small] Don't Use Reflection When Provider is Given (#88)
  • [Small] Codecov Action Version (#85)

Dependencies:

  • Bump jvm from 1.5.10 to 1.5.20 (#87)
  • Bump org.jmailen.kotlinter from 3.4.4 to 3.4.5 (#84)

0.7.0

Choose a tag to compare

@hopeman15 hopeman15 released this 07 Jun 15:23
e3e408a
  • Added reified inline extension functions

0.6.0

Choose a tag to compare

@hopeman15 hopeman15 released this 03 Jun 07:30
e554969
  • Exclude Companion Object Values
  • Support for File type.

0.5.1

Choose a tag to compare

@hopeman15 hopeman15 released this 01 Jun 20:31
110d6bc
  • Support for optional variables.

0.5.0

Choose a tag to compare

@hopeman15 hopeman15 released this 30 May 00:28
770507a
  • Support for List collection type.
  • Support for complex data types.
  • Support for custom providers.

0.4.0

Choose a tag to compare

@hopeman15 hopeman15 released this 26 May 19:51
98f249d
  • Auto generations for enums.
  • Remove remaining jcenter dependencies.

0.3.0

Choose a tag to compare

@hopeman15 hopeman15 released this 13 May 21:32
cff44cf

Auto generation for additional types:

  • Calendar
  • Instant

0.2.0

Choose a tag to compare

@hopeman15 hopeman15 released this 06 May 13:50
25b996f
  • Allow using Kotlin class definitions directly.
  • Added forgery and forgeries property delegate.