-
Notifications
You must be signed in to change notification settings - Fork 33
Changelog
1.1.6 fixes several bugs in IEEE 754 arithmetic.
1.1.5 fixes one very unlikley bug, and is now compatible with Maven 3.
1.1.4 is a significant upgrade that fixes several bugs in XPath evaluation and non-element nodes and makes Jaxen compatible with Java 7.
The version 1.1.3 is a minor upgrades that fixes one bug involving relational operators and non-element nodes.
The version 1.1.2 is a minor upgrades that fixes assorted small bugs.
The version 1.1.1 is a minor upgrades that fixes assorted small bugs.
1.1 is a major upgrade that significantly improved jaxen's conformance to the underlying XPath specs.
This release version of jaxen 1.1. is a vast improvement over 1.0, and all users are strongly encouraged to upgrade.
With a few small exceptions (e.g. the the document()
function has
moved to the org.jaxen.function.xslt
package, the
IdentityHashMap
class has been deleted, and the ElectricXML
navigator has been deleted) 1.1 is backwards compatible with code written to
the 1.0 APIs.