Skip to content

Added support for overriding the default regex patterns with the `options` object

Choose a tag to compare

@himedlooff himedlooff released this 17 Sep 21:14
· 13 commits to master since this release

Added

  • Added support for overriding the default regex patterns with the options object.

Changed

  • Changed the way options are merged in utils.js/handleOptions.
  • Changed the signature for the Doxray.run function from function( src, merge ) to function( src, options )

Removed

  • Removed references to a non-functional merge feature.