* Recipes documentation section * `schema(...).field(...).had(name=...)` functionality to rename fields
Changed
* Tutorial example structure in tests
1.2.0
Added
* `cadwyn.main._Cadwyn` experimental private class for automatically adding the header dependency and managing all objects related to versioning
Removed
* `cadwyn.header_routing` which only had experimental private functions
Fixed
* Route callbacks didn't get migrated to versions with their parent routes
1.1.0
Added
* `ignore_coverage_for_latest_aliases` argument to `generate_code_for_versioned_packages` which controls whether we add "a pragma: no cover" comment to the star imports in the generated version of the latest module. It is True by default.
1.0.3
Fixed
* Add back the approach where the first version being an alias to latest in codegen
1.0.2
Fixed
* Add current working dir to `sys.path` when running code generation through CLI * Use `exclude_unset` when migrating the body of a request to make sure that users' `exclude_unset` logic gets preserved