Skip to content

Releases: tideland/golib

Release 4.24.2

09 Sep 21:41
Compare
Choose a tag to compare
  • Fixed a documentation typo in GJP
  • Added TestLogger
  • Loop without description doesn't log anymore

Release 4.24.1

20 Jul 20:36
Compare
Choose a tag to compare
  • Fixed wrong handling of empty objects and arrays in GJP

Release 4.24.0

30 Jun 19:58
Compare
Choose a tag to compare
  • Added WaitTested() to audit.Assertion
  • Added SetFailable() to audit.Assertion to be used in sub-tests
  • Added Builder to gjp
  • Added Matches() to stringex
  • Added Query() to gjp.Document

Release v4.23.0

24 May 21:34
Compare
Choose a tag to compare
  • Added generic JSON parser package gjp
  • Added iterator method Do() to etc.Etc
  • Added interface Processor as well as the type ProcessorFunc which implements this interface to stringex
  • Multiple functions in stringex construct different parametrized processors which can be used in chains, conditions, and loops

Release v4.22.1

13 Apr 15:36
Compare
Choose a tag to compare

Quality assurance release.

Release v4.22.0

19 Mar 20:40
Compare
Choose a tag to compare
  • Readesigned cache; now individual instances with user definable loaders
  • Fixing of races in tests in loop and monitoring
  • Added IncrCallstackOffset() to audit.Assertion for correct logging in functions and packages providing own test functions based on audit
  • Code reorganisation in audit
  • Extended Range() assertion in audit by time and duration
  • Added FailureDetail returned by ValidationFailer.Details() in audit

Release v4.21.6

17 Mar 20:49
Compare
Choose a tag to compare

Fixed flaky tests in loop and monitoring.

Release v4.21.5

13 Mar 21:37
Compare
Choose a tag to compare

Fixing flaky timex tests.

Release v4.21.4

12 Mar 16:39
Compare
Choose a tag to compare
Update README.md

Release version 4.21.3

14 Feb 20:37
Compare
Choose a tag to compare
  • Fixed wrong filename and line number in test logging