Commit Graph

28 Commits

Author SHA1 Message Date
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
15fc72c273
fix(msgpack): accept readonly input data in encode() (#5832)
feat(msgpack): accept readonly input data (#5831)
2024-08-27 15:16:03 +10: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
Asher Gomez
96971db998
chore(msgpack): release msgpack@1.0.0 (#5210)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-07-12 00:22:27 +00: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
0ad578f16f
chore(msgpack): release msgpack@1.0.0-rc.1 (#5030) 2024-06-12 18:59:57 +12:00
denobot
652ac701b1
chore: release 2024.06.12 (#5031)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-06-12 15:22:43 +09:00
Asher Gomez
f7ae2aa8d5
docs(msgpack): complete documentation (#5029) 2024-06-12 15:49:23 +12:00
Yoshiya Hinosawa
1fa6f0d3ff
test(msgpack): add test cases for encode() (#5028) 2024-06-12 11:15:18 +09:00
Yoshiya Hinosawa
1fd3830644
test(msgpack): add decode() test cases (#5027) 2024-06-12 11:12:18 +09: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
Luca Casonato
0e31686d30
docs(msgpack): complete documentation of the package (#4832) 2024-05-22 12:20:52 +00:00
Luca Casonato
315005c14c
fix(msgpack): error on early end of data (#4831) 2024-05-22 14:17:31 +02: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
sanekb
52116b2dd6
fix(msgpack): encode maps with null prototype (#4764)
* fix(msgpack): encode maps with null prototype

* deno fmt

* improve reusability
2024-05-21 08:06:56 +10: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
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
Tim Reichen
9882fbfb09
chore(msgpack): format test names (#4381) 2024-02-25 09:00:35 +11:00
Asher Gomez
5377e3d5aa
docs(msgpack): complete documentation (#4220) 2024-01-18 16:50:35 +11: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
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
Pavel Lechenko
9df03992e9
fix(msgpack): encode huge objects (#3698)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-11-08 17:30:22 +09:00
Lino Le Van
21cc98e3c4
chore(msgpack): get rid of testing/asserts usage (#3597) 2023-09-01 11:31:43 +09:00
Aapo Alasuutari
6d75c4ed7f
BREAKING(bytes): deprecate BytesList class (#3589) 2023-08-31 19:40:32 +09:00
Lino Le Van
642a111fec
feat: msgpack encoding (#3460) 2023-07-10 12:09:49 +09:00