Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Releases: nejcm/js-helpers

v4.0.2

11 Jun 10:36
Compare
Choose a tag to compare

4.0.2 (2020-06-11)

Bug Fixes

  • fixed bug in array groupBy method for null values (e2ba478)

v4.0.1

08 Jun 00:27
Compare
Choose a tag to compare

4.0.1 (2020-06-08)

Bug Fixes

  • fixed missing dependency (921c6a8)

v4.0.0

06 Jun 01:54
Compare
Choose a tag to compare

4.0.0 (2020-06-06)

Bug Fixes

Code Refactoring

  • refactored package to typescript, (26b20e4)

BREAKING CHANGES

  • refactored Enum from class inheritance to prototypal inheritance, removed hasValue method

v3.0.0

03 Jun 19:46
Compare
Choose a tag to compare

3.0.0 (2020-06-03)

Features

  • removed object-to-formdata lib (72c9191)

BREAKING CHANGES

  • The object-to-formdata function has been removed

v2.1.2

28 May 15:03
Compare
Choose a tag to compare

2.1.2 (2020-05-28)

Bug Fixes

  • fixed bug in array helper (4784540)

v2.1.1

07 May 18:06
Compare
Choose a tag to compare

2.1.1 (2020-05-07)

Bug Fixes

  • fixed enum getProperty method for nested values (902aaab)

v2.1.0

20 Apr 21:05
Compare
Choose a tag to compare

2.1.0 (2020-04-20)

Features

v2.0.4

20 Apr 19:11
Compare
Choose a tag to compare

2.0.4 (2020-04-20)

Bug Fixes

  • replaced lodash because of bundle size (d724710)

v2.0.3

20 Apr 18:31
Compare
Choose a tag to compare

2.0.3 (2020-04-20)

Bug Fixes

  • fixed lodash dependency, replaced rollup config with kcd-scripts (40a1fe0)

v2.0.2

19 Apr 23:40
Compare
Choose a tag to compare

2.0.2 (2020-04-19)

Bug Fixes

  • fixed lodash dependency (6429955)