ChangelogΒΆ

Like any other piece of software, JsHamcrest is evolving at each release. Here you can track our progress:

Version 0.6.1 (Dec 22, 2009)

  • Fixed the code that removes useless stacktrace entries when using JsHamcrest with js-test-driver;

Version 0.6 (Nov 22, 2009)

  • Build script rewritten from scratch with Python;
  • Documentation rewritten from scratch with Sphinx;
  • Added a couple of new matchers;
  • New JsHamcrest.Operators namespace;
  • Several improvements and fixes;

Version 0.5.2 (Jul 19, 2009)

  • JSLint fixes;
  • Integration with screw-unit (thanks, Chris Leishman!)

Version 0.5.1 (Jul 11, 2009)

  • Added a new function to JsHamcrest.SimpleMatcher that provides a better way to describe the actual value;
  • Added a couple of new matchers;
  • Improvements on test code;

Version 0.4 (May 26, 2009)

  • Integration with JsTestDriver and JsUnity;
  • Some code cleanup;

Version 0.3 (May 23, 2009)

  • Integration with QUnit;
  • Improvements on integration code;
  • Added some integration tests;
  • Documentation improvements;

Version 0.2 (May 22, 2009)

  • Fixed small API documentation issues;
  • Download page link in README;
  • JsHamcrest.Operators.assert() function now accepts a string that describes the assertion;
  • Refactoring to allow easy integration with JavaScript testing frameworks;

Version 0.1 (April 21, 2009)

  • First public release;

Previous topic

Getting Involved

This Page