Skip to content

Releases: donutloop/toolkit

Changelog

12 Jun 13:19
65effb8
Compare
Choose a tag to compare
Add use and middleware (#50)

* Add use and middleware

* Add runtime checks to prevent wrong handling of constructor

Changelog

03 Jun 13:04
4c4fa9f
Compare
Choose a tag to compare

Version: 2.2.0 (2019-06-03)

Features

  • Add pretty sprint for http request type

changelog

26 May 11:53
5508979
Compare
Choose a tag to compare

Version: 2.1.0 (2019-05-26)

Features

  • Add pretty sprint for http response type

Changelog

25 Nov 14:40
3e89c75
Compare
Choose a tag to compare
Changelog Pre-release
Pre-release

Version: 2.0.0 (2018-11-25)

Features

  • Code generation tool
    • Code generation: Generate type-specific version of worker
  • Travis: added support for go modules
  • Travis: dropped support for go version 1.7, 1.8, 1.9, 1.10
  • Travis: dropped support for coveralls (tmp)

Changelog

23 Nov 12:07
451f682
Compare
Choose a tag to compare

Version: 1.8.0 (2018-11-23)

Features

  • Package: worker.New() starts n * Workers goroutines running func on incoming
    parameters sent on the returned channel.
  • Travis: added support for windows and mac
  • Travis: added support for golang version 1.11.x and 1.10.x

Changelog

02 Jan 12:47
da402e8
Compare
Choose a tag to compare

Version: 1.7.0 (2018-01-02)

Features

Multierror: concatenate errors into one error

doc

added issue template for reporting a issue

Changelog

22 Dec 12:27
6711adb
Compare
Choose a tag to compare

Version: 1.6.0 (2017-12-22)

Features

Leaser: Lease the resource for duration. When the lease expires, invoke func

Changelog

20 Dec 14:12
1b892e2
Compare
Choose a tag to compare

Version: 1.5.0 (2017-12-20)

Features

Debugutil: Added pretty sprint func for any type

schedule: optimized spawning of goroutines

07 Oct 14:19
Compare
Choose a tag to compare
Merge pull request #28 from donutloop/opt/fifo

schedule: optimized spawning of goroutines

Added idiomatic example tests for each sub package

30 Sep 16:24
Compare
Choose a tag to compare
Merge pull request #26 from donutloop/feat/example_tests

Feat/example tests