Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 474 Bytes

CHANGELOG.md

File metadata and controls

31 lines (17 loc) · 474 Bytes

v1.0.3

  • Change String->toPascalCase method.

v1.0.4

  • Fix bug for String->toPascalCase method.

v1.0.5

  • Change Array->findObjPropValue method (Support findConditions parameter can be a callback function).

v1.0.6

  • Change Object->valueEquals method (Support exceptFields option).

v1.0.7

  • Fix issue for Array->contains method.

v1.0.8

  • Add Array->average method.

v1.0.9

  • Fix issue for Array->sortObject method.