Skip to content

1.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Aug 20:09
· 84 commits to development since this release
08bb5fd

Added

  • Module should coerce null values to empty string if the queryNullToEmpty is set to true, which is the default
  • objectLoad(), and objectSave() aliases for objectSerialize() and objectDeserialize() respectively.

Fixed

  • Updated to use Attempts instead of Optionals for caching.