1.6.0 - improved `@saved_fixture` + minor dependency change
Users can now use @saved_fixture to save not only the fixture, but also some views created from it. This is interesting if each fixture is huge but users just want to save small aspects of it (name, size, etc.). Fixed #21.
Dependency to decorator has been dropped and replaced with makefun.
See documentation page for details.