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

Latest commit

 

History

History
181 lines (81 loc) · 5.83 KB

CHANGELOG.md

File metadata and controls

181 lines (81 loc) · 5.83 KB

4.0.2 (2020-06-11)

Bug Fixes

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

4.0.1 (2020-06-08)

Bug Fixes

  • fixed missing dependency (921c6a8)

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

3.0.0 (2020-06-03)

Features

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

BREAKING CHANGES

  • The object-to-formdata function has been removed

2.1.2 (2020-05-28)

Bug Fixes

  • fixed bug in array helper (4784540)

2.1.1 (2020-05-07)

Bug Fixes

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

2.1.0 (2020-04-20)

Features

2.0.4 (2020-04-20)

Bug Fixes

  • replaced lodash because of bundle size (d724710)

2.0.3 (2020-04-20)

Bug Fixes

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

2.0.2 (2020-04-19)

Bug Fixes

  • fixed lodash dependency (6429955)

2.0.1 (2020-04-19)

Bug Fixes

  • fixed travis build issue (9d9bc1e)

2.0.0 (2020-04-07)

Features

  • removed methods and fixed null checks (d51922b)

BREAKING CHANGES

  • Removed some methods that are included in lodash

1.3.0 (2020-04-01)

Features

  • Added curry function helper (a6a0770)

1.2.0 (2020-03-22)

Bug Fixes

  • fixed travis cleanup issue (d2d247c)

Features

1.1.3 (2020-03-22)

Bug Fixes

  • fixed missing dependency (8678eb5)

1.1.2 (2020-03-19)

Bug Fixes

1.1.1 (2020-03-19)

Bug Fixes

1.1.0 (2020-03-17)

Features

  • added new measure2Css helper (37ae163)

1.0.2 (2020-03-15)

Bug Fixes

  • travis: fixed travis deploy dir (27774e8)

1.0.1 (2020-03-15)

Bug Fixes

1.0.0 (2020-03-15)

Bug Fixes

  • removed boilerplate refrences (441da3d)

CHANGELOG

The changelog is automatically updated using semantic-release. You can see it on the releases page.