Skip to content

Latest commit

 

History

History
175 lines (84 loc) · 8.01 KB

CHANGELOG.md

File metadata and controls

175 lines (84 loc) · 8.01 KB

Changelog

2.0.0 (2024-11-01)

Bug Fixes

  • object: has should return early if nothing to split 8b815a0 - Darin Spivey

Chores

  • pkg: Require node >= 16 6ba1ed6 - Darin Spivey

Code Refactoring

  • object: Remove null prototyped objects 5c5dbaf - Darin Spivey

BREAKING CHANGES

  • object: The response objects in certain functions will have the Object prototype instead of a null one.
  • pkg: This commit turns on strictEngines

1.2.3 (2023-05-05)

Bug Fixes

  • ci: gate prs from non maintainers 249c079 - Eric Satterwhite

1.2.2 (2023-04-11)

Chores

  • deps: update microtime requirement from ^3.0.0 to ^3.1.1 e5c5beb - Eric Satterwhite

Miscellaneous

  • update .all-contributorsrc [skip ci] ae4e58f - Eric Satterwhite
  • update README.md [skip ci] f9f03cf - Eric Satterwhite

1.2.1 (2023-04-10)

Chores

  • Update jenkins agent specification 18b582a - Jon Moses

Documentation

  • Remove internal tooling reference from readme 21da877 - Jon Moses

1.2.0 (2022-08-01)

Features

  • lang: include callable class object b0e8d00 - Eric Satterwhite

1.1.5 (2021-09-02)

Chores

  • deps: update eslint requirement from ^7.30.0 to ^7.32.0 8a6a94c - Darin Spivey

Miscellaneous

  • update .all-contributorsrc [skip ci] ed5ed63 - Eric Satterwhite
  • update README.md [skip ci] a81d210 - Eric Satterwhite

1.1.4 (2021-08-10)

Bug Fixes

  • string: fix typecasting of boolean values 42511bf - Eric Satterwhite

1.1.3 (2021-07-06)

Chores

  • deps: update eslint requirement from ^7.26.0 to ^7.30.0 53f2c75 - Darin Spivey

1.1.2 (2021-06-22)

Chores

  • deps: update eslint-config-logdna requirement 7b13ef9 - Eric Satterwhite

1.1.1 (2021-06-18)

Documentation

  • make readme links consistent efd3296 - Eric Satterwhite

1.1.0 (2021-05-17)

Features

  • object.has: enable it on nested objects 55ee9f2 - Samir Musali

1.0.4 (2021-05-11)

Chores

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

1.0.3 (2021-05-07)

Chores

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

1.0.2 (2021-05-06)

Chores

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

1.0.1 (2021-05-04)

Chores

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

1.0.0 (2021-05-03)

Bug Fixes

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

Chores

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

  • add @darinspivey as a contributor ac8e4fb - Eric Satterwhite
  • add @esatterwhite as a contributor 0f4f49c - Eric Satterwhite
  • add @mdeltito as a contributor 5ea9084 - Eric Satterwhite
  • add @weizou19 as a contributor c462717 - Eric Satterwhite
  • Initial commit c474562 - Eric Satterwhite