Commit Graph

9 Commits

Author SHA1 Message Date
Yoshiya Hinosawa
0ce9c2bf7e
experiment 2024-01-31 18:10:15 +09:00
Simon Holloway
a4d02abc51
refactor(text): prepare for noUncheckedIndexedAccess (#4148) 2024-01-11 07:33:57 +11:00
Tim Reichen
3601c64751
feat(text): cases (#4082)
* initial commit

* add missing copyright

* update

* Update text/_util.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* Update text/case.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* update comment

* remove assertEquals from @example

* update

* remove screaming snake case

* remove export

* rename splitToWords

* remove toTitleCase

* remove toSentenceCase

* update

* tweaks

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-10 21:18:30 +11:00
Asher Gomez
d7a5790122
refactor(text): use star exports in mod.ts (#4135) 2024-01-09 10:55:39 +09:00
Lino Le Van
c46143f0ac
chore: update copyright year (#4046)
* chore: update copyright year

* fix

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-02 08:11:32 +11:00
Tim Reichen
c3cfce40d3
refactor(text): format test names (#3993) 2023-12-20 20:58:55 +11:00
David Sherret
b0803619af
refactor: add some missing explicit types (#3997)
* refactor: add some missing return types and mark some non-exported types as `@internal`

* Update expect/fn.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* Remove @internals

* nits

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-12-19 00:26:13 +00:00
Yoshiya Hinosawa
f014a03fcd
fix(text): fix closestString (#3936) 2023-12-12 19:34:42 +09:00
Jeff Hykin
06a676f1e6
feat: add std/text with word-similarity helpers (#3488) 2023-11-05 21:49:00 +09:00