Skip to content

Releases: logdna/stdlib-node

v1.0.4

11 May 22:08
Compare
Choose a tag to compare

1.0.4 (2021-05-11)

Chores

  • deps: update eslint requirement from ^7.25.0 to ^7.26.0 d0b06b3 - Eric Satterwhite

v1.0.3

07 May 22:36
Compare
Choose a tag to compare

1.0.3 (2021-05-07)

Chores

  • deps: update tap requirement from ^15.0.6 to ^15.0.9 e39cc5b - Eric Satterwhite

v1.0.2

06 May 18:04
Compare
Choose a tag to compare

1.0.2 (2021-05-06)

Chores

  • README: Add badge for code coverage 55d948a - Darin Spivey

v1.0.1

04 May 16:20
Compare
Choose a tag to compare

1.0.1 (2021-05-04)

Chores

  • deps: update eslint requirement from ^7.7.0 to ^7.25.0 dc29f6a - Eric Satterwhite

v1.0.0

03 May 18:28
Compare
Choose a tag to compare

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