Ian Bull
|
479b258f99
|
refactor(encoding): align additional error messages (#5767)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
|
2024-08-23 12:32:15 +09:00 |
|
Yoshiya Hinosawa
|
5a8fced2e1
|
BREAKING(encoding): rename MaxVarInt to MaxVarint (#4896)
|
2024-05-30 18:16:48 +09:00 |
|
Yoshiya Hinosawa
|
088458f860
|
BREAKING(encoding): rename MaxUInt64 to MaxUint64 (#4897)
|
2024-05-30 17:54:18 +09:00 |
|
Asher Gomez
|
f8f5444478
|
BREAKING(encoding): remove deprecated VarInt APIs (#4864)
* BREAKING(encoding): remove deprecated VarInt APIs
* update
|
2024-05-30 18:03:33 +10:00 |
|
Yoshiya Hinosawa
|
3155f0050a
|
chore: switch to JSR-oriented codebase (#4650)
|
2024-04-29 11:57:30 +09: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
|
5a8b0ecafd
|
refactor(encoding): format test names (#4028)
* initial commit
* update import
|
2023-12-28 14:03:43 +11:00 |
|
David Luis
|
60f7b20c6c
|
chore(encoding): improve test coverage (#3971)
* chore(encoding): improve test coverage
* fmt
* tweak
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
|
2023-12-18 07:16:38 +11:00 |
|
Skye
|
45354af2f9
|
perf(encoding): increase varint.decode() performance by 45x (#3940)
* optimize varint64 decoding
* Update encoding/varint.ts
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
* resolve comment
* x
* Added notes
* x
* typo
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
|
2023-12-14 05:37:04 +11:00 |
|
Asher Gomez
|
239e85ad6a
|
BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445)
|
2023-07-13 16:04:30 +09:00 |
|
Asher Gomez
|
11069b8832
|
BREAKING(encoding/varint): deprecate Wasm implementation in favour of native TypeScript (#3215)
Also breaking changes are introduced to support returning the information about used bytes in encoding and decoding
|
2023-02-28 21:47:13 +09:00 |
|
Tim Reichen
|
3d06fb82dc
|
refactor: move varint and crypto wasm dirs (#2618)
|
2022-09-12 14:32:33 +09:00 |
|
Skye
|
f415da4c62
|
feat(encoding): add unsigned LEB128 varint encoding (#2265)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
|
2022-06-05 21:22:03 +09:00 |
|