Skip to content

v2.0.3

Compare
Choose a tag to compare
@mobsense mobsense released this 29 Oct 03:08
· 559 commits to main since this release

Minor Patch Release

Features

  • Unify error handling with OneTable error instances. Add more context and details to error messages.
  • Add properties to params.transform to all properties are visible
  • Add @{...list} substitutions to support lists with filterExpressions and IN
  • Add Table.update

Fixes

  • Refactor transform* routines to clean up
  • Fix orderFields with nested value templates
  • Fix table transformer function
  • Fix missing TypeScript definitions for transform functions
  • Clarify README doc on transform
  • Fix Table.assign to handle recursive Object.assign
  • Fix zeroing metric counters after flush
  • Fix remove Nulls for plain objects only
  • Fix table transform for read #168
  • Update sample package.json versions

See