Skip to main content



Validate HTTP requests and responses against an OpenAPI document

Changes for 0.043 - 2023-05-11T04:36:24Z

  • properly detect, and fail early, on badly-parsed request or response objects

Mark Gardner reshared this.



Validate data against a schema

Changes for 0.566 - 2023-05-11T03:34:59Z

  • treat ambiguous types as a normal error, rather than an exception which may provide incorrect location data


HTML Parser, Modifier and Query Interface

Changes for v0.2.3 - 2022-11-12T14:07:25Z

  • Corrected find_by_tag_name() in HTML:😮bject::Element
  • Added the properties accessKey, accessKeyLabel, isContentEditable, dir, draggable, enterKeyHint, hidden, inert, innerText, inputMode, popover, lang, noModule, nonce, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, outerText, properties, spellcheck, style, title, translate to HTML:😮bject:😁OM::Element
  • Added the methods attachInternals(), blur(), click(), focus(), hidePopover(), showPopover(), togglePopover() HTML:😮bject:😁OM::Element
  • Updated the method documentElement() in HTML:😮bject:😁OM:😁ocument and improved body() and title()
  • Updated the method querySelectorAll() in HTML:😮bject:😁OM::Element
  • Improved private method _set_get_property in HTML:😮bject:😁OM::Element
  • Improved method on in HTML:😮bject::EventTarget