Nathan Whitaker
|
472f370813
|
docs(encoding): Cleanup and fix doc lints (#4838)
* Polish varint encoding docs
* Use assertions in examples
* Fix incorrect example
* Fix doc lints
* Add encoding to doc lint entrypoints
* Fmt
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
|
2024-05-23 19:23:24 -07:00 |
|
Yoshiya Hinosawa
|
3155f0050a
|
chore: switch to JSR-oriented codebase (#4650)
|
2024-04-29 11:57:30 +09:00 |
|
Asher Gomez
|
3f9d4a8494
|
chore: simplify deprecation notice check (#4577)
|
2024-04-17 15:36:50 +09:00 |
|
Asher Gomez
|
e601e59efd
|
deprecation(encoding): make exported function names consistent with std/encoding (#4555)
* deprecation(encoding): make exported function names consistent with `std/encoding`
* fix
|
2024-04-08 15:47:35 +10:00 |
|
Asher Gomez
|
6a7efa1ce5
|
docs(encoding): polish documentation (#4497)
|
2024-04-02 21:42:55 +11:00 |
|
Gabriele Belluardo
|
2990aa6de5
|
chore: enable single-var-declarator lint rule (#4488)
|
2024-03-14 22:18:00 +11:00 |
|
cinchen
|
8693c81d58
|
refactor(encoding): prepare for noUncheckedIndexedAccess (#4275)
|
2024-02-25 07:24:08 +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 |
|
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
|
d02b577c69
|
BREAKING(encoding/varint): remove deprecated APIs (#3282)
|
2023-04-03 12:45:37 +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 |
|
ayame113
|
b4239898d6
|
chore: update copyright header (#3082)
|
2023-01-03 19:47:44 +09:00 |
|
Tim Reichen
|
3d06fb82dc
|
refactor: move varint and crypto wasm dirs (#2618)
|
2022-09-12 14:32:33 +09:00 |
|
Kitson Kelly
|
e83306672e
|
docs: improve module documentation (#2511)
|
2022-08-11 21:51:20 +10:00 |
|
David Sherret
|
e72e13db63
|
refactor: use wasmbuild (#2319)
|
2022-06-08 11:19:50 -04: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 |
|