semanticcms-section-taglib-1.10.0
Release Notes
ElementTag.evaluateAttributes(…)
no longer throwsIOException
.
semanticcms-section-taglib-1.9.1
Release Notes
- Updated dependencies.
semanticcms-section-taglib-1.9.0
Release Notes
- Updated to Java™ EE 7 Web Profile (Servlet 3.1, JSP 2.3, EL 3.0, and JSTL 1.2).
- Minimum Java version changed from 1.8 to 11.
-
Now supports Java 9+ modules. Due to still having filename-based automatic module dependencies,
*-SNAPSHOT versions include
module-info.class
while releases include theAutomatic-Module-Name
manifest entry. To minimize the difference between these modes,module-info.java
does not perform any transitive requires.
semanticcms-section-taglib-1.8.1
Release Notes
- Updated dependencies.
semanticcms-section-taglib-1.8.0
Release Notes
- Other types of elements may now trigger table of contents output.
semanticcms-section-taglib-1.7.0
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. - Using AO Fluent HTML for HTML generation.
semanticcms-section-taglib-1.6.0
Release Notes
- Updated dependencies.
semanticcms-section-taglib-1.5.0
Release Notes
- Minimum Java version changed from 1.6 to 1.7.
Implemented additional HTML 5.2 Sectioning content, with each still acting as a section for things like page outlines and table of contents, but which use more appropriate HTML 5 semantic elements:
- <section:section> (this was previously the only supported type of section)
- <section:nav>
- <section:aside>
Please note that <article> is not included. The article is already created by the active view, and nested articles are not supported.
- Using managed dependencies:
- This project uses managed dependencies.
- This project's managed dependencies may also be imported by other projects.
semanticcms-section-taglib-1.4.3
Release Notes
- New release for bug fixes in underlying AO Encoding library.
- Nodes, including both pages and elements, now have properties.
- Updated dependencies.
semanticcms-section-taglib-1.4.2
Release Notes
- New AO OSS Parent POM to simplify
pom.xml
files. - Project documentation moved to per-project book in SemanticCMS format.
- Added changelog as top-level project link.
- Taglib tlib-version is now set automatically during build. Unfortunately, we cannot include "-SNAPSHOT" on snapshot builds due to the requirement of "Dewey decimal" for taglib versions. The unambiguous full version is annotated via comment.
semanticcms-section-taglib-1.4.1
Release Notes
- Added missing direct dependencies.
- Improved Javadoc formatting.
- Improved README formatting.
semanticcms-section-taglib-1.4.0
Release Notes
- Improved Javadoc formatting.
- Set rtexprvalue to false where seems reasonable to do so.
- Newer taglib version for deferred expressions.
- Deferred expressions for more attributes.
- Added missing direct dependencies.
semanticcms-section-taglib-1.3
Release Notes
- Use dependencyManagement instead of dependency for junit.
semanticcms-section-taglib-1.2
Release Notes
- Improved Maven configuration for Java EE 6 dependencies.
semanticcms-section-taglib-1.1
Release Notes
- Created parent pom for all SemanticCMS components.
semanticcms-section-taglib-1.0
Release Notes
- Project moved to GitHub and Maven.
- Now passing arguments through includes.