Hoplite v1.3.12 Release Notes

    • 👍 Allows data classes with a single field named value to be treated as inline classes. Eg data class RetailerId(val value: String) can be parsed directly from retailerId: "SAKS" without requiring another level of nesting #164