Skip to content

0.22.0 - Context Activities "category" Support

Compare
Choose a tag to compare
@brianjmiller brianjmiller released this 14 Feb 14:25
· 128 commits to master since this release
  • Added support for the 'category' context activity property which was new as of 1.0.0. Users setting the property will get an exception during the version serialization for versions at 0.9 or 0.95.
  • The LRS saveStatement and saveStatements methods handle the exception based on the allowFail setting for the LRS. These interfaces are now unit tested.
  • One case of a callback being switched to a method signature (.apply) was removed.
  • Improved consistency of debug log message capitalization for "error" and "warning" messages.