Skip to content

v3.0.0

Compare
Choose a tag to compare
@JPeer264 JPeer264 released this 26 Aug 14:18
· 86 commits to master since this release

Breaking changes:

  • processJs -> process.js
  • processCss -> process.css
  • removed process
  • each process function does just have one return parameter (before the second was true on success)

Feat:

  • process.auto
  • process.html
  • process.any
  • Promise support

Fix:

  • merged options are now correct

Chore:

  • rcs-core@2.3.1
  • changed from mocha to AVA