liang
|
fd9286e10e
|
fix(streams): toText() incorrect with multibyte strings in different chunks (#5381)
|
2024-07-10 19:52:35 +09:00 |
|
Yoshiya Hinosawa
|
d134a2d9ae
|
docs(front-matter): fix description of Extract (#5383)
|
2024-07-10 19:35:19 +09:00 |
|
Asher Gomez
|
41be714d64
|
BREAKING(csv): throw TypeError in stringify() instead of StringifyError (#5347)
|
2024-07-10 20:32:59 +10:00 |
|
Tim Reichen
|
adcfb5f1bb
|
refactor(front-matter): replace regexp objects with maps (#5379)
|
2024-07-10 20:32:26 +10:00 |
|
Yoshiya Hinosawa
|
c356e39cab
|
chore: fix path version range in import map (#5377)
|
2024-07-10 17:36:02 +09:00 |
|
Asher Gomez
|
aa06ae3c4e
|
BREAKING(http): rename Entity to ETagSource and calculate() to eTag() (#5144)
|
2024-07-10 16:27:34 +10:00 |
|
Asher Gomez
|
acdea7c9f5
|
docs(fmt): improve documentation (#5373)
* docs(fmt): improve documentation
* work
* work
* work
|
2024-07-10 15:26:41 +10:00 |
|
Asher Gomez
|
2308f8263f
|
chore(fmt): release fmt@1.0.0-rc.1 (#5372)
* chore(fmt): release `fmt@1.0.0-rc.1`
* update graph
|
2024-07-10 15:05:25 +10:00 |
|
Asher Gomez
|
d32a8c9c34
|
BREAKING(fmt): remove stripColor (#5374)
|
2024-07-10 14:49:54 +10:00 |
|
Asher Gomez
|
0a8a3387c6
|
chore(html): release html@1.0.0 (#4988)
|
2024-07-10 01:08:38 +00:00 |
|
Asher Gomez
|
74388acd49
|
chore(toml): release toml@1.0.0 (#5204)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
|
2024-07-10 01:03:29 +00:00 |
|
Asher Gomez
|
f20b580e77
|
chore(path): release path@1.0.0 (#5203)
* chore(path): release `path@1.0.0`
* Update deno.json
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
* fix
---------
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
|
2024-07-10 11:02:12 +10:00 |
|
Asher Gomez
|
7bd1f18880
|
BREAKING(toml): throw SyntaxError in parse() instead of TOMLParseError (#5346)
* BREAKING(toml): throw `SyntaxError` in `parse()` instead of `TOMLParseError`
* fix
|
2024-07-10 09:25:59 +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 |
|
Yoshiya Hinosawa
|
474d6f337f
|
chore(net): release net@1.0.0-rc.1 (#5349)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
|
2024-07-09 20:21:00 +09:00 |
|
Asher Gomez
|
e13bca6f67
|
docs(net): update docs for getAvailablePort() (#5366)
* docs(net): update docs for `getAvailablePort()`
* fix
* fix
|
2024-07-09 21:19:51 +10:00 |
|
Asher Gomez
|
eed1194541
|
docs(net): make getNetworkAddress() unstable status more prominent (#5368)
|
2024-07-09 21:15:05 +10:00 |
|
Tim Reichen
|
dac34fc7d0
|
refactor(yaml): camelcase iskey (#5365)
|
2024-07-09 20:32:26 +10:00 |
|
Tim Reichen
|
996931ae42
|
refactor(toml): improve early returns (#5338)
|
2024-07-09 18:59:45 +09:00 |
|
Tim Reichen
|
9dafbfbcc4
|
refactor(yaml): remove Any type (#5306)
|
2024-07-09 18:22:53 +09:00 |
|
Asher Gomez
|
1f26aa503b
|
chore: update dependency graph (#5362)
|
2024-07-09 16:20:18 +10:00 |
|
denobot
|
dc14633394
|
chore: release 2024.07.09 (#5363)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
|
2024-07-09 15:13:21 +09:00 |
|
Yoshiya Hinosawa
|
9498a40bb4
|
fix(http): allow deleting cookie with secure , httpOnly and partitioned attributes (#5354)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
|
2024-07-09 13:39:25 +09:00 |
|
Yoshiya Hinosawa
|
b9df975db9
|
chore(ini): release ini@1.0.0-rc.1 (#5357)
|
2024-07-09 13:12:08 +09:00 |
|
Asher Gomez
|
02a07857cd
|
docs(ini): link options interfaces to functions that use them (#5359)
|
2024-07-09 13:08:41 +09:00 |
|
Yoshiya Hinosawa
|
e710e61b62
|
BREAKING(ini): make IniMap private (#5351)
|
2024-07-09 12:31:59 +09:00 |
|
Yoshiya Hinosawa
|
be9eb72bdd
|
test(yaml): test parsing of single quoted scalars (#5356)
|
2024-07-09 12:13:35 +09:00 |
|
Yoshiya Hinosawa
|
6eeddb32d7
|
fix(testing): cause type error for async function as describe body (#5355)
|
2024-07-09 12:13:07 +09:00 |
|
Yoshiya Hinosawa
|
0d668fa01e
|
fix(testing): escape CR in snapshot files (#5352)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
|
2024-07-08 19:33:33 +09:00 |
|
Yoshiya Hinosawa
|
1ff4af8a32
|
test(yaml): add test cases of stringify (#5350)
|
2024-07-08 19:31:02 +09:00 |
|
Yoshiya Hinosawa
|
a0b4103ac3
|
chore(net): mark getNetworkAddress() unstable (#5348)
|
2024-07-08 13:38:51 +09:00 |
|
Yoshiya Hinosawa
|
01587e3409
|
test(yaml): test block scalar output of stringify (#5341)
|
2024-07-08 12:39:31 +09:00 |
|
Mannix
|
1a637a71a9
|
perf(encoding): fix loop times in encodeHex() (#5344)
|
2024-07-08 10:36:00 +09:00 |
|
Tim Reichen
|
ab0dd78b17
|
refactor(toml): remove Utils object (#5342)
|
2024-07-08 10:21:07 +09:00 |
|
Asher Gomez
|
a178f6a81a
|
refactor(yaml): cleanup dead code in Mark class (#5327)
|
2024-07-08 11:20:03 +10:00 |
|
Tim Reichen
|
893c7cfaf1
|
refactor(toml): remove Patterns object (#5343)
initial commit
|
2024-07-08 10:42:21 +10:00 |
|
Asher Gomez
|
f222d807b4
|
fix(fs): accept exts without leading period in walk[Sync]() (#5345)
|
2024-07-08 10:41:32 +10:00 |
|
Asher Gomez
|
b6906a97bf
|
refactor(yaml): simplify YamlError (#5328)
|
2024-07-07 22:24:36 +10:00 |
|
Tim Reichen
|
424a113d08
|
refactor(yaml): simplify and rename dropEndingNewline() (#5336)
|
2024-07-07 21:11:15 +09:00 |
|
Tim Reichen
|
ce0c1e2cfb
|
refactor(toml): rename functions to camel case (#5339)
initial commit
|
2024-07-07 21:59:30 +10:00 |
|
Yoshiya Hinosawa
|
a578761bc6
|
BREAKING(front-matter): make Extractor helper type private (#5334)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
|
2024-07-06 20:12:43 +09:00 |
|
Tim Reichen
|
5cccc4b0aa
|
refactor(yaml): move getObjectTypeString() (#5332)
* initial commit
* update
|
2024-07-06 18:36:19 +10:00 |
|
Asher Gomez
|
8f92a038f9
|
docs(yaml): improve documentation (#5324)
* docs(yaml): improve documentation
* work
* refactor: remove example link
|
2024-07-06 09:35:15 +01:00 |
|
Yoshiya Hinosawa
|
25aa6fa6a7
|
fix(front-matter): improve extract types (#5325)
|
2024-07-05 20:40:06 +09:00 |
|
Asher Gomez
|
44a54dfc93
|
refactor(yaml): remove obsolete static Schema.SCHEMA_DEFAULT property (#5326)
|
2024-07-05 18:11:24 +10:00 |
|
Asher Gomez
|
b927e8c074
|
BREAKING(yaml): rename StringifyOptions.noRefs to StringifyOptions.useAnchors (#5288)
|
2024-07-05 15:24:13 +10:00 |
|
Yoshiya Hinosawa
|
6d16b81b79
|
chore: fix workspace dependency specifiers (#5322)
|
2024-07-05 12:57:19 +09:00 |
|
Asher Gomez
|
fcc59f2b4a
|
BREAKING(path): remove FormatInputPathObject (#5321)
|
2024-07-05 03:26:18 +00:00 |
|
Tim Reichen
|
edc649bcb7
|
refactor(yaml): cleanup detectType() (#5313)
|
2024-07-05 12:08:53 +09:00 |
|
Asher Gomez
|
dcdd5ea04b
|
BREAKING(path): remove GlobToRegExpOptions (#5320)
|
2024-07-05 12:43:43 +10:00 |
|