Skip to content

v1.0.0

Compare
Choose a tag to compare
@logdnabot logdnabot released this 03 May 18:28
· 33 commits to main since this release

1.0.0 (2021-05-03)

Bug Fixes

  • object: handle when the first param is nullish to get-property f560b62 - Eric Satterwhite

Chores

  • deps: benchmark@2.1.4 9d46a3d - Eric Satterwhite
  • deps: update eslint-config-logdna@5.0.0 bbebdff - Eric Satterwhite
  • deps: use public eslint-config-logdna@2.0.0 4fef769 - Eric Satterwhite
  • oss: prepare package for open sourcing d8d795b - Eric Satterwhite

Features

  • array: add array.chunk function f08b9ca - Eric Satterwhite
  • array: allow custom separator in array.toArray dc7371a - Eric Satterwhite
  • ci: replace versioner with semantic release 1fef479 - Eric Satterwhite
  • json: Allow the caller to specify a return value of parse 46c20e5 - Eric Satterwhite
  • object: add recursive object typecast 8bd7fbc - Eric Satterwhite
  • object: function to shallow exclude object keys 1c4e1d3 - Eric Satterwhite
  • pkg: initial implementation of stdlib package 172c5dd - Eric Satterwhite

Miscellaneous