Skip to content

Latest commit

 

History

History
59 lines (30 loc) · 1.42 KB

Changelog.md

File metadata and controls

59 lines (30 loc) · 1.42 KB

Release History

2.0.2 ( 2024-01-31)

  • Dev dependencies updates. Chai to version 5.0.3;
  • Dev dependencies updates. C8 to version 9.1.0;
  • Folder 'dist' was added to the project. Includes commonjs, umd and esm versions of the library;
  • Package.json: "exports" section was added. Allows you to use package as commonjs or es6 module without additional configuration;
  • Rollup was added to the project. Used to build the library versions;

2.0.0 ( 2024-01-01)

  • Module converted to ES module;
  • Dev dependencies updates;

1.3.1 ( 2023-10-25)

  • Dependencies update. Ask-for-promise version 1.4.0;

1.3.0 ( 2023-09-23)

  • Provide collection containers to callbacks. Extract data during iteration;
  • Fix: Keys with value 'undefined' are not being copied;

1.2.0 ( 2023-09-18)

  • HTML DOM nodes - copy by reference;
  • Bug: Keys with value 'undefined' are not being copied;

1.1.0 ( 2022-11-23)

  • Resolving with Null and undefined from callback functions will be treated as value;

1.0.1 ( 2022-09-19)

  • Fix: Deep copy process is losing object properties that are equal to 'null';

1.0.1 ( 2022-09-19)

  • Fix: Deep copy is not working.
  • Bug: Deep copy process is losing object properties that are equal to 'null';

1.0.0 (2022-09-18)

  • Initial code;
  • Test package;
  • Documentation;
  • Bug: Deep copy is not working.