Commit Graph

13 Commits

Author SHA1 Message Date
Tim Reichen
9be9eaea4b
fix(front-matter): remove os specific newline (#5752)
initial commit
2024-08-22 17:43:11 +10:00
Yoshiya Hinosawa
7de150d2f3
fix(front-matter): allow whitespaces after the header (#5685) 2024-08-16 18:29:36 +09:00
Tim Reichen
860f578a10
refactor(front-matter): remove Extractor type (#5659) 2024-08-08 23:02:08 +02:00
Tim Reichen
ee46c4da79
refactor(front-matter): replace regexp factory with regexp literals (#5370)
* initial commit

* add parens

* update

* temp test

* update

* remove temp test

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-08-01 09:19:16 +10:00
Tim Reichen
a32c05fe26
refactor(front-matter): remove createExtractor() (#5378)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-07-11 15:43:36 +09:00
Tim Reichen
adcfb5f1bb
refactor(front-matter): replace regexp objects with maps (#5379) 2024-07-10 20:32:26 +10: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
3a3bf8d1a0
BREAKING(front_matter): remove deprecated APIs (#4013) 2023-12-22 19:34:08 +09:00
Asher Gomez
21d020687b
deprecation(front_matter): move Format enum deprecation forward (#3931) 2023-12-12 14:49:56 +11:00
Asher Gomez
7d5344d775
docs: improve deprecation notices (#3804) 2023-11-16 05:33:11 +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