Tim Reichen
860f578a10
refactor(front-matter): remove Extractor
type ( #5659 )
2024-08-08 23:02:08 +02:00
Tim Reichen
adcfb5f1bb
refactor(front-matter): replace regexp objects with maps ( #5379 )
2024-07-10 20:32:26 +10:00
Tim Reichen
094d18430b
BREAKING(front-matter): remove unknown
from Format
union type ( #5367 )
...
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-07-09 20:51:24 +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
Yusuke Tanaka
d13ef17a5d
docs(front-matter): improve docs for stabilization ( #4789 )
...
This commit improves docs of the front-matter module.
Specifically, the following things are done:
- Use `@example` where appropriate to render the examples more beautifully
- Split the big example attached to `createExtractor` function into smaller pieces so that each one has minimal yet meaningful example
- Add `@returns` to the `test` function
- Deduplicate `Format` type definition
- Add a brief description to `Format` type
Towards #3764
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-05-27 18:14:52 -07:00
Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase ( #4650 )
2024-04-29 11:57:30 +09:00
Asher Gomez
198c7afd32
docs(front_matter): cleanup and improve docs ( #4505 )
2024-03-20 12:38:07 +11:00
Tim Reichen
0462ce2048
refactor(front_matter): cleanup _formats.ts
( #4499 )
...
initial commit
2024-03-17 07:07:11 +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
Asher Gomez
c3a0086d5e
chore(front_matter): cleanup deprecation-related code ( #3932 )
2023-12-12 14:51:35 +11:00
Yoshiya Hinosawa
39c551dc70
BREAKING(front_matter): deprecate Format enum, use union type instead ( #3641 )
2023-10-06 15:27:26 +09:00
Jacob Avery
4159f9b9e3
refactor(front_matter): move exports to their own module ( #3634 )
2023-09-14 18:19:57 +09:00