Skip to content

v2.0.0

Choose a tag to compare

@mikerourke mikerourke released this 20 Aug 22:00
· 157 commits to main since this release
v2.0.0
4baa231

Features

  • Add splitFilePath function to split file path based on platform

Breaking Changes

  • Rename joinPath to joinFilePath
  • Rename arrayToDictionary to keyBy
  • Remove removeFromDictionary (already handled by omit)
  • Rename sort to toSorted
  • Rename reverse to toReversed
  • Rename objectToEntries to toEntries