Skip to content

Releases: lif0/pkg

v1.0.1

17 Jun 18:30

Choose a tag to compare

Compared with v1.0.0

🔁 CI

📦 How to install

go get github.com/lif0/pkg@v1.0.1

v1.0.0

17 Jun 13:08

Choose a tag to compare

✨ Features

  • feat: make big refactor miguel; (37f182f) by @lif0
  • feat: set go 1.18 like minimum version; (#26) (ae30ce4) by @xxx #26
  • feat: set go 1.19 like minimum version; (2cb9a23) by @lif0
  • feat(sync): set minimum go version as 1.18; (d61dbf2) by @lif0
  • feat: set minimum golang version; (650179b) by @lif0
  • feat: set go 1.21 like minimum version; (4239ed9) by @lif0
  • [PKG-12] feat(concurrency): introduce Promise pattern; (#14) (1eb03f8) by @xxx #14
  • [PKG-11] feat(concurrency): introduce FutureAction pattern (#13) (e9fe9ab) by @xxx #13
  • feat(concurrency): remove semaphore unit and improve API for semaphore chan; (696473f) by @lif0
  • feat(semantic): add func EstimatePayloadOf; (801f9f1) by @lif0
  • feat(concurrency): introduced Semaphore & Semaphore64; (f432b81) by @lif0

🧹 Refactoring

  • refactor(ci): update create_release.yaml; (423a492) by @lif0

📝 Docs

✅ Tests

🔁 CI

🧺 Chore

📦 How to install

go get github.com/lif0/pkg@v1.0.0

utils v1.2.0

30 Oct 21:10
d9fec4d

Choose a tag to compare

Сравнение с utils/v1.1.0

Added

📦 How install

go get github.com/lif0/pkg/utils@v1.2.0

sync v1.2.0

30 Oct 21:10
d9fec4d

Choose a tag to compare

Сравнение с sync/v1.0.0

✨ Features

  • feat(sync): set minimum go version as 1.19; (d61dbf2) by @lif0

📦 How install

go get github.com/lif0/pkg/sync@v1.2.0

concurrency v1.2.0

30 Oct 21:10
d9fec4d

Choose a tag to compare

Сравнение с concurrency/v1.1.0

Added

📦 How install

go get github.com/lif0/pkg/concurrency@v1.2.0

utils v1.1.0

11 Oct 13:09

Choose a tag to compare

Сравнение с utils/v1.0.0

Added

  • [PKG-16] feat(utils/errx): add MultiError structure;

📦 How install

go get github.com/lif0/pkg/utils@v1.1.0

concurrency v1.1.0

11 Oct 13:08

Choose a tag to compare

Сравнение с concurrency/v1.0.1

Added

  • PKG-1 Add chanx.FanIn pattern.

📦 How install

go get github.com/lif0/pkg/concurrency@v1.1.0

concurrency v1.0.1

13 Sep 20:25

Choose a tag to compare

Сравнение с concurrency/v1.0.0

✨ Features

📦 How install

go get github.com/lif0/pkg/concurrency@v1.0.1

sync v1.0.0

07 Sep 12:25

Choose a tag to compare

What's Changed

  • [PKG-8] Introduce ReentrantMutex by @lif0 in #9

📦 How install

go get github.com/lif0/pkg/sync@v1.0.0

utils v1.0.0

06 Sep 11:44

Choose a tag to compare

  • add package reflect
    • add function EstimatePayloadOf for estimate payload for type

📦 How install

go get github.com/lif0/pkg/utils@v1.0.0