Releases: searls/jasmine-fixture
Releases · searls/jasmine-fixture
2.0.0
1.3.4
1.3.3
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
- (Breakingly) Changes the API from resting on
$.jasmine
tojasmine.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
- 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)