Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 536 Bytes

CHANGELOG.md

File metadata and controls

13 lines (8 loc) · 536 Bytes

1.0.0-beta.1

This change migrates to using Jasmine 2.0, and thus contains any breaking changes from Jasmine 1.3.1 to Jasmine 2.0.

Notably

  • The interface for reporters has completely changed
  • The interface for custom matchers has changed
  • per-spec timeouts (e.g. it('does foo', fn, 1000)) no longer work

If you would like to continue using MiniJasmineNode against Jamsmine 1.3.1, please use version 0.4.0. This can be downloaded with npm install minijasminenode@jasmine1.