ao-tld-parser-2.0.0
Release Notes
- Minimum Java version changed from 1.8 to 11.
- Now supports Java 9+ modules with included
module-info.class
. - Maven artifact relocated from
com.aoindustries:ao-tld-parser
tocom.aoapps:ao-tld-parser
. - Package renamed from
com.aoindustries.tld.parser
tocom.aoapps.tldparser
.
ao-tld-parser-1.2.1
Release Notes
- Updated dependencies.
ao-tld-parser-1.2.0
Release Notes
- Added support for
allowRobots
parsed from comments within the *.tld files.
ao-tld-parser-1.1.0
Release Notes
-
Removed unused parameter
apiLinks
from bothFunction
andTaglib
. -
Now supporting the documentation of generics for signatures and types.
As this is not part of the spec, the generics are optionally given in
a comment next to the signature or type element, similar
to how dates are defined (such as
dateCreated
).
ao-tld-parser-1.0.2
Release Notes
- Minimum Java version changed from 1.7 to 1.8.
-
Reduced use of property substitutions in
pom.xml
. This is to help 3rd-party parsers that fail to perform full Maven-compatible substitutions. - Updated dependencies.
ao-tld-parser-1.0.1
Release Notes
- Updated dependencies.
ao-tld-parser-1.0.0
Release Notes
- JSP taglib parser pulled out of SemanticCMS Tag Reference into its own project.
-
Added support for
dateCreated
,datePublished
,dateModified
, anddateReviewed
parsed from comments within the *.tld files.This allows SemanticCMS Tag Reference to provide these dates, which are provided to search engines via SemanticCMS Core Sitemap.