33 lines
1 KiB
Markdown
33 lines
1 KiB
Markdown
# @emigrate/docs
|
|
|
|
## 0.4.0
|
|
|
|
### Minor Changes
|
|
|
|
- b62c692: Add documentation for the built-in "json" reporter
|
|
- b62c692: The "default" reporter is now named "pretty"
|
|
- e7ec75d: Add note in FAQ on using Emigrate for existing databases
|
|
|
|
### Patch Changes
|
|
|
|
- c838ffb: Add note on how to write Emigrate's config using TypeScript in a production environment without having `typescript` installed.
|
|
|
|
## 0.3.0
|
|
|
|
### Minor Changes
|
|
|
|
- f6761fe: Document the changes to the "remove" command, specifically that it also accepts relative file paths now
|
|
- 9109238: Document the changes to the "up" command's `--from` and `--to` options, specifically that they can take relative file paths and that the given migration must exist.
|
|
|
|
## 0.2.0
|
|
|
|
### Minor Changes
|
|
|
|
- a4da353: Document the --abort-respite CLI option and the corresponding abortRespite config
|
|
|
|
## 0.1.0
|
|
|
|
### Minor Changes
|
|
|
|
- cbc35bd: Add first version of the [Baseline guide](https://emigrate.dev/guides/baseline)
|
|
- cbc35bd: Document the new --limit, --from and --to options for the ["up" command](https://emigrate.dev/commands/up/)
|