Now supports Java 9+ modules. Due to still having filename-based automatic module dependencies,
*-SNAPSHOT versions include module-info.class while releases include the
Automatic-Module-Name manifest entry. To minimize the difference between these
modes, module-info.java does not perform any transitive requires.
Maven artifact relocated from com.aoindustries:ao-servlet-last-modified to com.aoapps:ao-servlet-last-modified.
Package renamed from com.aoindustries.servlet.lastmodified to com.aoapps.servlet.lastmodified.
No longer adding last-modified parameters to HTML files by default, since the links cause duplicate content issues.
ao-servlet-last-modified-1.2.0
Release Notes
Added support for Web development file types *.less, *.sass,
*.scss, *.css.map, and *.js.map.
ao-servlet-last-modified-1.1.2
Release Notes
Fixed CSS parser to correctly handle multiple url(…) on a single line.