Skip to content

Releases: packit/requre

0.8.4

07 Jan 20:11
db770d6
Compare
Choose a tag to compare
  • Provide __version__ of the package so it can be easily checked when installed on the system.

0.8.3

30 Oct 11:50
dc253f9
Compare
Choose a tag to compare
  • Fix an issue of clashing with the coverage.
  • Packaging has been modernized.

0.8.2

13 Apr 07:24
7fa87dd
Compare
Choose a tag to compare
  • No user-facing changes.

0.8.1

18 Jun 14:46
fde855f
Compare
Choose a tag to compare
  • Fix the problem with kwarg decorators that causes the function body not to be executed.

0.8.0

07 May 12:07
ca41957
Compare
Choose a tag to compare
  • New decorators for handling temporary files (MkTemp) and directories (MkDTemp) in a more transparent way.
  • The old implementation based on static paths and counter has been deprecated.

0.7.1

30 Apr 11:45
4488fba
Compare
Choose a tag to compare
  • Fix a performance issue when detecting cassettes following the old naming format.

New release 0.7.0

12 Mar 09:21
ecc1fbc
Compare
Choose a tag to compare
Merge pull request #166 from jscotka/new_version0.7.0

New version of requre 0.7.0

New release 0.6.1

01 Mar 15:05
93ee9b3
Compare
Choose a tag to compare
  • python tuple support as base type

new version 0.6.0

16 Feb 08:55
0bfe327
Compare
Choose a tag to compare
Merge pull request #153 from jscotka/new_release

release new version 0.6.0

simplify user experience

08 Dec 10:41
39d951a
Compare
Choose a tag to compare

Features

  • default decorator if not given
  • guess output decorator class
  • class shortcut decorators