Commit Graph

37 Commits

Author SHA1 Message Date
denobot
10ee73dbbc
chore: release 2024.10.24 (#6145)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-10-24 19:23:22 +09:00
SoftwareSpot
a4cd8af96a
refactor(json): fix typo (#6103) 2024-10-10 20:09:15 +09:00
Asher Gomez
0b2497f16e
fix: update codebase to work with Deno RC (#6018)
* fix: update codebase to work with Deno RC

* work

* fix

* fix

* fix

* fixes

* work

* update

* fixes

* fix

* revert
2024-09-20 09:29:31 +10:00
Asher Gomez
0945b9ef25
chore(json): remove redundant constructor examples (#5513)
chore(json): remove constructor examples
2024-07-23 12:06:35 +09:00
Asher Gomez
e1935ecc82
chore(json): release json@1.0.0 (#5215) 2024-07-22 20:21:02 +10:00
denobot
3ee4c4dd43
chore: release 2024.07.19 (#5494)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-07-19 20:22:43 +09:00
Asher Gomez
645f26f0e0
docs(json): fix options argument display (#5490)
* docs(json): fix options argument display

* work
2024-07-19 13:12:00 +09: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
c059a3d343
BREAKING(json): remove json from module names (#5173)
* BREAKING(json): remove `json` from module names

* revert

* fixes
2024-07-02 11:57:00 +10: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
Yoshiya Hinosawa
365f989bde
chore: ignore test utils in coverage reporting (#5133) 2024-06-25 16:35:00 +09:00
Asher Gomez
adc6072042
chore(json): release json@1.0.0-rc.1 (#5102) 2024-06-21 18:44:46 +10:00
Yoshiya Hinosawa
32d46e96f5
BREAKING(json): rename /common to /types (#5103) 2024-06-21 14:56:11 +09:00
Asher Gomez
cc8252df73
BREAKING(json): remove writableStrategy and readableStrategy options (#5097)
* BREAKING(json): remove `writableStrategy` and `readableStrategy` options

* fix
2024-06-21 14:20:36 +10:00
Yoshiya Hinosawa
1d0f658094
test(json): improve json testing (#5075) 2024-06-18 20:38:18 +09:00
Divy Srivastava
16fa0c8220
docs(json): lint @std/json docs (#4798)
* docs(json): lint `json/` docs

* Fix example

* skip eval of some examples

* fixes

* remove tmp.jsonl

* add example reading from a file

* add same example to constructor

* tweak

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-06-18 10:10:57 +00: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
Yoshiya Hinosawa
722844250d
docs(csv,encoding,http,json,media-types,uuid): use rfc-editor.org for RFC links (#4777)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-05-20 16:14:09 +09:00
Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09: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
2dac7a6e40
chore(json): format test names (#4397)
* initial commit

* remove brackets for classes
2024-02-28 08:18:49 +12:00
David Luis
ad4abccb66
docs: replace markdown hyperlink syntax with {@link} tag where necessary. (#4253)
docs: replaces markdown hyperlink syntax with `{@link}` tag when necessary.
2024-02-01 09:19:46 +11:00
Simon Holloway
a710c21ee6
refactor(json): prepare for noUncheckedIndexedAccess (#4159)
* refactor(json): prepare for `noUncheckedIndexedAccess`

* tweak

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-11 00:58:48 +00:00
Sylvain Cau
524abaf9f9
docs(json): complete documentation (#4058)
* chore(json): complete documentation

* fmt

* Capital

* Add options and clearer format

* tweaks

---------

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-05 16:37:42 +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
Asher Gomez
56e2bc10e0
chore: use Array.fromAsync() where possible (#3788) 2023-11-11 06:00:28 +11:00
Yoshiya Hinosawa
2c7c252495
test(json): fix expectation of ConcatenatedJsonParseStream test (#3598) 2023-09-01 11:26:59 +09:00
Matt Mastracci
55a3660c3b
chore: revert test fix temporarily (#3574) 2023-08-24 09:33:02 -06:00
ud2
159060b15c
perf: repoint internal imports to single-export files (#3537) 2023-08-14 16:08:42 +09:00
Lino Le Van
1d489cf207
BREAKING(http/server): deprecate serve and serveTls (#3381) 2023-07-21 12:29:01 +09:00
Lino Le Van
c18a701af3
BREAKING(streams): deprecate readableStreamFromIterable (#3486) 2023-07-17 15:08:20 +09:00
Asher Gomez
239e85ad6a
BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
Michel TURPIN
deddc2a398
fix(json): allow primitives at top level without separator (#3466) 2023-06-27 10:32:01 +09:00
Tiger Oakes
b2d7191d04
docs: add JSDoc to csv and json modules (#3269) 2023-03-24 12:07:30 +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
2a7cf2ca22
BREAKING(json): move to top-level folder and towards single-export files (#3236) 2023-03-13 14:56:53 +09:00