Commit Graph

31 Commits

Author SHA1 Message Date
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
Niklas Mollenhauer
31f15d6938
docs(jsonc): remove docs for removed options parameter (#5438)
chore(docs): Remove docs for removed options parameter

Options were removed in 255b7994ee
2024-07-15 08:20:21 +10: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
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
Asher Gomez
255b7994ee
BREAKING(jsonc): remove allowTrailingComma option (#5119) 2024-06-25 16:13:08 +10:00
Asher Gomez
e276271b1d
chore(jsonc): release jsonc@1.0.0-rc.1 (#5115) 2024-06-24 19:58:24 +10:00
Asher Gomez
65d465068a
refactor(jsonc): minor cleanups (#5114)
* refactor(jsonc): minor cleanups

* cleanups
2024-06-24 15:58:56 +10:00
denobot
7d1d9cc34a
chore: release 2024.06.21 (#5107)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-06-21 19:15:49 +09:00
Yoshiya Hinosawa
32d46e96f5
BREAKING(json): rename /common to /types (#5103) 2024-06-21 14:56:11 +09:00
Yoshiya Hinosawa
09d758aaaa
test(jsonc): remove dead code and improve testing (#5093) 2024-06-20 18:13:50 +09:00
denobot
0ea4868542
chore: release 2024.06.06 (#4984)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-06-06 20:26:57 +09:00
Asher Gomez
d82d76abd4
refactor(jsonc): cleanup use of @std/assert (#4968)
* refactor(jsonc): cleanup use of `@std/assert`

* fix

* graph
2024-06-05 21:28:11 +00:00
Asher Gomez
c5ad9d48dc
docs(cli,encoding,fmt,jsonc,path,semver,testing,text,toml,url): remove "This module is browser compatible" note (#4945) 2024-06-04 13:21:54 +10:00
denobot
b9374d3715
chore: release 2024.06.03 (#4935)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-06-03 15:44:03 +09:00
Asher Gomez
31b906db99
chore: ensure code examples use assertions in Doc Linter (#4911) 2024-06-03 14:10:27 +10:00
Asher Gomez
79d6a70729
docs(assert,cli,data-structures,expect,fmt,front-matter,html,http,jsonc,semver,streams,text,toml,webgpu): add snippet checks in module, function and class docs to doc checker (#4855)
* chore: add snippet checks to module docs

* fix

* work

* tweak
2024-05-31 12:01:46 +10:00
Igor Zinkovsky
0248c18bfd
fix: complete docs for std/jsonc (#4814) 2024-05-22 06:03:58 +00:00
Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
Asher Gomez
3736b01a7d
docs(jsonc): add module-level docs (#4402)
* docs(jsonc): add module-level docs

* Yoshiya's suggestion
2024-02-27 19:28:34 +00:00
Tim Reichen
cb36b362d5
chore(jsonc): format test names (#4396) 2024-02-27 17:38:41 +11:00
Asher Gomez
ff4502895c
docs(jsonc): complete documentation (#4169) 2024-01-12 15:41:54 +11:00
Simon Holloway
7bc2930137
refactor(jsonc): prepare for noUncheckedIndexedAccess (#4149) 2024-01-11 07:49:55 +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
Yoshiya Hinosawa
0a90dc86bb
test(jsonc): do not use deno.lock in subcommand (#4020) 2023-12-24 23:24:39 +09:00
Asher Gomez
ede6b79d0d
chore(jsonc): rename testdata file (#3883) 2023-12-01 01:00:38 +01:00
realpha
0a5429e285
refactor(jsonc): replace enum with string union type (#3837)
* feat(jsonc): replace TokenType enum with const object

* refactor(jsonc): TokenType is now a union based upon TokenTypeMap

* refactor(jsonc): TokenType enum to string literal union
2023-11-24 10:03:30 +11: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
Jesse Jackson
1ca00cb579
feat(jsonc): annotate return types (#3327) 2023-04-24 17:30:54 +09:00
Asher Gomez
cf14c9b212
chore(tools): improved web-compatibility checks (#3263) 2023-03-18 21:36:00 +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