std/text
denobot 2b3683b6fb
chore: release 2024.08.26 (#5824)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-08-26 17:33:29 +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
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.26 (#5824) 2024-08-26 17:33:29 +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 docs(text): fix slugify() summary (#5722) 2024-08-22 14:49:56 +09:00
slugify.ts docs(archive,assert,cache,cli,encoding,html,http,net,streams,text): remove unstable Markdown alert (#5672) 2024-08-22 02:55:17 -04:00
to_camel_case_test.ts test(text): move case tests to separate files (#5807) 2024-08-24 23:41:36 +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_test.ts test(text): move case tests to separate files (#5807) 2024-08-24 23:41:36 +09:00
to_constant_case.ts docs(archive,assert,cache,cli,encoding,html,http,net,streams,text): remove unstable Markdown alert (#5672) 2024-08-22 02:55:17 -04:00
to_kebab_case_test.ts test(text): move case tests to separate files (#5807) 2024-08-24 23:41:36 +09: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_test.ts test(text): move case tests to separate files (#5807) 2024-08-24 23:41:36 +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_test.ts test(text): move case tests to separate files (#5807) 2024-08-24 23:41:36 +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