Commits

Jorge Bernal committed 548c21a187f
Allow lowercase enum values The Swift API Design Guidelines states that: > Names of types and protocols are UpperCamelCase. Everything else is > lowerCamelCase. https://swift.org/documentation/api-design-guidelines/#follow-case-conventions This PR changes `type_name` so it doesn't force enum values to UpperCamelCase.