Commit Graph

3650 Commits

Author SHA1 Message Date
Asher Gomez
cc63704cf0
chore(bytes): release bytes@1.0.0-rc.2 (#4745)
feat(bytes): `bytes@1.0.0-rc.2`
2024-05-16 15:50:55 +10:00
David Luis
aa35b3574f
test(encoding): improve test coverage (#4742) 2024-05-16 08:58:53 +10:00
Yoshiya Hinosawa
48506f42c6
chore: remove .devcontainer (#4740) 2024-05-15 20:47:55 +09:00
Yoshiya Hinosawa
d3729aa56d
test(cli): reduce flakiness of spinner test (#4738) 2024-05-15 18:50:48 +09:00
Asher Gomez
17d7fffccc
docs(internal): cleanups and documentation improvements (#4706)
* feat(internal): `internal@1.0.0`

* work

* revert

* fix

* fix
2024-05-15 09:57:20 +02:00
Yoshiya Hinosawa
f2c05b7027
chore: add vscode settings (#4735)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-05-15 15:41:32 +09:00
Asher Gomez
1271a7f392
docs(media-types): polish documentation (#4731) 2024-05-15 16:33:05 +10:00
Yoshiya Hinosawa
77b24859ff
chore: update title.yml (#4736)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-05-15 15:30:26 +09:00
Asher Gomez
531ca65b0a
docs: instructions on how to add package title to title checker (#4729)
* docs: instructions on how to add package title to title checker

* fix
2024-05-15 15:17:23 +10:00
Asher Gomez
0c44d968a2
refactor(assert): vendor code from fmt/colors.ts (#4716)
* refactor(assert): vendor code from `fmt/colors.ts`

* update

* tweak

* tweaks
2024-05-15 15:00:04 +10:00
Asher Gomez
656eddaf77
docs(assert): document assertStrictEquals() equality comparison behavior (#4724)
doc(assert): document `assertStrictEquals()` equality comparison behavior
2024-05-15 12:46:11 +09:00
Asher Gomez
99bbda2a37
docs: "Frequently Asked Questions" page (#4722)
* docs: "Frequently Asked Questions" page

* fix

* tweak

* tweaks
2024-05-15 13:35:13 +10:00
Asher Gomez
b32ab88b40
chore: update deno_doc (#4726) 2024-05-15 05:36:08 +10:00
Asher Gomez
d199bb10a1
docs: update ARCHITECTURE.md (#4721) 2024-05-14 21:02:07 +10:00
Yoshiya Hinosawa
4398642ef3
chore: update check_circular_package_dependencies.ts (#4720) 2024-05-13 18:43:49 +09:00
Yoshiya Hinosawa
5e7bc33c90
test(cli): reduce flakiness of spinner test (#4719) 2024-05-13 18:15:59 +09:00
Asher Gomez
6769253142
chore(assert): revert "handle assertStrictEquals(-0, +0) correctly" (#4718) 2024-05-13 17:50:51 +10:00
Jacob Avery
8c87b7f8e4
test(cli): Spinner tests (#4713)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-05-13 09:11:47 +09:00
Michael Herzner
941f0a3ff6
feat(collections): add invert() and invertBy() (#4710)
* feat(collections): add invert and invertBy

* tweaks

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-05-13 09:02:00 +10:00
Rüdiger Herrmann
ba0522aba0
fix(assert): handle assertStrictEquals(-0, +0) correctly (#4715)
fix(assert): let assertStrictEquals(-0, +0) pass (#4714)

Fix `assertStrictEquals` to consider -0 and +0 to be equal. Follow the
[MDN recommendation] by replacing `Object.is` with `===` and handling
NaNs specifically.

[MDN recommendation]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness#when_to_use_object.is_versus_triple_equals
2024-05-13 08:41:41 +10:00
Michael Herzner
750e477be0
refactor(collections): sort exports in mod.ts (#4712)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-05-13 07:32:54 +09:00
David Sherret
4a7f38339e
chore(expect): fix future no-slow-type lint errors with expando properties (#4711)
* chore: fix future fast check errors with expando properties

* spelling

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-05-13 08:29:05 +10:00
Michael Herzner
1cd35a6746
test(net): improve test coverage (#4709)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-05-13 07:17:22 +09:00
Asher Gomez
ea70808fee
refactor(internal): cleanup buildMessage() (#4705) 2024-05-13 07:14:33 +10:00
Asher Gomez
ad5a2d93c8
refactor(internal): cleanup diff() (#4704) 2024-05-13 07:14:19 +10:00
Leo Kettmeir
6deab72a00
test(webgpu): remove Deno.resources() usage (#4708) 2024-05-11 09:35:47 +10:00
Asher Gomez
c53ca87301
refactor(internal): cleanup and restructure diffstr() (#4703)
* refactor(internal): cleanup and restructure `diffstr()`

* work
2024-05-09 19:36:45 +09:00
Asher Gomez
54f93b8f94
refactor(internal): cleanup _internals (#4702) 2024-05-09 20:34:55 +10:00
Asher Gomez
668c99a41f
fix(assert): don't swallow the original error while creating assertion error (#4701)
fix(assert): remove unreachable logic
2024-05-09 15:39:21 +09:00
Asher Gomez
48a1982d10
fix(expect): don't swallow the original error while creating assertion error (#4700)
refactor(expect): remove unreachable logic
2024-05-09 16:29:13 +10:00
Asher Gomez
a63a439c11
refactor(internal): cleanup and restructure (#4698)
* refactor(internal): cleanup

* revert

* work

* fix

* fix

* fix

* tweaks

* fix
2024-05-09 15:14:09 +09:00
Asher Gomez
f24ac87982
docs(collections): finalize module documentation (#4696) 2024-05-09 13:39:55 +10:00
Asher Gomez
883f129939
docs(bytes): trim module documentation (#4693)
* docs(bytes): trim module documentation

* fix

* tweaks

* tweak
2024-05-08 16:03:08 +09:00
Asher Gomez
e1d355bc7b
chore: make JSR note a little more prominent (#4692) 2024-05-08 16:00:48 +09:00
Asher Gomez
a079dd3fed
docs(bytes,collections): fix doc checker and documentation (#4691)
docs(bytes,collection): fix doc checker and documentation
2024-05-08 16:18:26 +10:00
Yoshiya Hinosawa
3dccdc11e5
chore: update jsr:@deno/bump-workspaces (#4690) 2024-05-08 15:14:05 +09:00
denobot
53e08775e3
chore: release 2024.05.07 (#4689)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-05-08 13:32:51 +09:00
Yoshiya Hinosawa
14f9cc6dbf
chore: fix permissions for version_bump.yml (#4688) 2024-05-07 18:38:16 +09:00
Yoshiya Hinosawa
8426f14e9d
chore: update version_bump.yml (#4687) 2024-05-07 18:23:27 +09:00
Yoshiya Hinosawa
4c769f8175
chore(assert,fmt,fs,internal,path): skip yanked versions manually (#4683) 2024-05-07 16:26:05 +09:00
Yoshiya Hinosawa
cd3bb21d14
chore: update .editorconfig (#4685) 2024-05-07 16:15:29 +09:00
Yoshiya Hinosawa
cd4f516666
chore: update title.yml (#4684) 2024-05-07 16:14:32 +09:00
Asher Gomez
7ef50eb473
refactor(collections): minor cleanups (#4681) 2024-05-07 17:11:55 +10:00
Asher Gomez
e7b2ca69ee
fix(collections): correct error class when chunk() throws (#4682)
refactor(collections): correct error class when `chunk()` throws
2024-05-07 15:54:29 +10:00
Asher Gomez
1a0907eb53
feat(log): make FileHandler and RotatingFileHandler buffer size configurable (#4680) 2024-05-07 14:48:48 +10:00
Michael Herzner
b649680328
test(assert): improve test coverage (#4679)
* test(assert): improve test coverage

* chore: format

* chore: lint

* nits

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-05-07 00:08:16 +00:00
Asher Gomez
5e99c21210
docs(collections): complete documentation (#4664)
* docs(collections): complete documentation

* work

* work

* work

* work

* fix

* fixes

* fixes

* fixes

* fixes

* tweak
2024-05-06 16:51:20 +09:00
Yoshiya Hinosawa
2f593415d4
chore: remove doc test workaround (#4675) 2024-05-06 13:16:10 +09:00
Asher Gomez
4bdefc105c
chore: run @example JSDoc code snippets (#4669)
* chore: run `@example` JSDoc code snippets

* async-ify

* work

* fix

* works

* fix

* tweak
2024-05-06 13:28:15 +10:00
Asher Gomez
e7ce4ff553
feat(bytes): @std/bytes@1.0.0-rc.1 (#4651) 2024-05-02 21:44:41 +10:00