Simon Lecoq
|
0f4649d4b7
|
feat(async/unstable): add throttle() function (#6110)
|
2024-10-21 15:19:54 +09:00 |
|
Alan Norton
|
d6b5612c9f
|
fix(http): fix tablet and smarttv in Device.type literal types (#6129)
|
2024-10-21 12:50:30 +09:00 |
|
Liam Tait
|
45be5d319d
|
feat(collections/unstable): support Iterable argument in slidingWindows (#6095)
|
2024-10-16 14:03:51 +09:00 |
|
Doctor
|
825f31160f
|
docs(tar): fix example in creating directories (#6113)
|
2024-10-16 12:06:55 +09:00 |
|
dependabot[bot]
|
d85d0d8032
|
chore: bump denoland/setup-deno from 1 to 2 (#6118)
|
2024-10-15 14:26:29 +09:00 |
|
Doctor
|
bcc2c6b199
|
test(cbor): number precision error in decoding test (#6115)
|
2024-10-15 13:33:48 +09:00 |
|
Doctor
|
39278721df
|
test(cbor): empty string being excluded from expected result (#6106)
|
2024-10-13 11:13:34 +09:00 |
|
Matthew McCune
|
123c1fe3c7
|
docs(path): re-add URL examples to @std/path/posix examples (#6105)
|
2024-10-13 11:06:24 +09:00 |
|
Doctor
|
47afc2637a
|
refactor(cbor): replace toByteStream function in common with import from @std/streams (#6107)
|
2024-10-13 11:02:28 +09:00 |
|
SoftwareSpot
|
a4cd8af96a
|
refactor(json): fix typo (#6103)
|
2024-10-10 20:09:15 +09:00 |
|
denobot
|
345e74f18a
|
chore: release 2024.10.10a (#6101)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
|
2024-10-10 19:29:31 +09:00 |
|
Yoshiya Hinosawa
|
b9e8edf901
|
fix(cbor): fix module specifier in import (#6099)
|
2024-10-10 19:10:55 +09:00 |
|
denobot
|
b4e5d21762
|
chore: release 2024.10.10 (#6098)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
|
2024-10-10 18:46:27 +09:00 |
|
Doctor
|
0f9a23c46d
|
feat(cbor/unstable): introduce @std/cbor (#5909)
|
2024-10-09 23:17:23 +09:00 |
|
Yoshiya Hinosawa
|
7bd32f0e61
|
chore: update setup-deno (#6097)
|
2024-10-09 18:15:41 +09:00 |
|
scarf
|
975af7bbfa
|
chore(async/unstable): fix typo (#6096)
|
2024-10-08 23:46:13 +09:00 |
|
Doctor
|
5a1da8d911
|
feat(streams/unstable): toByteStream() (#6046)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
|
2024-10-08 23:28:36 +09:00 |
|
scarf
|
c221924aec
|
feat(async/unstable): accept iterator varargs in MuxAsyncIterator (#6087)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
|
2024-10-08 23:20:01 +09:00 |
|
Liam Tait
|
acee24ac0c
|
feat(collections/unstable): support Iterable argument in takeLastWhile() (#6090)
|
2024-10-08 23:08:15 +09:00 |
|
Liam Tait
|
ce4d7c5e87
|
feat(collections/unstable): support Iterable argument in dropWhile() (#6088)
|
2024-10-08 23:05:25 +09:00 |
|
Liam Tait
|
0312678936
|
test(collections): add tests for filterInPlace() util (#6089)
|
2024-10-08 22:55:22 +09:00 |
|
Liam Tait
|
a6a9b86fec
|
feat(collections/unstable): support Iterable argument in intersect() (#6036)
|
2024-10-07 22:11:23 +09:00 |
|
Asher Gomez
|
065296ca5a
|
docs(log): document getLogger() and Logger (#6084)
|
2024-10-03 21:54:16 +09:00 |
|
Asher Gomez
|
b324bfa160
|
chore: re-enable test:browser task in CI (#6070)
* chore: re-enable `test:browser` task in CI
* update workspace members
---------
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
|
2024-10-03 21:53:12 +09:00 |
|
Liam Tait
|
8abe412340
|
feat(collections/unstable): support Iterable argument in dropLastWhile() (#6076)
|
2024-10-02 16:52:29 +09:00 |
|
Asher Gomez
|
bfbc53e2ca
|
fix(log): remove leaky Logger.prototype.asString() method (#6082)
|
2024-10-02 16:47:43 +09:00 |
|
Asher Gomez
|
a9a427a709
|
docs(log): document ConsoleHandler (#6071)
|
2024-10-02 16:46:14 +09:00 |
|
Simon Lecoq
|
ea8548602e
|
fix(expect): register extended matchers after native matchers (#6075)
|
2024-09-30 12:33:03 +09:00 |
|
Doctor
|
e43a7df4b6
|
fix(tar): ignore non-tar file portion of a stream in UntarStream (#6064)
|
2024-09-30 12:31:41 +09:00 |
|
Asher Gomez
|
361be4569d
|
docs(log): document formatters module (#6073)
|
2024-09-29 06:38:09 +00:00 |
|
Asher Gomez
|
106b7077d8
|
fix(log): remove leaky ConsoleHandler.prototype.applyColors() (#6072)
fix(log): remove leaky `applyColors` method
|
2024-09-29 06:37:19 +00:00 |
|
David Luis
|
2916cb8977
|
docs(log): correct the examples of debug() (#6077)
docs(log): correct the examples of debug function
|
2024-09-29 16:34:37 +10:00 |
|
Asher Gomez
|
e9716720b6
|
docs(log): document BaseHandler (#6067)
* docs(log): document `BaseHandler`
* fix
* fix
|
2024-09-27 12:31:58 +09:00 |
|
Asher Gomez
|
fb2e30313a
|
chore: remove redundant BinaryReader test class (#6068)
|
2024-09-27 12:30:41 +09:00 |
|
Asher Gomez
|
827fe95620
|
docs(log): document pass-through functions (#6066)
|
2024-09-27 12:30:09 +09:00 |
|
Asher Gomez
|
2774a070d6
|
fix(log): ensure consistent behavior with @std/log (#5974)
* fix(log): ensure consistent behavior with `@std/log`
* update
* fixes
|
2024-09-27 10:57:14 +09:00 |
|
Asher Gomez
|
d902c24651
|
BREAKING(io): remove StringReader (#6062)
* BREAKING(io): remove `StringWriter`
* BREAKING(io): remove `StringReader`
|
2024-09-26 03:25:37 +00:00 |
|
Asher Gomez
|
87a5b9e2ec
|
BREAKING(io): remove StringWriter (#6061)
|
2024-09-26 12:10:11 +09:00 |
|
Asher Gomez
|
45cef56ce9
|
BREAKING(io): remove MultiReader (#6059)
|
2024-09-26 12:15:16 +10:00 |
|
Asher Gomez
|
6c75ccb6ed
|
BREAKING(io): remove LimitedReader (#6058)
|
2024-09-26 11:51:20 +10:00 |
|
Yoshiya Hinosawa
|
33915afbb4
|
chore: fix heading level in Releases.md (#6044)
|
2024-09-25 20:37:15 +09:00 |
|
Asher Gomez
|
c8991ecd23
|
BREAKING(io): remove readDelim() (#6052)
* BREAKING(io/unstable): remove `readStringDelim()`
* BREAKING(io/unstable): remove `readDelim()`
|
2024-09-25 20:36:58 +09:00 |
|
Asher Gomez
|
4a391483ac
|
BREAKING(io): remove BufWriter (#6057)
* BREAKING(io): remove `BufReader`
* BREAKING(io): remove `BufWriter`
* fix
|
2024-09-25 21:13:48 +10:00 |
|
Asher Gomez
|
0023c5305a
|
BREAKING(io): remove BufReader (#6056)
* BREAKING(io): remove `BufReader`
* fix
|
2024-09-25 17:52:07 +10:00 |
|
Asher Gomez
|
91c108e148
|
chore: re-enable Codecov (#6055)
* chore: re-enable Codecov
* fix
|
2024-09-25 13:41:15 +09:00 |
|
Asher Gomez
|
93fe4a1b99
|
chore: remove redundant Deno future CI step (#6054)
|
2024-09-25 13:25:49 +09:00 |
|
Asher Gomez
|
4e6a86be9b
|
BREAKING(io): remove readShort() (#6050)
* BREAKING(io/unstable): remove `sliceLongToBytes()`
* BREAKINIG(io/unstable): remove `readLong()`
* BREAKING(io/unstable): remove `readInt()`
* BREAKING(io/unstable): remove `readShort()`
|
2024-09-25 04:18:45 +00:00 |
|
Asher Gomez
|
71e1b13714
|
BREAKING(io): remove readInt() (#6048)
* BREAKING(io/unstable): remove `sliceLongToBytes()`
* BREAKINIG(io/unstable): remove `readLong()`
* BREAKING(io/unstable): remove `readInt()`
|
2024-09-25 04:13:37 +00:00 |
|
Asher Gomez
|
498700fc52
|
BREAKING(io): remove readLong() (#6047)
* BREAKING(io/unstable): remove `sliceLongToBytes()`
* BREAKINIG(io/unstable): remove `readLong()`
|
2024-09-25 04:08:10 +00:00 |
|
Asher Gomez
|
90c571cfd5
|
chore: revert deno fmt --check workaround (#6053)
|
2024-09-25 14:02:33 +10:00 |
|