Commit Graph

3316 Commits

Author SHA1 Message Date
Yoshiya Hinosawa
e993dbd0cb
fix(expect): align toStrictEqual behavior to jest (#4035) 2023-12-28 22:10:52 +09:00
Tim Reichen
81bcbc1ca1
feat(semver): optional SemVer build and prerelease properties (#4024)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2023-12-28 19:00:18 +09:00
Tim Reichen
8497153a9b
refactor(semver): add operators array (#4033) 2023-12-28 18:31:06 +09:00
Tim Reichen
17c5675360
deprecation(semver): deprecate cmp (#4025)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-12-28 13:47:37 +09:00
Tim Reichen
707c3140d6
deprecation(semver): rename rsort to reverseSort (#4032) 2023-12-28 13:45:30 +09:00
Tim Reichen
0181850e64
test(csv): format test names (#3990)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2023-12-28 13:40:00 +09:00
Tim Reichen
86701972ed
test(data_structures): format test names (#3991)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2023-12-28 13:17:21 +09:00
Tim Reichen
026a555608
refactor(datetime): format test names (#4030)
* initial commit

* rereun tests
2023-12-28 14:05:29 +11:00
Tim Reichen
5a8b0ecafd
refactor(encoding): format test names (#4028)
* initial commit

* update import
2023-12-28 14:03:43 +11:00
Simon Holloway
835480dc8a
chore(log): rework std/log to work without deprecated Deno.Writer (#4021)
* chore(log): rework std/log to no longer depend on the deprecated Writer

* handle unwritten buffer data and tidy bits

* Update log/handlers.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* make resetBuffer private

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-12-28 13:59:00 +11:00
Tim Reichen
bf5154e85c
refactor(fmt): format test names (#4029)
* initial commit

* rerun tests

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-12-28 13:52:35 +11:00
Yoshiya Hinosawa
81b19b72d0
chore(fs): log more information about test failure (#4022) 2023-12-28 13:45:18 +11:00
Yoshiya Hinosawa
0a90dc86bb
test(jsonc): do not use deno.lock in subcommand (#4020) 2023-12-24 23:24:39 +09:00
Asher Gomez
59866888a0
BREAKING(path): remove deprecated APIs (#4016) 2023-12-22 19:34:50 +09:00
Asher Gomez
3a3bf8d1a0
BREAKING(front_matter): remove deprecated APIs (#4013) 2023-12-22 19:34:08 +09:00
Asher Gomez
2cb08fc965
BREAKING(http): remove deprecated createCommonResponse() and Status APIs (#4014) 2023-12-22 19:33:44 +09:00
Asher Gomez
59229e0617
BREAKING(collections): remove groupBy() (#3923) 2023-12-22 19:33:06 +09:00
Asher Gomez
336da2a0be
BREAKING: remove types.d.ts at top level (#3922) 2023-12-22 21:32:13 +11:00
Asher Gomez
4a1de2c7fa
fix(cli): document milliseconds unit for Spinner.interval (#4017) 2023-12-22 17:03:26 +11:00
David Sherret
ceb107f4ef
chore: add more explicit types (#4018)
* Add explicit types

* Format.

* Revert
2023-12-22 15:35:15 +11:00
Jesse Jackson
fd3116778e
fix(cli/spinner): export private type aliases used in public API (#4012)
fix(cli/spinner): export type aliases used in public API

Ref: https://github.com/denoland/deno_std/pull/3968
2023-12-22 08:50:26 +11:00
David Luis
76fd2aa102
fix(expect): invalid return typing (#4011)
* fix(expect): invalid return typing

* tweaks

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-12-21 21:47:53 +00:00
denobot
5ddf32a1ea
0.210.0 (#4009)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2023-12-21 15:00:41 +01:00
Asher Gomez
6507a76435
refactor(fs): trim internal utilities (#4007) 2023-12-21 18:39:51 +11:00
Asher Gomez
2742084aba
deprecation(signal): move deprecation forward (#4004) 2023-12-21 14:34:38 +11:00
Asher Gomez
5d8b2531fa
chore: ignore coverage/ for formatting, linting, etc. (#4003) 2023-12-21 14:34:17 +11:00
David Luis
29015d20c1
refactor(uuid): format test names and improve test coverage (#4002)
* chore(uuid): improve test coverage and format test names

* refactor: remove version prefix
2023-12-21 08:52:37 +11:00
Tim Reichen
1589bf3be2
refactor(dotenv): format test names (#3996) 2023-12-20 21:01:13 +11:00
Tim Reichen
c3cfce40d3
refactor(text): format test names (#3993) 2023-12-20 20:58:55 +11:00
Tim Reichen
fc1f3e4228
refactor(collections): format test names (#3988) 2023-12-20 20:48:02 +11:00
Asher Gomez
bf7bb681ed
deprecation(encoding): deprecate base32.byteLength() (#4000) 2023-12-20 18:13:37 +11:00
Tim Reichen
386df47969
deprecation(semver): comparator min and max properties (#3974)
* initial commit

* Update semver/types.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* revert breaking change

* remove non-related changes

* revert unintentional change

* Update semver/types.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* initial commit

* make optional properties required

* remove unintentional file

* revert SemVerComparator deprecation

* update

* refactor: remove `max` and `min` from new type

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2023-12-20 18:11:48 +11:00
Tim Reichen
421e9c199b
chore(datetime): remove constants test file (#3998)
initial commit
2023-12-20 17:52:04 +11:00
darkdarcool
bc03e0de67
feat(cli): command line spinner (#3968)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2023-12-20 15:43:39 +09:00
Tim Reichen
1b56394a2b
refactor(semver): replace replace() with match() capturing groups (#3983)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-12-20 15:25:06 +09:00
Tim Reichen
afd8731e17
refactor(cli): format test names (#3987)
* initial commit

* update test names
2023-12-19 01:20:08 +00:00
Tim Reichen
17eef1e62d
refactor(bytes): format test names (#3986)
* initial commit

* updat test names
2023-12-19 12:16:10 +11:00
Tim Reichen
155664c9f8
refactor(datetime): format test names (#3992)
* initial commit

* nit

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-12-19 00:57:06 +00:00
Tim Reichen
852ef9c77a
refactor(crypto): format test names (#3989)
* initial commit

* tweaks

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-12-19 00:50:15 +00:00
David Sherret
b0803619af
refactor: add some missing explicit types (#3997)
* refactor: add some missing return types and mark some non-exported types as `@internal`

* Update expect/fn.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* Remove @internals

* nits

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-12-19 00:26:13 +00:00
Tim Reichen
83fe26f36d
refactor(async): format test names (#3985)
* initial commit

* Update async/pool_test.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* update test names

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-12-19 09:29:13 +11:00
Tim Reichen
228d29e5fa
refactor(archive): format test names (#3984)
* initial commit

* chore

* update test names

* tweaks

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-12-19 09:21:01 +11:00
Tim Reichen
fd8ecf2b0a
refactor(regexp): format test names (#3994)
* initial commit

* tweaks

* tweak

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-12-19 09:12:40 +11:00
Tim Reichen
4e75a00956
deprecation(semver): rename isSemVerComparator() (#3957) 2023-12-19 05:10:52 +11:00
Simon Holloway
1f2a07a4de
feat(log): add support for structured JSON logging (#3960) 2023-12-18 20:19:47 +09:00
Tim Reichen
57c285cd66
refactor(semver): rename isX to isWildcard (#3981) 2023-12-18 21:46:47 +11:00
Asher Gomez
67eb780526
fix(http): account for period in signed cookie name (#3977) 2023-12-18 21:42:01 +11:00
Yoshiya Hinosawa
6dc03ad774
feat(collections): improve mapValues() typing (#3978)
Co-authored-by: Bekh-Ivanov Aleksey <bekh6ex@users.noreply.github.com>
2023-12-18 19:12:37 +09:00
Tim Reichen
822eca7ff7
refactor(semver): use string literals (#3979)
* use string literals

* replace strings with string literals
2023-12-18 21:04:47 +11:00
hugoalh
37de78e337
fix(path/extname): fix incorrect import (#3970) 2023-12-18 18:44:26 +09:00