aboutsummaryrefslogtreecommitdiff
path: root/lib/text
AgeCommit message (Expand)Author
2 daystext/diff: update comments on BytesRatioHEADmaindevShulhan
3 daystext/diff: skip writing Unified if no difference foundShulhan
3 daystext/diff: rename LevelWords to LevelChunksShulhan
3 daystext/diff: rewrite TestText to test Files with LevelWordsShulhan
3 daystext/diff: rename LineChange to LineChunkShulhan
3 daystext/diff: remove LineChangesShulhan
3 daystext/diff: add example for Files, Lines, Text, and UnifiedShulhan
3 daystext/diff: add an examples for Bytes and BytesRatioShulhan
3 daystext/diff: stores the old and new file names for showing in WriteUnifiedShulhan
3 daystext/diff: replace IsEqual with [bytes.Equal]Shulhan
3 daystext/diff: implements unified diffShulhan
5 daystext/diff: refactoring to use local Line instead from text packageShulhan
10 daysall: apply go fixShulhan
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2025-01-23all: use for-range with numericShulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-09-14all: fix variable shadowing as reported by shadow toolShulhan
2023-09-11lib/text: fix linter warningsShulhan
2023-09-11lib/text: realign struct for better size allocationShulhan
2023-04-03lib/bytes: copy TokenFind to internal/bytes#TokenFindShulhan
2022-09-21text/diff: add field to indicate no difference found after diff-ingShulhan
2022-09-08text/diff: rewrite the test again by reading from filesShulhan
2022-09-07lib/text: replace test.Assert with reflect.DeepEqualShulhan
2022-09-07lib/text: replace json.Escape with strconv.QuoteShulhan
2022-08-29text/diff: rewrite the test using test.DataShulhan
2022-08-28lib/text: add custom MarshalJSON to type Chunk and LineShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2021-07-30text/diff: add functions to compare raw bytes as text and text.LinesShulhan
2021-07-30lib/text: implement function to parse raw bytes into LinesShulhan
2021-07-30lib/text: implement Stringer on Chunk and Line typesShulhan
2020-06-06all: use default linter optionsShulhan
2019-09-27all: remove unnecessary trailing newlineShulhan
2019-06-14all: fix nolint formatShulhan
2019-03-01all: fix warnings from linterShulhan
2019-01-29lib/text: simplify if-else conditionShulhan
2018-11-30all: fix and suppress linter warnings on long linesShulhan
2018-11-30all: minimize and suppress linter warnings for global variablesShulhan
2018-11-30all: fix linter warnings on naked returnShulhan
2018-11-29all: disable lint on functions that have cyclomatix complexity > 15Shulhan
2018-11-29all: fix warnings from lintersShulhan
2018-11-29all: fixes warning from lintersShulhan
2018-11-29all: fix warning from lintersShulhan
2018-09-17Merge package "github.com/shuLhan/tekstus/diff" to "text/diff"Shulhan
2018-09-03Rename package text to stringShulhan
2018-09-03Move all byte(s) related constant and functions from package text to bytesShulhan
2018-09-03lib/text: add function to check if all bytes are digitShulhan
2018-09-01Add package time with Day and Week as durationShulhan
2018-08-29lib/text: move exported constants to file named as package nameShulhan
2018-08-28lib/text: add function to generate fixed random charactersShulhan