Skip to content

vers. 3.0.3

Choose a tag to compare

@komed3 komed3 released this 13 Aug 10:21
462b952

This minor release introduces a new fail-safe mode for handling empty inputs. To utilize this feature, set safeEmpty: true, which will return [] in cases where one or both inputs might be empty. When safeEmpty is enabled, empty input arrays or strings will yield an empty array rather than generating an error. The default behavior remains unchanged.

Changes & Fixes

  • Fail safe mode for empty inputs added
  • Minor fixes and dependency updates

Full Changelog: v3.0.2...v3.0.3