Releases: nickderobertis/flexlate
Releases · nickderobertis/flexlate
v0.2.4
Changes
🐛 Bug Fixes
- Fix issues with relative paths in template sources when config file is not in current directory @nickderobertis (#33)
v0.2.3
Changes
🚀 Features
- Get local copier templates working. Add additional tests. Restructure finders so that repos only need to be cloned once, at the multi-finder level. Keep multiple versions of template repos in cache. @nickderobertis (#30)
🐛 Bug Fixes
- Get local copier templates working. Add additional tests. Restructure finders so that repos only need to be cloned once, at the multi-finder level. Keep multiple versions of template repos in cache. @nickderobertis (#30)
🧰 Maintenance
- Get local copier templates working. Add additional tests. Restructure finders so that repos only need to be cloned once, at the multi-finder level. Keep multiple versions of template repos in cache. @nickderobertis (#30)
- Add local cookiecutter templates to integration tests @nickderobertis (#29)
v0.2.2
Changes
🐛 Bug Fixes
- Fix issues with nested subdirectories. Allow add mode user when project was not started as user. Add additional tests for these cases. @nickderobertis (#28)
🧰 Maintenance
- Fix issues with nested subdirectories. Allow add mode user when project was not started as user. Add additional tests for these cases. @nickderobertis (#28)
v0.2.1
v0.2.0
Changes
🚀 Features
- Add support for copier templates @nickderobertis (#26)
- Add ability to remove applied template output in CLI, and fix issues from multiple add operations @nickderobertis (#25)
- Remove empty flexlate config files automatically @nickderobertis (#23)
- Add ability to remove template sources from CLI @nickderobertis (#21)
🐛 Bug Fixes
- Add ability to remove applied template output in CLI, and fix issues from multiple add operations @nickderobertis (#25)
🧰 Maintenance
- Add test for removing a source when multiple exist @nickderobertis (#24)
- Restructure parameterization for add mode and subdir style into fixtures @nickderobertis (#20)
- Test both flexlate app and flexlate cli in integration tests by using CLIStubFlexlate. Makes debugging integration tests easier by switching to app-only tests @nickderobertis (#19)
v0.1.4
Changes
🚀 Features
- Rework template branch to use separate repo. Fixes issues with gitignored files. Add test for gitignored files. Add integration test for update @nickderobertis (#15)
🐛 Bug Fixes
- Rework template branch to use separate repo. Fixes issues with gitignored files. Add test for gitignored files. Add integration test for update @nickderobertis (#15)
- Fix issues with rendering in subdir from command line with add mode local @nickderobertis (#11)
- Fix more bugs with subdirectories and add more integration tests @nickderobertis (#9)
- Fix issues with running fxt from a subdirectory @nickderobertis (#7)
🧰 Maintenance
- Rework template branch to use separate repo. Fixes issues with gitignored files. Add test for gitignored files. Add integration test for update @nickderobertis (#15)
- Make integration tests use CLI and remove unused code @nickderobertis (#14)
- Fix issues with rendering in subdir from command line with add mode local @nickderobertis (#11)
- Add integration tests for add mode local/project when initting config for user @nickderobertis (#10)
- Fix more bugs with subdirectories and add more integration tests @nickderobertis (#9)
v0.1.2
Changes
🐛 Bug Fixes
- Fix issues with running fxt from a subdirectory @nickderobertis (#7)
- Get project config for user and add mode user working properly, and add integration test @nickderobertis (#6)
🧰 Maintenance
- Get project config for user and add mode user working properly, and add integration test @nickderobertis (#6)
v0.1.3
Changes
- No changes
v0.1.1
Changes
🚀 Features
- Add CLI to console scripts (makes fxt available on command line) @nickderobertis (#1)
🐛 Bug Fixes
- Fix main behavior, add integration test and some additional unit tests. Make project init track with git branches @nickderobertis (#3)
🧰 Maintenance
- Install completions in cli testing docker image @nickderobertis (#5)
- Fix main behavior, add integration test and some additional unit tests. Make project init track with git branches @nickderobertis (#3)
- Add docker image for testing CLI @nickderobertis (#2)
v0.1.0
Changes
- No changes