Commit Graph

225 Commits

Author SHA1 Message Date
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
Asher Gomez
5dabeb2d91
refactor(streams): move to single-export files (#2957) 2022-11-29 08:55:38 -05:00
Leo Kettmeir
aba5017d43
docs: reorganize docs (#2658) 2022-11-25 12:40:23 +01:00
Asher Gomez
792f1334fe
refactor: use _util/asserts.ts for non-test code (#2857) 2022-11-10 16:28:20 +09:00
Asher Gomez
b7e9dee53c
chore: upgrade rust to 0.165.0 and wasmbuild to 0.10.2 (#2850) 2022-11-08 21:15:44 +09:00
Proudust
52791bb091
docs(encoding): remove ColumnDetails["fn"] (#2840) 2022-11-07 16:12:53 +09:00
Asher Gomez
60466e8618
refactor(_util): remove deepAssign (#2847) 2022-11-07 15:16:37 +09:00
Asher Gomez
5c8bd0b6f6
refactor(encoding): move varint/_wasm_varint/ to varint/_wasm/ (#2844) 2022-11-07 15:10:38 +09:00
李瑞丰
fea04e5247
docs(encoding): remove await (#2831) 2022-11-04 20:42:07 +09:00
Schwarzkopf Balázs
11e3cb70c7
feat(encoding/front_matter): add support for different formats of front matter (#2801) 2022-10-28 17:07:56 +09:00
Basti Ortiz
deef340b55
docs: add/improve JSDoc comments for various modules (#2764)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2022-10-11 11:29:29 -04:00
ayame113
e6189c08e9
docs: Using absolute paths in jsdoc import statements (#2762) 2022-10-10 10:05:56 -04:00
Asher Gomez
40d071763f
chore(encoding): remove deprecated APIs (#2718) 2022-09-30 14:40:09 +09:00
Asher Gomez
eeb696cc29
chore: upgrade wasmbuild to 0.10.0 and rust to 1.64.0 (#2721) 2022-09-30 14:22:27 +09:00
Tim Reichen
2f7713a164
chore(tools): add deprecation check (#2613) 2022-09-15 16:06:04 +09:00
Tim Reichen
3d06fb82dc
refactor: move varint and crypto wasm dirs (#2618) 2022-09-12 14:32:33 +09:00
Tim Reichen
6dd2814a8c
BREAKING(encoding/csv): sync stringify function (#2611) 2022-09-08 13:57:21 +09:00
Lucas Henrique
d3b14b2aa0
BREAKING(encoding/csv): make column argument optional (#2168) 2022-09-07 19:53:56 +09:00
Yoshiya Hinosawa
e627b83343
BREAKING: replace ALL CAPS acronyms in public API names (#2582) 2022-08-30 16:08:43 +09:00
Lucas Henrique
822a5903d3
refactor(encoding/base58): using object for getting values at decode (#2563) 2022-08-29 17:26:38 +09:00
ayame113
e990ef3d18
fix(encoding/jsonc): Improve safety of JSONValue object type in jsonc.ts (#2568) 2022-08-26 15:05:55 +09:00