0.005 2024-01-05
[Incompatible Changes]
* All are drastically changed.
[Requirement Changes]
* Require SPVM::Regex 0.244.
0.004 2023-12-26
[New Features]
* Add the new_text method to the Eg::Node class.
* Add the new_element method to the Eg::Node class.
* Add the parent field to the Eg::Node class.
0.003 2023-12-26
[New Features]
* Add the style field to the Eg::Node.
[Incompatible Changes]
* The style attribute is removed from the key of the attribute field, and the style field is set to the value.
0.002 2023-12-26
[Incompatible Changes]
* Rename Eg::Element to Eg::Node.
* Rename the elements field in the Eg::Node to nodes.
* Change enumeration for the type field in the Eg::Node.
enum {
TYPE_ELEMENT_NODE = 1,
TYPE_ATTRIBUTE_NODE = 2,
TYPE_TEXT_NODE = 3,
TYPE_CDATA_SECTION_NODE = 4,
TYPE_PROCESSING_INSTRUCTION_NODE = 7,
TYPE_COMMENT_NODE = 8,
TYPE_DOCUMENT_NODE = 9,
TYPE_DOCUMENT_TYPE_NODE = 10,
TYPE_DOCUMENT_FRAGMENT_NODE = 11,
}
0.001 2023-12-25
[Changes]
* First release.