Skip to content

v3.2.0

Latest
Compare
Choose a tag to compare
@dhershman1 dhershman1 released this 14 Oct 00:51
· 1 commit to master since this release
18b0779

New

  • Added objOf function
    • Creates a new object based on the key value pair provided
  • fuzzySearch has been Deprecated as of this version and will be removed in v4.0.0
  • Reimplemented code coverage

Improved

  • amend now uses Object spread rather than Object.assign for that small performance boost
    • When using Object.assign with an empty object, Object spread is consistently faster
  • Converted map to use a while loop assoc combo
  • Moved *.js -> *.spec.js for unit tests
  • Expanded upon some more tests to get to 100% coverage