Skip to content

Latest commit

 

History

History
60 lines (44 loc) · 1.48 KB

File metadata and controls

60 lines (44 loc) · 1.48 KB

Changelog

v5.1.0 (Feb. 13, 2025)

  • Minor changes and improvements.

v5.0.0 (Jan. 28, 2025)

  • Drop support for Node versions prior to v18.
  • Use named types instead of any.
  • Create UDM bundle.

v4.0.4 (Nov. 3, 2023)

  • Minor improvements.

v4.0.3 (Oct. 6, 2023)

  • Rewrite the build logic, integrate rollup and create bundles for different consumers.
  • Upgrade dependencies.

v4.0.2 (Sep. 3, 2023)

  • Upgrade dependencies.

v4.0.2 (Sep. 3, 2023)

  • Upgrade dependencies.

v4.0.1 (May. 23, 2023)

  • Drop support for Node versions prior to v16.
  • Upgrade dependencies.
  • Convert codebase to Typescript.

v3.0.0 (Jul. 4, 2022)

  • Drop support for Node versions prior to v14.
  • Upgrade dependencies.

v2.0.0 (Feb. 26, 2021)

  • Drop support for Node versions prior to v12.
  • Upgrade dependencies.

v1.2.0 (Apr. 6, 2020)

  • Add omitPaths function that returns the object with excluded paths.

v1.1.0 (Nov. 8, 2019)

  • Add getPaths function that returns all the paths of the object.

v1.0.2 (Nov. 2, 2019)

  • Integrate rollup babel plugin to convert ESNext code to ES5.

v1.0.0 (Oct. 3, 2019)

  • Split main function into three functions for each supported format.
  • Add revert function.
  • Create typescript definition file.
  • Drop support for node v6.

v0.3.0 (Oct. 3, 2019)

  • Add browser support. Integrate rollup to build client bundle.

v0.2.0 (Apr. 16, 2019)

  • Add compact method to remove nil values from arrays.
  • Improve codebase.

v0.1.1 (Apr. 8, 2019)

  • First release.