Skip to content

Releases: crismali/magic_lamp

JSON fixtures and arbitrary string fixtures are now supported

07 Dec 23:58
Compare
Choose a tag to compare

v1.3.1

06 Dec 03:45
Compare
Choose a tag to compare

Magic Lamp now looks for config and lamp files in both spec and test directories all of the time instead of one or the other.

Added ability to load multiple fixtures into the dom at once

27 Nov 00:46
Compare
Choose a tag to compare

MagicLamp.load will now load multiple fixtures if you ask for them like so:

  MagicLamp.load('orders/form', 'orders/sidebar');

v1.2.0

19 Nov 02:31
Compare
Choose a tag to compare

Added aliases for the Rake tasks so now you can call rake mll for rake magic_lamp:lint and rake mlfn for rake magic_lamp:fixture_names.

v1.1.0

22 Oct 01:52
Compare
Choose a tag to compare

Awesome new define blocks are now available to help dry up your fixtures