Skip to content

1.2.0

Choose a tag to compare

@searls searls released this 15 Feb 21:10
· 46 commits to master since this release
  • (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