Skip to content
This repository was archived by the owner on Jul 2, 2020. It is now read-only.

Change Log

dpup edited this page Oct 8, 2012 · 2 revisions

I will try to list major changes that are published to NPM on this page. For minor bug fixes, check the commit log.

Version 1.1.0

  • Introduces Test Templates which can be used to configure common options that are then shared amongst multiple Test Cases.
    • TestTemplate#fetch(url) is equivalent to falkor.fetch(url) but copies options from the template.
    • TestTemplate#clone() copies the template.
  • Support for falkor.setBaseUrl and falkor.setRootSchemaPath

Version 1.0.0

  • First major revision published to NPM.

Clone this wiki locally