Skip to content

Commit

Permalink
Serve notice on input directory special behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
squaremo committed Jan 10, 2021
1 parent ae79561 commit 52b98e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ In 0.4.0, symbols were introduced for representing `stdin` and
empty string stood in for whichever; in 0.5.0 an empty path argument
will be an error.

### jk generate silently ignoring overwrites

By default, `jk generate` will silently refuse to overwrite files. In
0.5.0 it will behave similarly to `jk transform` and return an error
when asked to overwrite files, unless `--overwrite` is used.

## Deprecated in 0.3.x (will be removed in 0.4.0)

### `generate` file property is now called path
Expand Down

0 comments on commit 52b98e8

Please sign in to comment.