* Rename `Funparam` class to `FunparamFixture` (for use in type annotations) * Deprecate `_id` and `_marks` keyword arguments in funparam functions * Introduce `.id()` and `.marks()` methods for adding ids and marks to params * Introduce `__getitem__` shorthand for `.id()`
0.2.0
* expose type hints (via py.typed) * prevent calling a `funparam` function from inside another `funparam` function
0.1.0
The main feature works as documented. Documentation is sparse, and there are still rough edges.
I would use it in my personal projects, but I wouldn't use it at work yet.
See this release on PyPI: https://pypi.org/project/pytest-funparam/0.1.0/