Skip to content

Releases: himedlooff/doxray

More flexible default regex

23 Jan 19:06
Compare
Choose a tag to compare

Regex is not forced to start at the beginning of a line

Better regex option support

15 Jan 18:22
Compare
Choose a tag to compare

Changed

  • Merge regex options with regex defaults
  • Use file extension for selecting regex, or fallback to CSS when no regex

Added support for an ignore comment for cases where you only want to document some classes in your code

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

17 Sep 21:14
Compare
Choose a tag to compare

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.

Fixed vulnerable dependencies

12 Sep 14:14
Compare
Choose a tag to compare
0.7.3

Fixed vulnerable dependencies

Fixes NPM Install bug

28 Jun 00:21
Compare
Choose a tag to compare
Fixes NPM Install bug Pre-release
Pre-release

There was a bug where NPM was ignoring utils.js. This release fixes that. DANG YOU NPM!!!

Breaking changes

28 Jun 00:13
Compare
Choose a tag to compare
Breaking changes Pre-release
Pre-release
  • Ports the simple-schema branch to master. The schema has been simplified.
    Dox-ray returns one array of pattern objects instead of an array of doc/code
    pairs. Each pattern object has reserved properties like filename and common
    file extensions like less, scss, and css.

Minor Beta bump

04 May 04:26
Compare
Choose a tag to compare
Minor Beta bump Pre-release
Pre-release

0.4.0 - 2015-05-04

Added

  • Simplified require usage, you no longer need to use new Doxray().
  • Normalized schema, now they are all Arrays of files with arrays of doc/code
    pairs, even if it's just one file.
  • writeJS() function, which is sometimes easier than having to decode a JSON
    file.
  • Support for post parse processors.
  • Post parse processors for adding slugs and color palette data.