Skip to content

Releases: nickderobertis/flexlate

v0.2.4

27 Dec 18:11
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix issues with relative paths in template sources when config file is not in current directory @nickderobertis (#33)

v0.2.3

26 Dec 21:14
Compare
Choose a tag to compare

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

25 Dec 17:29
Compare
Choose a tag to compare

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

25 Dec 15:58
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

v0.2.0

22 Dec 21:13
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 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

20 Dec 00:33
Compare
Choose a tag to compare

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

08 Dec 10:49
Compare
Choose a tag to compare

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

12 Dec 15:14
Compare
Choose a tag to compare

Changes

  • No changes

v0.1.1

05 Dec 19:06
f961483
Compare
Choose a tag to compare

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

05 Dec 11:20
Compare
Choose a tag to compare

Changes

  • No changes