Releases: shengyanli1982/workqueue
Releases · shengyanli1982/workqueue
v2.3.0
What's Changed
- Refactor queue internals; update implementations, tests and examples by @shengyanli1982 in #40
- Update README by @shengyanli1982 in #41
- Update the GitHub test tasks. by @shengyanli1982 in #42
Full Changelog: v2.2.6...v2.3.0
v2.2.6
What's Changed
- Stripping external dependency libraries. by @shengyanli1982 in #39
Full Changelog: v2.2.5...v2.2.6
v2.2.5
What's Changed
- Added design UML diagram by @shengyanli1982 in #36
- Optimize the naming of an interface. by @shengyanli1982 in #37
- Optimize code for more efficient memory usage. by @shengyanli1982 in #38
Full Changelog: v2.2.4...v2.2.5
v2.2.4
What's Changed
- Correct comment errors in code and presentation errors in README to optimize a place of code writing. by @shengyanli1982 in #35
Full Changelog: v2.2.3...v2.2.4
v2.2.3
What's Changed
- The minimum heap using the red-black tree algorithm swaps the minimum heap using insertion sort. Improve the Queue, DelayingQueue and PriorityQueue sections of code and test cases. by @shengyanli1982 in #33
- Fixed a BUG with the DelayingQueue element count method. by @shengyanli1982 in #34
Full Changelog: v2.1.3...v2.2.3
v2.1.3
What's Changed
- Optimize Heap Put function code to improve Heap performance. by @shengyanli1982 in #28
Full Changelog: v2.1.2...v2.1.3
v2.1.2
v2.1.1
What's Changed
- Fix some untranslated content in README by @shengyanli1982 in #24
- Fixed some errors in README by @shengyanli1982 in #25
- Fix bugs and optimize code as well as improve README content by @shengyanli1982 in #26
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- Upgrade v1 to v2 by @shengyanli1982 in #22
- Add Chinese README by @shengyanli1982 in #23
Full Changelog: https://github.com/shengyanli1982/workqueue/commits/v2.1.0
v0.1.12
What's Changed
- Add Chinese README by @shengyanli1982 in #20
- Update github workflow and fix README file errors by @shengyanli1982 in #21
Full Changelog: v0.1.11...v0.1.12