Skip to content

Latest commit

 

History

History
72 lines (37 loc) · 1.68 KB

Changelog.md

File metadata and controls

72 lines (37 loc) · 1.68 KB

Release History

4.2.3 ( 2024-01-27)

  • Package.json: "exports" section was added. Allows you to use package as commonjs or es6 module without additional configuration;

4.2.2 ( 2024-01-20)

  • Folder 'dist' is not included in npm package. Folder contains all types of the package - CommonJS, ES6, UMD;
  • Build process was added. It's based on "rollup.js";

4.2.1 ( 2024-01-02)

  • Development dependencies update;

4.2.0 ( 2023-09-23)

  • Provide collection containers to callbacks. Extract data during iteration;

4.1.0 (2023-09-19)

  • HTML DOM nodes - copy by reference;

4.0.0 (2022-11-23)

  • Callbacks should return const IGNORE if key-value pear should be ignored;
  • Null and undefined returned from callback functions will be treated as values;

3.0.1 (2022-11-15)

  • Fix: Breaks if object contains value 'null';

3.0.0 ( 2022-09-18 )

  • Interface changes - Named arguments.
  • Bug: Breaks if object contains value 'null';

2.0.1 ( 2022-07-22)

  • Rebuilds an array indexes;
  • Bug: Breaks if object contains value 'null';

2.0.0 ( 2022-07-22)

  • Object callback has new argument 'key'. Arguments are ( obj, key, breadcrumbs );
  • When object-callback returns null the property will disappear;
  • If object-callback returns string, object will be substituted with this string;
  • Bug: Breaks if object contains value 'null';

1.1.0 (2022-05-23)

  • Object callbacks;

1.0.2 (2022-03-04)

  • Fix: Breadcrumbs in callback are not correct;

1.0.0 (2022-03-04)

  • Initial code;
  • Test package;
  • Documentation;
  • Bug: Breadcrumbs in callback are not correct;