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](https://github.com/smarie/python-pytest-harvest/issues/21).
Dependency to `decorator` has been dropped and replaced with `makefun`.
See [documentation page](https://smarie.github.io/python-pytest-harvest/changelog/) for details.