Skip to content

v0.0.6

Compare
Choose a tag to compare
@abmaonline abmaonline released this 07 Oct 19:38
· 45 commits to master since this release

Error logging improvements

  • Add support for error logging in JSP files
  • Add initial error log support for json requests
  • Add more types of Sightly errors for requests (messages are limited since the stacktrace is missing)
  • Show only the first message in case of repeating, nested exception messages (HTL/JSP)
  • Use absolute path for local file reference, since not all environments understand paths relative to project folder
  • Show HTL/JSP errors, even when there are no actual exceptions in the request

Other

  • Use the css browser cache buster also for javascript, to prevent caching issues in case no Versioned Clientlibs are used
  • Updated dependencies
    • Browsersync 2.26.0 fixes the issue preventing navigation in Firefox: #1570
    • aemsync ignore pattern module was updated, so check if yours is still working