提交历史

作者 SHA1 备注 提交日期
  Sam Jaffe e76d891557 feat: allow filtering output by only returning errors 2 月之前
  Sam Jaffe 5e1e556b38 fix: escape annotation/error messages 2 月之前
  Sam Jaffe 1927414aba refactor: add printing, make mainprog depend on headers 2 月之前
  Sam Jaffe f9ac12006d feat: add mainprog entry point 2 月之前
  Sam Jaffe 357f676d91 refactor: implement required-keywords 10 月之前
  Sam Jaffe 900d939c13 refactor: compress details in vocabulary::Metadata w/ enum 10 月之前
  Sam Jaffe af31329f15 fix: add expect in JSON-Pointer for leading / 10 月之前
  Sam Jaffe 8db4e3d2e4 fix: validation on RelativePointer for e.g. "01/A" 10 月之前
  Sam Jaffe ac689794ed refactor/fix: make integer parsing for Pointer require all chars in the string 10 月之前
  Sam Jaffe dd9d64885b refactor: don't use optional for relative pointer 10 月之前
  Sam Jaffe c2da67ffeb refactor: move parse_integer into number.h 10 月之前
  Sam Jaffe 8697cb37e5 refactor: change Pointer/RelativePointer to use expected for the string ctor 10 月之前
  Sam Jaffe f88224b109 refactor: don't use optional for relative pointer 10 月之前
  Sam Jaffe 2742b8c4d9 refactor: create Pointer::parse using expected 10 月之前
  Sam Jaffe aad2a243b6 refactor: add missing ctors and typedefs 10 月之前
  Sam Jaffe b9102750ce refactor: switch Pointer to use expected under-the-hood, preserve API 10 月之前
  Sam Jaffe 56b3271b58 refactor: std::expected compat 10 月之前
  Sam Jaffe cdf837a3a6 Merge branch 'master' into feat/format-matcher 10 月之前
  Sam Jaffe 48089512d6 Merge branch 'feat/extension-model' 10 月之前
  Sam Jaffe 8db5617e20 test: failure test and success test for extensions 10 月之前
  Sam Jaffe b0f7aebe31 fix: missed return expression in extension plugins 10 月之前
  Sam Jaffe 69e97cb0ee fix: Not constraint was not working correctly 10 月之前
  Sam Jaffe 1dea9695c7 refactor: add other edge case to RelativePointer (no hash, no ptr) 10 月之前
  Sam Jaffe f44332627c refactor: fix extension test structure 10 月之前
  Sam Jaffe 729029efbb refactor: move common testing code to helper 10 月之前
  Sam Jaffe 8195d931a6 refactor: add ValidationResult::valid, ExtensionConstraint::make 10 月之前
  Sam Jaffe 974edbac82 test: extension test (part 1) 10 月之前
  Sam Jaffe 252c7f59dc refactor: allow multi-parent() in Pointer 10 月之前
  Sam Jaffe f23ab19891 feat: implement visitor system for ExtensionConstraints 10 月之前
  Sam Jaffe 6001316336 feat: implement ExtensionVisitor as a plugin 10 月之前