Release and Version History¶
Backlog (TODO)¶
Features and Improvements
Minor Improvements
Bugfixes
Miscellaneous
1.0.2 (2025-04-02)¶
Features and Improvements
Minor Improvements
Add optional property
prompttoParameter.Add optional property
custom_placeholdertoParameter.Add optional property
in_cookiecutter_jsontoParameter.
Miscellaneous
Update unit test for the three new properties of
Parameter.Update the line diff in the test.
1.0.1 (2025-04-01)¶
💥Breaking Changes
- Rework the API:
now it uses more reliable
pathspecto match files.now it support using
selectorto precisely select the sub string you want to substitute.
Drop Python3.8 support. Now only support Python3.9+.
Features and Improvements
Add
Parameterto the public API.
Minor Improvements
Add a comprehensive integration test.
0.3.1 (2023-06-04)¶
Features and Improvements
allow user to specify the default value of the parameter.
add
ignore_mapper_errorandskip_mapper_promptarguments toMaker.new(..).add
cleanup_output_dirargument toMaker.templaterize(...).
Miscellaneous
add test on Python3.7, 3.8, 3.9, 3.10
0.2.1 (2023-02-20)¶
Features and Improvements
also generate the
cookiecutter.jsonfile.
Minor Improvements
update documents.
0.1.1 (2023-02-14)¶
Features and Improvements
First release