v1.0.0
It took a long time, but now the time has come, v1.0.0 finally arrives 🚀 on 02.08.2023. There were a lot of breaking changes during the beta period to test out different things, but now with the first final version the syntax will stay compatible.
Just to highlight a few big things:
- The much more powerful jinja2 templating engine is now used instead of python format strings
- The new dimension definition format is much more powerful and also extensible
- Inputs now work on every field in the schema
- The plugin is available on pypi.
If you have any feedback, feel free to comment on the v1.0.0 announcement discussion.
What's Changed
💥 Breaking Changes
✨ New Features
- Consistent naming of the plugin by @wolflu05 in #20
- Feature/version check by @wolflu05 in #22
- Adapt code to pydantic-v2 by @wolflu05 in #27
- Added parent context variable to generate context by @wolflu05 in #32
- Remove global settings by @wolflu05 in #34
- Child len context by @wolflu05 in #36
- Refactored userinterface by increasing density by @wolflu05 in #37
- All generate keys by @wolflu05 in #38
- Parent name match jinja2 by @wolflu05 in #39
🐛 Bug Fixes
📦 Devops / Setup / Docs Changes
- Feature/tests by @wolflu05 in #6
- Gh actions deployment by @wolflu05 in #30
- Updated readme.md by @wolflu05 in #41
- 🎉 Bump version to v1.0.0 by @wolflu05 in #42
Full Changelog: 0.1.0...1.0.0