denobot
05b6d7eedd
chore: release 2024.09.16 ( #5985 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-09-16 12:07:40 +09:00
Asher Gomez
ed33108492
fix(cache,data-structures): add missing non-null assertion and override
keyword ( #5981 )
2024-09-15 18:40:21 -07:00
denobot
67e9cfa0ff
chore: release 2024.09.04 ( #5908 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-09-04 19:37:53 +09:00
lionel-rowe
8782bdb699
fix(cache/unstable): fix flaky fibonacci test ( #5872 )
...
* fix(cache/unstable): Fix flaky fibonacci test
* Attempt 2
2024-08-30 14:03:58 +10:00
Jesse Jackson
4ab37ea779
docs(cache): document valid range information for TTL values ( #5834 )
...
* docs(cache): document valid range information for TTL values
* add test for documented TTL range
* tweaks
* Apply suggestions from code review
Co-authored-by: Jesse Jackson <jsejcksn@users.noreply.github.com>
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-08-27 00:08:34 +00:00
denobot
2b3683b6fb
chore: release 2024.08.26 ( #5824 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-08-26 17:33:29 +09:00
Asher Gomez
2f95d2b046
docs(cache): tweak LruCache
docs ( #5790 )
2024-08-23 14:12:01 +10:00
Asher Gomez
dea7d7701a
docs(archive,assert,cache,cli,encoding,html,http,net,streams,text): remove unstable Markdown alert ( #5672 )
...
* docs(archive,cli,html,http,net,streams,text): remove unstable Markdown alert
* update
* fix
* update
* fmt
* fix
2024-08-22 02:55:17 -04:00
lionel-rowe
2a0f5118c2
feat(cache/unstable): TtlCache
( #5662 )
...
* feat(cache/unstable): add TTL (time-to-live) cache
* Implement code review changes
* Simplify timeout logic
* Update cache/ttl_cache.ts
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
* Properly handle cleanup of timeouts
* chore: add experimental note
* Add test for [Symbol.toStringTag]
* tweak
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-08-21 10:45:16 +00:00
Ian Bull
70011e9155
refactor(archive,cache,datetime,fmt,front-matter): align error messages to the style guide ( #5706 )
...
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-08-21 14:42:02 +09:00
Asher Gomez
d00becc8fe
chore(cache): add @experimental
JSDoc tag to public symbols ( #5666 )
2024-08-11 03:41:51 +09:00
lionel-rowe
e1dfe0c4fa
fix(cache/unstable): fix flaky memoize()
test with FakeTime
( #5664 )
...
fix(cache/unstable): fix flaky async test with FakeTime
2024-08-09 11:16:06 +02:00
lionel-rowe
0c64f32cc3
feat(cache/unstable): add memoize()
and LruCache
( #4725 )
...
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-08-09 01:12:24 +09:00