Skip to content

Releases: sargue/java-time-jsptags

v2.0.2

26 Mar 08:01
Compare
Choose a tag to compare

Changed dependency types to "compileOnly" so this library is not leaking specific JSP/JSTL libraries.

v2.0.0

23 Feb 16:48
Compare
Choose a tag to compare

Switches to the new Jakarta EE package naming. No other changes are introduced but a major version is used as it will break compilation of existing code.

v1.1.4

27 Jun 16:49
Compare
Choose a tag to compare

Made helper method public by request.

v1.1.3

05 Jan 09:11
Compare
Choose a tag to compare

Bugfix.

v1.1.2, depencies changed to compileOnly / provided

01 Apr 08:30
Compare
Choose a tag to compare

I have changed the gradle build to use the gradle wrapper and gradle version
2.12 which finally includes a compile-only (like provided) configuration.
I have updated the build script acordingly. It shouldn't break any build but I
detected that including this library before this change leaked some undesired
jar files (like the JSTL API).

v1.1.0: Fixes parsing bug, adds multiple parse tags.

29 Oct 15:15
Compare
Choose a tag to compare
Release v1.1.0.
Fixes #1.
Adds multiple parse tags.