about summary refs log tree commit diff
path: root/src/tools/jsondocck
AgeCommit message (Collapse)AuthorLines
2023-11-18jsondocck: bump jsonpath to 0.3, dropping few dup dependenciesklensy-1/+1
changes: https://github.com/freestrings/jsonpath/compare/v0.2.6...v0.3.0 self_cell: bump to 0.10.3 due to RUSTSEC-2023-0070 https://rustsec.org/advisories/RUSTSEC-2023-0070.html https://github.com/Voultapher/self_cell/issues/49 bump h2 to 0.3.22, dropping few dup crate versions https://github.com/hyperium/h2/blob/v0.3.22/CHANGELOG.md
2023-07-12Allow to have `-` in the rustdoc-json test file nameGuillaume Gomez-2/+4
2023-04-10Fix remaining typosDaniPopes-1/+1
2022-08-18Remove need to give JSON file pathGuillaume Gomez-107/+53
2022-08-12Jsondocck: New `@ismany` commandNixon Enraght-Moony-0/+42
2022-03-15jsondocck: Better error for invalid @count numberNixon Enraght-Moony-1/+4
2022-03-15jsondocck: better error for when @set matches multiple itemsNixon Enraght-Moony-1/+1
2022-02-09jsondocck: Improved error messages for invalid json value and failed @count ↵Nixon Enraght-Moony-2/+16
check
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
Since RFC 3052 soft deprecated the authors field anyway, hiding it from crates.io, docs.rs, and making Cargo not add it by default, and it is not generally up to date/useful information, we should remove it from crates in this repo.
2021-06-01replace lazy_static with once_cell, drop direct dependency on serdeklensy-8/+7
2021-06-01updated shlex for jsondocckklensy-1/+1
2021-03-24Better errors in jsondocckNixon Enraght-Moony-4/+27
2021-03-10Improve some jsondocck errorsNixon Enraght-Moony-2/+22
2021-02-22Simplify Error Handling.Nixon Enraght-Moony-29/+21
2021-02-21Extract string_to_value to its own functionNixon Enraght-Moony-17/+13
2021-02-21Apply suggestions from code reviewNixon Enraght-Moony-3/+3
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
2021-02-20Implement using @set valuesNixon Enraght-Moony-5/+17
2021-02-20Implement @setNixon Enraght-Moony-0/+23
2021-02-20Add @is command to jsondocckNixon Enraght-Moony-1/+17
2021-01-23fmtRune Tynan-4/+6
2021-01-23Make bad shlex parsing a pretty errorRune Tynan-1/+14
2021-01-19Address review v2Rune Tynan-15/+19
2021-01-19Shift another panic into an exitRune Tynan-2/+1
2021-01-19Address review commentsRune Tynan-63/+29
2021-01-19Add jsondocck tool, and use it for rustdoc JSONRune Tynan-0/+413