Asher Gomez
|
fb0f40c302
|
BREAKING(data-structures/unstable): move bidirectional-map module to unstable-bidirectional-map (#5947)
BREAKING(data-structures): move `bidirectional-map` module to `unstable-bidirectional-map`
|
2024-09-12 12:58:23 +09:00 |
|
Liam Tait
|
7c0e917b93
|
feat(data-structures/unstable): @std/data-structures/bidirectional-map (#5910)
* feat(data-structures/unstable): `@std/data-structures/BidirectionalMap`
* add type params
* fmt
* sort mod exports
* add header
* add missing comments
* fmt
* close example code block
* add missing comments
* fmt
* close code block
* tweaks
* tweak
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
|
2024-09-05 00:56:40 +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 |
|
Ian Bull
|
ae78abb085
|
refactor(toml,msgpack,crypto,data-structures): align the error messages to the style guide (#5705)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
|
2024-08-21 16:15:14 +09:00 |
|
denobot
|
fb950fa0f3
|
chore: release 2024.07.26 (#5554)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
|
2024-07-26 19:45:22 +09:00 |
|
Asher Gomez
|
54f6277ce2
|
chore(data-structures): remove redundant constructor examples (#5510)
chore(data-structures): remove constructor examples
|
2024-07-23 12:05:43 +09:00 |
|
Asher Gomez
|
22d3bda488
|
chore(data-structures): release data-structures@1.0.0 (#5205)
|
2024-07-12 12:51:51 +10:00 |
|
Yusuke Tanaka
|
492b01b7cb
|
docs(data-structures): get all @link nodes working (#5422)
This commit fixes the documentation in data-structures so all broken @link nodes
are correctly linked.
|
2024-07-11 19:46:19 -07:00 |
|
denobot
|
940568c62d
|
chore: release 2024.07.02 (#5254)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
|
2024-07-02 20:43:42 +09:00 |
|
Asher Gomez
|
d102a10235
|
refactor(assert,async,bytes,cli,collections,crypto,csv,data-structures,datetime,dotenv,encoding,expect,fmt,front-matter,fs,html,http,ini,internal,io,json,jsonc,log,media-types,msgpack,net,path,semver,streams,testing,text,toml,ulid,url,uuid,webgpu,yaml): import from @std/assert (#5199)
* refactor: import from `@std/assert`
* update
|
2024-06-30 08:30:10 +00:00 |
|
Asher Gomez
|
2d5b5b42bc
|
chore(data-structures): release data-structures@1.0.0-rc.1 (#4987)
|
2024-06-10 16:21:33 +12:00 |
|
denobot
|
0ea4868542
|
chore: release 2024.06.06 (#4984)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
|
2024-06-06 20:26:57 +09:00 |
|
Asher Gomez
|
32e1fce632
|
refactor(data-structures): remove use of public keyword (#4983)
|
2024-06-06 17:50:15 +10:00 |
|
denobot
|
b9374d3715
|
chore: release 2024.06.03 (#4935)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
|
2024-06-03 15:44:03 +09:00 |
|
Asher Gomez
|
31b906db99
|
chore: ensure code examples use assertions in Doc Linter (#4911)
|
2024-06-03 14:10:27 +10:00 |
|
Asher Gomez
|
79d6a70729
|
docs(assert,cli,data-structures,expect,fmt,front-matter,html,http,jsonc,semver,streams,text,toml,webgpu): add snippet checks in module, function and class docs to doc checker (#4855)
* chore: add snippet checks to module docs
* fix
* work
* tweak
|
2024-05-31 12:01:46 +10:00 |
|
denobot
|
673c436739
|
chore: release 2024.05.29 (#4883)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
|
2024-05-29 18:56:12 +09:00 |
|
Yoshiya Hinosawa
|
826344cd29
|
docs(data-structures): enables doc lint of data-structures (#4847)
|
2024-05-27 14:30:26 +09:00 |
|
Asher Gomez
|
79acf78b2a
|
BREAKING(data-structures): hide private internals (#4827)
* refactor(data-structures): remove `private` use
* tweaks
* work
* fix
* Fix
Co-authored-by: lucacasonato <hello@lcas.dev>
---------
Co-authored-by: lucacasonato <hello@lcas.dev>
|
2024-05-23 07:08:37 +10:00 |
|
denobot
|
51dc36d563
|
chore: release 2024.05.22 (#4830)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
|
2024-05-22 19:57:28 +09:00 |
|
Luca Casonato
|
345854c8d6
|
docs(data-structures): improve documentation (#4793)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
|
2024-05-22 14:55:34 +09:00 |
|
Luca Casonato
|
78614676a1
|
Revert "BREAKING(data-structures): hide private internals" (#4801)
Revert "BREAKING(data-structures): hide private internals (#4794)"
This reverts commit edfb539dad .
|
2024-05-21 14:57:14 +00:00 |
|
Luca Casonato
|
edfb539dad
|
BREAKING(data-structures): hide private internals (#4794)
This commit makes the internals of
`BinarySearchTree` properly private, so that
`BinarySearchNode` is not leaked in public types anymore.
|
2024-05-21 14:24:23 +02:00 |
|
Yoshiya Hinosawa
|
3155f0050a
|
chore: switch to JSR-oriented codebase (#4650)
|
2024-04-29 11:57:30 +09:00 |
|
Asher Gomez
|
46d9fa594c
|
chore: update browser-compatible files with declaration (#4560)
|
2024-04-10 12:43:44 +10:00 |
|
Asher Gomez
|
9871f24014
|
docs(data_structures): add module example (#4477)
|
2024-03-12 16:57:03 +11:00 |
|
David Sherret
|
ef6b95f0c7
|
refactor: make the code work under verbatimModuleSyntax (#4406)
* Start
* Update
* Format
* Revert deno.json change
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
|
2024-02-27 21:57:25 +00:00 |
|
Simon Holloway
|
f2324e55f4
|
refactor(data_structures): prepare for noUncheckedIndexedAccess (#4146)
* refactor(data_structures): prepare for `noUncheckedIndexedAccess`
* tweak
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
|
2024-01-10 20:18:34 +00:00 |
|
Lino Le Van
|
c46143f0ac
|
chore: update copyright year (#4046)
* chore: update copyright year
* fix
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
|
2024-01-02 08:11:32 +11: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 |
|
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 |
|
Asher Gomez
|
255a3765d3
|
feat: std/data_structures (#3734)
|
2023-11-15 21:17:44 +11:00 |
|