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.
Taglib URLs now match project URLs.
All .tld files now have consistent description formatting.
Applied HTML formatting to examples in .tld files.
pragmatickm-password-taglib-1.3.1
Release Notes
Improved Javadoc formatting.
Improved README formatting.
pragmatickm-password-taglib-1.3.0
Release Notes
Improved Javadoc formatting.
Avoiding overhead of password generation inside
PAGE
and META
captures.
Set rtexprvalue to false where seems reasonable to do so.
Newer taglib version to support deferred expressions.
Attributes that take deferred expressions are now deferred-only.
Removed buffer and autoFlush settings from JSPs; using defaults.
pragmatickm-password-taglib-1.2
Release Notes
Use dependencyManagement instead of dependency for junit.
Parent POM changed so next release will update all versions.
pragmatickm-password-taglib-1.1
Release Notes
Using extensions.xml to avoid chicken/egg problem using ssh for private repositories.
Improved Maven configuration for Java EE 6 dependencies.
pragmatickm-password-taglib-1.0
Release Notes
Pulled passwords out of docs-taglib.
Enabled auto temp file.
Hiding passwords in demo mode.
Hiding password secret answers in demo mode.
Renamed <password:passwordSecretQuestion> to <password:secretQuestion>
Renamed <password:passwordCustomField> to <password:customField>