Commit Graph

16 Commits

Author SHA1 Message Date
Asher Gomez
0c0d227e58
BREAKING(text/unstable): move slugify module to unstable-slugify (#5953) 2024-09-12 06:36:08 +00:00
Asher Gomez
2d8031c785
BREAKING(text/unstable): move to-constant-case module to unstable-to-constant-case (#5952) 2024-09-12 13:51:21 +09:00
Tim Reichen
6677134afd
feat(text/unstable): add slugify() function (#5646)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-08-14 19:45:59 +09:00
GuyBorderless
abdecb30b7
feat(text/unstable): add toConstantCase() (#5110)
* feat(text): added toConstantCase

* move to to_constant_case.ts

* mark as unstable API

* fix import in example

* unstable notice

---------

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-07-22 00:49:57 +00:00
Yoshiya Hinosawa
63912921b3
BREAKING(text): align to single-export file pattern (#5428) 2024-07-16 12:39:39 +09:00
Asher Gomez
d102a10235
refactor(assert,async,bytes,cli,collections,crypto,csv,data-structures,datetime,dotenv,encoding,expect,fmt,front-matter,fs,html,http,ini,internal,io,json,jsonc,log,media-types,msgpack,net,path,semver,streams,testing,text,toml,ulid,url,uuid,webgpu,yaml): import from @std/assert (#5199)
* refactor: import from `@std/assert`

* update
2024-06-30 08:30:10 +00:00
Asher Gomez
33c631d60b
refactor(text): minor cleanups and improvements (#5025) 2024-06-11 19:34:14 +12:00
Asher Gomez
c5ad9d48dc
docs(cli,encoding,fmt,jsonc,path,semver,testing,text,toml,url): remove "This module is browser compatible" note (#4945) 2024-06-04 13:21:54 +10:00
Asher Gomez
31b906db99
chore: ensure code examples use assertions in Doc Linter (#4911) 2024-06-03 14:10:27 +10:00
Asher Gomez
79d6a70729
docs(assert,cli,data-structures,expect,fmt,front-matter,html,http,jsonc,semver,streams,text,toml,webgpu): add snippet checks in module, function and class docs to doc checker (#4855)
* chore: add snippet checks to module docs

* fix

* work

* tweak
2024-05-31 12:01:46 +10:00
David Sherret
1e16dc9e76
docs(text): add module doc (#4812) 2024-05-22 18:13:19 +00:00
Asher Gomez
46d9fa594c
chore: update browser-compatible files with declaration (#4560) 2024-04-10 12:43:44 +10: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
Jeff Hykin
06a676f1e6
feat: add std/text with word-similarity helpers (#3488) 2023-11-05 21:49:00 +09:00