- #9 Record the originally requested image URL when logging errors
- #8 Replace GetFileInfo() with faster FileInfo() if using Lucee
- #7 Handle errors caused by file system being out of sync with file operations cache
- Enhancements
- #5 Add option to log errors only
- Fixes
- #6 Query strings in original URL causes errors.
- Fixes
- #4 Tomcat appears not to be able to read javascript set cookies containing commas
- Cached folder cleanup not working properly in tests under ACF11
- Other
- Add locking around file/directory deletion operations
- Enhancements
- #2 Add
cacheFolderName
config option
- #2 Add
- Fixes
- #3
cleanupCacheFolders()
should delete any empty resolution cache folders
- #3
- Breaking changes
- Remove support for ColdFusion 10 and below, and Railo.
- Change to positional init arguments with new
cacheFolderName
option
- Other
- Rewrite tests using TestBox BDD style
- Replace MX Unit with Testbox in MX Unit style
- Initial release