- Unifying
distinct
.
- Adding support
label()
inExpressionMatcher
. For examplecolumn.label('foo')
.
- Adding support for
one_or_none()
. Thanks @davidroeca
- Adding basic mutation capability with
add
andadd_all
.
- Fixing compatibility with latest
mock
.
- Unifying
limit
.
- Unifying
options
andgroup_by
.
- Added support for
count()
andget()
between boundaries.
- Added support for
func
calls inExpressionMatcher
. For examplefunc.lower(column)
.
- Added support for
.one()
and.first()
methods when stubbing data. - Fixed bug which incorrectly unified methods after iterating on mock.
- Added ability to stub real-data by filtering criteria. See #2.
- Fixed alembic typo in README. oops.
- First release on PyPI.