Skip to content

Releases: jf-tech/go-corelib

v0.0.18 - Add NewTimedSlidingWindowI64 and a few other minor maths helpers

24 Feb 05:21
ac939d1
Compare
Choose a tag to compare
fix TimedSlidingWindowI64 bug of start index incorrectly wraped aroun…

v0.0.16 - adds LineEditingReader

01 Dec 00:00
44cb4fd
Compare
Choose a tag to compare

What's Changed

  • Introduce ios.LineEditingReader, an io.Reader wrapper with line editing mechanism by @jf-tech in #22

Full Changelog: v0.0.15...v0.0.16

v0.0.15 - adds BytesReplacer for BytesReplacingReader to allow indexing customization

04 Aug 02:40
99ea835
Compare
Choose a tag to compare

v0.0.14 - add strs.BuildFQDNWithEsc and strs.LastNameletOfFQDNWithEsc

28 Apr 01:03
5e34763
Compare
Choose a tag to compare
Merge pull request #16 from jf-tech/fqdn_with_esc

Adding `BuildFQDNWithEsc` and `LastNameletOfFQDNWithEsc`

v0.0.13 - add ios.ByteReadLine

12 Nov 18:52
fdca3cb
Compare
Choose a tag to compare
Merge pull request #15 from jf-tech/scanline

Add ios.ByteReadLine

v0.0.12 - add minify json helpers

02 Nov 00:17
4a3c455
Compare
Choose a tag to compare
Merge pull request #14 from jf-tech/bench

add minify json helpers to jsons package and add timetrie initiailization benchmark (so that it won't become too slow before too late)

v0.0.11 - fix timetrie where 202010301234 isn't parsing

29 Oct 18:37
3193a35
Compare
Choose a tag to compare
Merge pull request #13 from jf-tech/fixtimetrie

Fix timetrie where 202010301234 (basically 2020/10/30 12:34) isn't parsing

v0.0.9 - add 'inPlace' param to ByteUnescape

26 Oct 04:57
73dc5cc
Compare
Choose a tag to compare
Merge pull request #12 from jf-tech/inplace

add inPlace to ByteUnescape

v0.0.8 - breaking change API signatures due to perf tuning.

25 Oct 01:44
bc8b129
Compare
Choose a tag to compare
Merge pull request #11 from jf-tech/fixscanner3

switch delim/esc to []byte, reimplement (Byte)IndexWithEsc, Unescape, add ByteUnescape, and more benches

v0.0.7 - add ByteLenOfRunes and optimize IndexWithEsc

24 Oct 04:25
191d6ca
Compare
Choose a tag to compare
Merge pull request #10 from jf-tech/lint

fix lint issues