Releases: crismali/magic_lamp
Releases · crismali/magic_lamp
JSON fixtures and arbitrary string fixtures are now supported
v1.3.1
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
MagicLamp.load
will now load multiple fixtures if you ask for them like so:
MagicLamp.load('orders/form', 'orders/sidebar');
v1.2.0
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
Awesome new define
blocks are now available to help dry up your fixtures