Skip to content

Releases: rekby/fixenv

Fixed return for nil cache value

24 Oct 20:46
03ac35e

Choose a tag to compare

What's Changed

  • Gracefully handle nil returns in generic CacheResult by @rekby in #44

Full Changelog: v0.7.0...v0.7.1

v0.7.0 Remove deprecated code

09 Aug 16:39
f66bbf7

Choose a tag to compare

Remove deprecated code.

Prepare to stable release

v0.6.2 Internal refactoring, removed external dependencies for self tests.

07 Aug 23:38
3b688c4

Choose a tag to compare

What's Changed

  • Remove deprecated usage deprecated functions by @rekby in #39
  • Removed dependencies from library code by @rekby in #41

Full Changelog: v0.6.1...v0.6.2

Fixed handle nil result

26 Nov 16:39
2f9900c

Choose a tag to compare

v0.6.1

Merge pull request #38 fix handle nil result

Add RunTests for simple initialize main test env

26 Nov 09:42
8d47c99

Choose a tag to compare

v0.6.0

Merge pull request #36 add fixenv.RunTests

Create common function CacheResult

24 Sep 15:37
def74bd

Choose a tag to compare

Deprecated functions: Cache, CacheWithCleanup.
Use CacheResult instead.

Deprecated functions will be removed in the future.

v0.5.3 Add standsrd fixtures: Context,TempFile,TempFileNamed

14 May 10:34
b1b10c2

Choose a tag to compare

Merge pull request #33 add standard fixtures: Context,TempFile,TempFi…

Add standard fixtures

13 May 09:08
0f142c1

Choose a tag to compare

v0.5.2

Merge pull request #32 add standard fixtures

rename params to cachekey (internals)

11 May 04:30
eeeb87e

Choose a tag to compare

v0.5.1

Merge pull request #31 rename params to cachekey (internals)

Add Logf(...) to T interface

10 May 18:53
b7baacf

Choose a tag to compare

v0.5.0

Merge pull request #30 add logf to T() interface