| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-03-07 | 1.3 kB | |
| v2.3.5 source code.tar.gz | 2025-03-07 | 562.3 kB | |
| v2.3.5 source code.zip | 2025-03-07 | 686.0 kB | |
| Totals: 3 Items | 1.2 MB | 0 | |
What's Changed
- fix(fileutil): unzip Chinese garbled code during decompression by @hunantangke in https://github.com/duke-git/lancet/pull/279
- fix the bug of random.RandFloats() infinite loop and the result of random.RandFloat() sometimes equals to max. by @Yurunsoft in https://github.com/duke-git/lancet/pull/282
- make Bridge not block in the first stream that not closed by @mooncake9527 in https://github.com/duke-git/lancet/pull/288
- compatible with pointer in convert.ToString by @guanhonly in https://github.com/duke-git/lancet/pull/291
- fix: fix slice_test.go ,We should not assume the order of the slice by @YoghurtFree in https://github.com/duke-git/lancet/pull/293
- feat(validator): add IsIpPort by @ch3nnn in https://github.com/duke-git/lancet/pull/294
New Contributors
- @hunantangke made their first contribution in https://github.com/duke-git/lancet/pull/279
- @mooncake9527 made their first contribution in https://github.com/duke-git/lancet/pull/288
- @guanhonly made their first contribution in https://github.com/duke-git/lancet/pull/291
- @YoghurtFree made their first contribution in https://github.com/duke-git/lancet/pull/293
Full Changelog: https://github.com/duke-git/lancet/compare/v2.3.4...v2.3.5