Release and Version History¶
x.y.z (Backlog)¶
Features and Improvements
Minor Improvements
Bugfixes
Miscellaneous
0.1.6 (2025-05-06)¶
Minor Improvements
Add
StackCtx.make_stack_ctx_kwargsmethod to make it more extensible.
0.1.5 (2025-05-06)¶
Features and Improvements
- Add the following public APIs:
cdk_mate.api.cli.BaseCommandcdk_mate.api.cli.Acknowledgecdk_mate.api.cli.Contextcdk_mate.api.cli.GCcdk_mate.api.cli.Importcdk_mate.api.cli.Init
Minor Improvements
Use
func_args.REQas default value forStackCtxto make it extensible.
0.1.4 (2025-05-05)¶
💥Breaking Changes
- The following APIs are removed, and are moved to func_args:
cdk_mate.api.ParamErrorcdk_mate.api.REQcdk_mate.api.NAcdk_mate.api.rm_nacdk_mate.api.T_KWARGS
- The following APIs are removed, and are moved to cdkit:
cdk_mate.api.BaseStackcdk_mate.api.BaseParamscdk_mate.api.ConstructParamscdk_mate.api.StackParams
Minor Improvements
Refactor the code base
Improve the example
0.1.3 (2025-05-05)¶
Features and Improvements
- Add the following public APIs:
cdk_mate.api.cli.REQcdk_mate.api.cli.NAcdk_mate.api.cli.rm_nacdk_mate.api.cli.T_KWARGScdk_mate.api.cli.BaseStackcdk_mate.api.cli.BaseParamscdk_mate.api.cli.ConstructParamscdk_mate.api.cli.StackParams
0.1.2 (2025-05-02)¶
Features and Improvements
Use class based command system to implement CDK CLI commands.
- Add the following public APIs:
cdk_mate.api.cli.Bootstrapcdk_mate.api.cli.Diffcdk_mate.api.cli.Synthcdk_mate.api.cli.Deploycdk_mate.api.cli.Destroy
- Removed the following public APIs:
cdk_mate.api.cli.synthcdk_mate.api.cli.deploycdk_mate.api.cli.destroy
Miscellaneous
Improve code coverage test to 100%.
0.1.1 (2025-05-02)¶
First release
- Add the following public APIs:
cdk_mate.api.cli.synthcdk_mate.api.cli.deploycdk_mate.api.cli.destroycdk_mate.api.StackCtxcdk_mate.api.to_camelcdk_mate.api.to_slug