Skip to content

v2.3.0 - new `--mode` option and documentation site

Choose a tag to compare

@chj-web chj-web released this 07 Jun 16:37
· 86 commits to master since this release

2.3.0 - June 7th, 2021

Added

  • Documentation site. Keeping all documentation inside the README.md was getting overwhelming. Everything was on contained in one single file, and it took a while to scroll through it all. The documentation is now split up into separate pages for better browsing. Visit the new documentation site.
  • CLI option to specify schema upload mode. You could previously use the --override option to, well... override the schema. This has been deprecated in favor of a new --mode option which allows you to specify one of merge, replace, or override.

Deprecated

  • The --override option. See above for more info.