Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 06 Feb 08:03
2da8d91

2.0.0 (2023-02-06)

⚠ BREAKING CHANGES

  • array: renamd getArray method to toArray
  • array: removed insertAfterKey, insertBefore, insertBeforeKey
  • string: Merged (and deleted) Email helper into FluentString.

Miscellaneous Chores

  • fix export-ignore in .gitattributes (d5f1f0e)

Code Refactoring

  • array: improve FluentArray with more fluent methods (f2e1e89)
  • array: renamed getArray method to toArray (a66374e)
  • string: move email domain validation to FluentString (89485b0)