Skip to content

Releases: searls/jasmine-fixture

2.0.0

15 Jan 20:09
Compare
Choose a tag to compare
  • Replace implementation with Emmet #50
  • Major bump to 2.0 because Function.prototype.bind is now required in the runtime; recommend you roll a polyfill if you need to run tests in an unsupported runtimes (i.e. PhantomJS 1.9.8)

1.3.4

30 Nov 15:34
Compare
Choose a tag to compare
  • Fixes a jQuery load order issue

1.3.3

29 Sep 18:57
Compare
Choose a tag to compare

1.3.1

02 May 20:01
Compare
Choose a tag to compare
  • Support 'use strict'

1.3.0

24 Apr 14:22
Compare
Choose a tag to compare
  • Merge #42 fixing whitespace in text nodes

1.2.2

20 Nov 17:28
Compare
Choose a tag to compare

1.2.1

21 Sep 13:00
Compare
Choose a tag to compare

1.2.0

15 Feb 21:10
Compare
Choose a tag to compare
  • (Breakingly) Changes the API from resting on $.jasmine to jasmine.fixture for greater clarity and consistency with other jasmine plugins I manage
  • Adds a public method jasmine.fixture.create for creating nodes in-memory. This makes a ton of sense for any tests that don't absolutely need the nodes in the DOM, because any live DOM changes are inordinately more expensive than dealing with nodes in memory. Thanks to @joshjordan via #30

1.1.0

15 Feb 16:47
Compare
Choose a tag to compare
  • Finally (after two years of deprecation) removes the 0.x #inject() API.
  • Big test suite improvements. Runs test suite under jasmine 1.3 and jasmine 2.0, runs tests under jQuery 1.8, 1.11, and 2.1
  • Fixes #27 by allowing subsequent calls to window.affix() initialize jasmineFixture in cases where jQuery is loaded later than jasmine-fixture (and erroring otherwise)

1.0.8

17 Jan 04:22
Compare
Choose a tag to compare
  • Add Bower support. Addresses #28