emigrate/docs/CHANGELOG.md
2024-02-09 14:05:35 +01:00

1 KiB

@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