Asher Gomez
98b4123693
refactor(encoding): cleanup deprecated API use ( #3925 )
...
* refactor(encoding): cleanup deprecated API use
* fix
* tweak
* revert
2023-12-12 14:49:33 +11:00
Asher Gomez
7d5344d775
docs: improve deprecation notices ( #3804 )
2023-11-16 05:33:11 +11:00
Asher Gomez
19957e5f49
BREAKING(encoding): remove deprecated binary APIs ( #3763 )
2023-11-10 14:28:20 +11:00
Asher Gomez
a8a133e3d2
refactor: remove top-level arrow sytnax use ( #3687 )
2023-10-11 16:19:48 +09:00
Mimi
4fe9fd6d39
perf(encoding): optimize encodeBase64Url ( #3682 )
2023-10-02 10:51:11 +09:00
Lino Le Van
ea9dbdbf0c
BREAKING(encoding): deprecate old encode/decode in hex.ts ( #3673 )
2023-09-25 14:04:54 +09:00
Yoshiya Hinosawa
3ac222e5e5
fix(encoding): add validation of the input types ( #3666 )
2023-09-22 18:47:24 +09:00
Lino Le Van
1a1d35a31b
BREAKING(encoding): deprecate encode/decode, add encodeFoo/decodeFoo ( #3660 )
2023-09-21 18:29:13 +09:00
Yoshiya Hinosawa
8a717b5b61
feat(encoding): add encodeHex, decodeHex ( #3642 )
2023-09-18 10:50:08 +09:00
Yoshiya Hinosawa
41e1e25a4d
BREAKING(encoding): deprecate encoding/binary ( #3584 )
2023-08-31 13:48:37 +09:00
Lino Le Van
2b5d71224f
refactor: cleanup usage of double equals ( #3566 )
...
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2023-08-25 18:04:43 +09:00
Asher Gomez
239e85ad6a
BREAKING(testing, assert): move std/testing/asserts
to std/assert
( #3445 )
2023-07-13 16:04:30 +09:00
Martin Fischer
a5b1d80736
chore: fix typos ( #3458 )
...
The typos were found with the typos[1] spell checker. That spell
checker will be incorporated into the CI in a followup PR.
[1]: https://github.com/crate-ci/typos
2023-06-22 01:27:37 +09:00
David Luis
88b52c5576
BREAKING(encoding): remove deprecated APIs ( #3315 )
2023-04-14 11:20:24 +09:00
Asher Gomez
820d74b250
BREAKING(encoding): remove deprecated APIs ( #3303 )
...
chore: remove deprecated APIs
2023-04-13 12:29:26 +09:00
David Luis
7d63d592e1
fix(encoding/ascii85): fix encode()
returns a wrong result with a subarray ( #3310 )
2023-04-11 17:18:53 +09:00
Asher Gomez
d02b577c69
BREAKING(encoding/varint): remove deprecated APIs ( #3282 )
2023-04-03 12:45:37 +09:00
David Luis
5c6ee0e8d4
fix(encoding/base58): fix base58 decoding missing the first byte ( #3275 )
2023-03-24 12:40:02 +09:00
Asher Gomez
cf14c9b212
chore(tools): improved web-compatibility checks ( #3263 )
2023-03-18 21:36:00 +09:00
Asher Gomez
6b1d49df1e
docs(json): correct examples ( #3260 )
2023-03-17 15:46:52 +09:00
Asher Gomez
4685dc1b4d
BREAKING(front_matter): move to top-level folder ( #3252 )
2023-03-14 17:09:10 +09:00
Asher Gomez
85ef580622
BREAKING(yaml): move to top-level folder ( #3251 )
2023-03-14 16:40:02 +09:00
Asher Gomez
ebc1f24910
BREAKING(jsonc): move to top-level folder and single-export files ( #3243 )
2023-03-13 14:58:26 +09:00
Asher Gomez
27fbfa13de
BREAKING(toml): move to top-level folder and towards single-export files ( #3241 )
2023-03-13 14:57:27 +09:00
Asher Gomez
2a7cf2ca22
BREAKING(json): move to top-level folder and towards single-export files ( #3236 )
2023-03-13 14:56:53 +09:00
Asher Gomez
a5fffc5fb0
BREAKING(csv): move encoding/csv
to own top-level folder and towards single-export files ( #3228 )
2023-03-13 14:56:25 +09:00
Atlas Cove
bd0262a038
docs(yaml): fix error in doc (YAMLException doesn't exist #3244 )
2023-03-09 12:44:31 +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
bb4d6b2146
feat(encoding/csv/streaming): add skipFirstRow
and columns
options ( #3184 )
2023-02-17 16:57:34 +09:00
ayame113
6ed3bdae23
fix: change BigInt
type to bigint
type ( #3187 )
2023-02-12 12:30:54 +09:00
Asher Gomez
3e9b8943fd
chore(wasmbuild): upgrade to 0.10.3 ( #3180 )
2023-02-10 19:17:14 +09:00
ayame113
dba98165cb
fix(encoding/yaml): avoid prototype pollution in Node.js and Browser ( #3173 )
2023-02-10 19:12:48 +09:00
lionel-rowe
9943f5e9d5
feat(encoding/csv): handle CSV byte-order marks ( #3143 )
2023-02-03 13:02:13 +09:00
Yoshiya Hinosawa
698e38758a
test(encoding): re-enable csv stream leak test on non-windows ( #3162 )
2023-02-03 12:59:31 +09:00
denobot
0170bc2455
0.176.0 ( #3159 )
2023-02-02 18:57:35 +05:30
Kitson Kelly
df0e69a95f
fix: make encoding/front_matter work in a browser ( #3154 )
2023-02-02 09:49:35 +09:00
Asher Gomez
c1637bdcbb
BREAKING(dotenv,fmt,io): remove deprecated APIs ( #3134 )
2023-01-27 16:24:10 +09:00
lionel-rowe
a03fab1991
fix(encoding/csv): escape cells containing newlines (LFs) ( #3128 )
2023-01-24 17:52:22 +09:00
dependabot[bot]
aeeb6a761b
chore(deps): bump bumpalo from 3.9.1 to 3.12.0 in /encoding/varint/_wasm ( #3130 )
2023-01-22 20:48:44 +09:00
ayame113
329d164bb4
fix(encoding/jsonc): avoid prototype pollution in Node.js and Browser ( #3077 )
2023-01-13 16:13:35 +09:00
ayame113
b4239898d6
chore: update copyright header ( #3082 )
2023-01-03 19:47:44 +09:00
Asher Gomez
22cdb7f0fc
refactor(archive): rework single-export files ( #3060 )
2022-12-27 13:38:03 +09:00
Lino Le Van
3001bfc431
refactor: remove unnecessary returns ( #3046 )
2022-12-24 20:13:11 +09:00
Asher Gomez
2f9baf6794
refactor: remove Deno namespace IO types ( #3030 )
2022-12-23 14:33:12 +09:00
Asher Gomez
ae3663e74c
chore: move deprecated removal versions back ( #3032 )
2022-12-22 17:01:00 +09:00
Matias Volpe
01696ce149
fix(encoding): base58 decoding ( #2982 )
2022-12-13 21:14:23 +09:00
Yoshiya Hinosawa
40fdfdefaa
chore: update for CLI canary ( #2992 )
2022-12-08 21:53:13 +09:00
李瑞丰
d90ca8db6b
docs: removed types from jsdoc directives ( #2988 )
2022-12-08 18:56:08 +09:00
李瑞丰
45087440aa
docs(encoding/front_matter): fix doc error when render page ( #2985 )
2022-12-08 01:46:59 +09:00
Carlos Scheidegger
b6dba51043
perf(encoding/yaml) Don't allocate buffers unnecessarily ( #2967 )
2022-12-05 11:50:59 -05:00