emigrate/docs/CHANGELOG.md
2024-02-12 13:56:28 +01:00

1.4 KiB

@emigrate/docs

1.0.0

Major Changes

  • 1d33d65: Rename the URL path "/commands/" to "/cli/" to make it more clear that those pages are the documentation for the CLI. This change is a BREAKING CHANGE because it changes the URL path of the pages.

Minor Changes

  • 0c597fd: Add a separate page for the Emigrate CLI itself, with all the commands as sub pages

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