Releases: lif0/pkg
Releases · lif0/pkg
v1.0.1
v1.0.0
✨ 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
📝 Docs
- docs: update README.md; (ed84e6f) by @lif0
- docs: update CHANGELOG.md; (953599a) by @lif0
- docs: update CHANGELOG in each module; (41d9de2) by @lif0
- docs(sync): update README.md; (9ba5f46) by @lif0
- docs: update docs; (597b3a1) by @lif0
- docs: add CONTRIBUTING.md (ca11ccf) by @xxx
- docs: add SECURITY.md (dba870f) by @xxx
- docs: update bug_report & feature_request (f1ed008) by @xxx
- docs: add bug_report & feature_request (f72fbd7) by @xxx
- docs(sync): add performance block; (da2a396) by @lif0
- docs: fix link to full documentation; (ea996ce) by @lif0
- docs: improve README.md; (cf765bb) by @lif0
- docs: refactor README.md for each modules; (f597e79) by @lif0
- docs(utils): update README.md; (34b7e72) by @lif0
- docs: update README.md; (74ad0ef) by @lif0
- docs: some changes; (9510f97) by @lif0
- docs: refactor & restruct docs; (74d737d) by @lif0
- docs(README.md): some refactor main page; (692e125) by @lif0
- docs: update README; (4c42af3) by @lif0
- docs: update TODO.md; (3d3c7fd) by @lif0
- docs(concurrency): update README.md; (3ed58b7) by @lif0
- docs: update README.md; (85aacf5) by @lif0
- docs(semantic): update README.md; (64ed19c) by @lif0
- docs: update TODO; (392ee60) by @lif0
- docs: refactor all docs & update and improve; (2d6944a) by @lif0
- docs: update README.md; (b598742) by @lif0
✅ Tests
🔁 CI
- ci: refactor create_release.yml; (57b9c07) by @lif0
- ci(create_release): update workflow; (ac9c30b) by @lif0
🧺 Chore
- chore(badges): auto-update [skip ci] (8ddfb0f) by @github-actions[bot]
- chore: resize logo; (fbda91c) by @lif0
- chore: update logo; (4655805) by @lif0
📦 How to install
go get github.com/lif0/pkg@v1.0.0
utils v1.2.0
sync v1.2.0
concurrency v1.2.0
utils v1.1.0
Сравнение с 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
Сравнение с concurrency/v1.0.1
Added
- PKG-1 Add
chanx.FanInpattern.
📦 How install
go get github.com/lif0/pkg/concurrency@v1.1.0
concurrency v1.0.1
sync v1.0.0
utils v1.0.0
- add package reflect
- add function EstimatePayloadOf for estimate payload for type
📦 How install
go get github.com/lif0/pkg/utils@v1.0.0