Releases: jf-tech/go-corelib
Releases · jf-tech/go-corelib
v0.0.18 - Add NewTimedSlidingWindowI64 and a few other minor maths helpers
v0.0.16 - adds LineEditingReader
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
v0.0.14 - add strs.BuildFQDNWithEsc and strs.LastNameletOfFQDNWithEsc
Merge pull request #16 from jf-tech/fqdn_with_esc Adding `BuildFQDNWithEsc` and `LastNameletOfFQDNWithEsc`
v0.0.13 - add ios.ByteReadLine
Merge pull request #15 from jf-tech/scanline Add ios.ByteReadLine
v0.0.12 - add minify json helpers
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
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
Merge pull request #12 from jf-tech/inplace add inPlace to ByteUnescape
v0.0.8 - breaking change API signatures due to perf tuning.
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
Merge pull request #10 from jf-tech/lint fix lint issues