AO TLD Parser Changelog

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 to com.aoapps:ao-tld-parser.
  • Package renamed from com.aoindustries.tld.parser to com.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 both Function and Taglib.
  • 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