std/text
denobot f7f275bd3b
chore: release 2024.08.16 (#5687)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-08-16 15:33:08 +09:00
..
_util_test.ts fix(text): unicode support and word splitting according to case (#5447) 2024-07-22 20:45:05 +09:00
_util.ts fix(text): unicode support and word splitting according to case (#5447) 2024-07-22 20:45:05 +09:00
case_test.ts fix(text): unicode support and word splitting according to case (#5447) 2024-07-22 20:45:05 +09:00
closest_string_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
closest_string.ts feat(text): add ability for user to control word comparison function (#5448) 2024-07-17 05:19:21 +10:00
compare_similarity_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
compare_similarity.ts feat(text): add ability for user to control word comparison function (#5448) 2024-07-17 05:19:21 +10:00
deno.json chore: release 2024.08.16 (#5687) 2024-08-16 15:33:08 +09:00
levenshtein_distance_test.ts test(text): add more testcases for levenshteinDistance (#5528) 2024-07-23 23:43:55 +00:00
levenshtein_distance.ts docs(fmt,fs,text,yaml): fix Markdown alerts (#5568) 2024-07-29 21:31:14 +10:00
mod.ts feat(text/unstable): add slugify() function (#5646) 2024-08-14 19:45:59 +09:00
slugify_test.ts feat(text/unstable): add slugify() function (#5646) 2024-08-14 19:45:59 +09:00
slugify.ts feat(text/unstable): add slugify() function (#5646) 2024-08-14 19:45:59 +09:00
to_camel_case.ts BREAKING(text): align to single-export file pattern (#5428) 2024-07-16 12:39:39 +09:00
to_constant_case.ts feat(text/unstable): add toConstantCase() (#5110) 2024-07-22 00:49:57 +00:00
to_kebab_case.ts BREAKING(text): align to single-export file pattern (#5428) 2024-07-16 12:39:39 +09:00
to_pascal_case.ts BREAKING(text): align to single-export file pattern (#5428) 2024-07-16 12:39:39 +09:00
to_snake_case.ts BREAKING(text): align to single-export file pattern (#5428) 2024-07-16 12:39:39 +09:00
word_similarity_sort_test.ts refactor(text): minor cleanups and improvements (#5025) 2024-06-11 19:34:14 +12:00
word_similarity_sort.ts feat(text): add ability for user to control word comparison function (#5448) 2024-07-17 05:19:21 +10:00