The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl module HTML::Object

v0.4.0 2024-04-27T16:18:36+0900
    - Minor improvement and some correction to method html() in HTML::Object::XQuery
    - Added missing method text() in HTML::Object::XQuery
    - Corrected some documentation formatting
    - HTML tags dictionary update
    - Minor correction in loading the HTML tags dictionary
    - Corrected the documentation for HTML::Object::DOM::Text falsely stating isTextNode() returned false.
    - Modified the method as_text() in HTML::Object::Element to add the option 'unescape'
    - Modified the method textContent() in HTML::Object::DOM::Node, and method innerText() in HTML::Object::DOM::Element to escape/unescape characters used in HTML
    - Option utf8 in method parse_file() in HTML::Object is now true, by default.
    - Added the methods getDataJson(), ajax() and getJSON() in HTML::Object::XQuery

v0.3.1 2023-11-06T12:37:30+0900
    - Improved code for speed

v0.3.0 2023-11-05T19:38:07+0900
    - Corrected documentation bad link in HTML::Object::DOM::Element::Input
    - Added new HTML element 'search' with class HTML::Object::DOM::Element::Search

v0.2.9 2023-10-11T16:58:57+0900
    - Corrected malformed signature for distribution release

v0.2.8 2023-10-05T20:06:47+0900
    - Limiting the scope of Export level in HTML::Object

v0.2.7 2023-05-24T09:55:21+0900
    - Minor correction in modules requirements

v0.2.6 2023-05-18T17:24:17+0900
    - Corrected small bug in method detach() in HTML::Object::Element and HTML::Object::XQuery

v0.2.5 2023-05-11T21:10:17+0900
    - Minor additional correction on extract_links in HTML::Object::Element

v0.2.4 2023-05-11T20:07:32+0900
    - Updated method extract_links in HTML::Object::Element

v0.2.3 2022-11-12T14:07:25+0900
    - Corrected find_by_tag_name() in HTML::Object::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::Object::DOM::Element
    - Added the methods attachInternals(), blur(), click(), focus(), hidePopover(), showPopover(), togglePopover() HTML::Object::DOM::Element
    - Updated the method documentElement() in HTML::Object::DOM::Document and improved body() and title()
    - Updated the method querySelectorAll() in HTML::Object::DOM::Element
    - Improved private method _set_get_property in HTML::Object::DOM::Element
    - Improved method on in HTML::Object::EventTarget

v0.2.2 2022-11-11T19:49:40Z +0900
    - Changed method add_end() in HTML::Object to use _warnings_is_enabled from Module::Generic
    - Updated value_as_number() in HTML::Object::XPath::Literal
    - Updated HTML::Object::EventTarget, HTML::Object::Element, HTML::Object::DOM::List, HTML::Object::DOM::Element to use concatenation instead of list with warnings::warn

v0.2.1 2022-09-20T17:27:23Z +0900
    - Corrected some obscure issue with the module Want somehow not exporting its key subroutines

v0.2.0 2022-09-18T14:42:31Z +0900
    - Improved all modules; moved to stricter coding
    - Corrected a few typos

v0.1.4 2022-04-16T09:19:07Z +0900
    - Correction of a minor bug in method detach() in HTML::Object::Element
    - Corrected a minor bug in HTML::Object::DOM parse() method

v0.1.3 2022-03-11T15:33:05Z +0900
    - Improved unit test and module version requirement

v0.1.2 2022-01-22T15:47:53Z +0900
    - Documentation improvement for HTML::Object::XQuery

v0.1.1 2022-01-18T16:45:55Z +0900
    - Documentation improvement
    - Correction of unit tests in 30.xquery.t

v0.1.0 2022-01-16T21:10:18Z +0900
    - Initial release