Skip to content

Latest commit

 

History

History
97 lines (42 loc) · 3.47 KB

CHANGELOG.md

File metadata and controls

97 lines (42 loc) · 3.47 KB

1.11.0 (2024-05-09)

Features

  • Add support for additional options in generateCookie function (16dc60e)

1.10.3 (2023-10-20)

Bug Fixes

  • bundle fix for CommonJS (d9f81b0)

1.10.2 (2023-10-15)

Bug Fixes

  • exports.import fix to ensure correct build file is included when using import statement (cacad88)

1.10.1 (2023-10-09)

Bug Fixes

1.10.0 (2023-10-07)

Features

1.9.0 (2023-06-21)

Features

1.8.0 (2023-06-10)

Features

  • helpers that allows working with mime type and file extensions (76fef41)

1.7.0 (2023-01-26)

Features

  • getByKey function that gets object value by nested key (6f4c963)

1.6.4 (2023-01-02)

Bug Fixes

1.6.3 (2023-01-01)

Bug Fixes

  • merge function nested structure fix when using custom options (c75f63d)

1.6.2 (2023-01-01)

Bug Fixes

  • better merge function parameters types (229608a)

1.6.1 (2022-12-27)

Bug Fixes

  • fix npm release files configuration caused by changed build tool (080fa2c)

1.6.0 (2022-12-27)

Features

  • string helpers titleCase and isLetter (749dfc3)

1.5.2 (2021-08-29)

Bug Fixes

  • tryCatch incorrect return type when using with promise (7552729)