std/text
2024-10-23 00:43:46 +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 refactor(archive,async,cli,csv,dotenv,encoding,expect,fmt,front-matter,fs,http,internal,log,net,path,semver,testing,text,webgpu,yaml): enable "exactOptionalPropertyTypes" option (#5892) 2024-09-04 14:15:01 +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.09.24 (#6043) 2024-09-24 19:25:09 +09:00
levenshtein_distance_test.ts fix(text): handle code points > U+FFFF in levenshteinDistance (#6014) 2024-09-20 17:14:22 +09:00
levenshtein_distance.ts fix(text): handle code points > U+FFFF in levenshteinDistance (#6014) 2024-09-20 17:14:22 +09:00
mod.ts BREAKING(text/unstable): move slugify module to unstable-slugify (#5953) 2024-09-12 06:36:08 +00: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_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
unstable_slugify_test.ts feat(text/unstable): handle non-Latin-script text in slugify (#6012) 2024-10-21 16:00:30 +09:00
unstable_slugify.ts ci: fix lint error on main (#6137) 2024-10-23 00:43:46 +09:00
unstable_to_constant_case_test.ts BREAKING(text/unstable): move to-constant-case module to unstable-to-constant-case (#5952) 2024-09-12 13:51:21 +09:00
unstable_to_constant_case.ts BREAKING(text/unstable): move to-constant-case module to unstable-to-constant-case (#5952) 2024-09-12 13:51:21 +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