Skip to content

LiquiDoc 0.9.5

Compare
Choose a tag to compare
@briandominick briandominick released this 15 Feb 16:26
675606e

This patch enhances the migrate action.
The options: setting for migrate actions was reading an erroneous truthiness to test for the existence of a setting.
Fixed this so opt settings other than inclusive: false actually work.

Added the ability to set an option missing: with either warn or raise as values.

  • missing: warn: the operation skips the migrate step and logs a warning to console.
  • missing: skip: the operation skips, only warning under --verbose.
  • missing: exit (default, backward compatible): the operation throws an error and exits.

Added example and explanation for new missing: setting to README and improved the illustrative capacity of the examples.

Thanks for help from Hector Palacios (@hpalacio).