Remove testing step from package publishing workflow
1.0.0
0.3.0
Allow passing of GoldenSchema instances directly into the nested_map parameter. This makes nested GoldenSchema instances much more flexible.
0.2.1
Patch that gracefully handles cases when neither `snake_to_camel` or `camel_to_snake` are used with `CaseChangingSchema`
0.2.0
Updates: * Adds a new `CaseChangingSchema` that subclasses `marshmallow.Schema`. `CaseChangingSchema` auto-converts manually declared fields from snake_case to CamelCase (or vice versa) during SerDe. * Converts the `GoldenSchema` class to a subclass of `CaseChangingSchema`