Skip to content

v0.30.0

Compare
Choose a tag to compare
@derberg derberg released this 26 Feb 11:14
· 732 commits to master since this release
ece20c4

Git support is now enabled. When you generate files:

  • To non-empty directory, you get an error with information that you can lose some of your work that can be overwritten.
  • To a directory in a Git repository, you get an error that you might lose some of your work but only in case you have some unstaged changes, and the directory is not in .gitignore.

We also introduced a new flag in CLI called --force-write (it is also supported on a library level) and it will allow you to ignore rules provided by this feature.