Skip to content

Releases: cdepage/zerodep

v2.7.3

10 Mar 21:45
Compare
Choose a tag to compare

[2.7.3] - 2024-03-10

Fixed

  • fixed a bug when checking if isPojo() on an object with a circular dependency

Changed

  • updated @zerodep/types timezones
  • internal tooling and dependency updates
  • removed support for Node v16 as it is beyond end of life

v2.7.2

10 Mar 15:09
Compare
Choose a tag to compare

[2.7.2] - 2024-03-10

Fixed

  • fixed a bug where importing into ESM projects did not work

v2.7.1

10 Mar 04:02
3b4f570
Compare
Choose a tag to compare

[2.7.1] - 2024-03-09

Fixed

  • fixed a bug where named imports did not work as expected for both cjs and esm packages, with or without Typescript

Changed

  • added a LICENSE.md and SECURITY.md files to every package on npm.js
  • removed bundlephobia package size buttons/links in README files as they were no longer functional

v2.7.0

15 Oct 16:01
Compare
Choose a tag to compare

[2.7.0] - 2023-10-15

Changed

  • added an optional error subclass/type check to the isError() method
  • added a check to the isError() method to ensure the error's message property is a string (if it exists)

v2.6.2

14 Oct 17:17
Compare
Choose a tag to compare

[2.6.2] - 2023-10-14

Changed

  • added a max length check the address normalizer and parser to prevent ReDoS attacks

v2.6.1

14 Oct 15:18
Compare
Choose a tag to compare

[2.6.1] - 2023-10-14

Changed

  • zerodep.app website url routing to hash-based schema
  • internal tooling updates
  • add support for Node v20 (Iron LTS)
  • update build to ES2022 spec (previously E2020)

v2.6.0

29 Aug 11:34
Compare
Choose a tag to compare

[2.6.0] - 2023-08-29

Added

  • added the @zerodep/struct-tree package, included it in the @zerodep/app and @zerodep/struct barrel packages

v2.5.0

28 Aug 16:39
Compare
Choose a tag to compare

[2.5.0] - 2023-08-28

Added

  • added the @zerodep/struct-linkedlist package, included it in the @zerodep/app and @zerodep/struct barrel packages

v2.4.0

27 Aug 19:37
Compare
Choose a tag to compare

[2.4.0] - 2023-08-27

Added

  • added the @zerodep/struct-queue package, included it in the @zerodep/app and @zerodep/struct barrel packages

v2.3.0

27 Aug 19:24
Compare
Choose a tag to compare

[2.3.0] - 2023-07-03

Added

  • added the @zerodep/geo-data package, included it in the @zerodep/app, @zerodep/parsers and @zerodep/geo barrel packages
  • added the @zerodep/address barrel package
  • added the @zerodep/address-zip parser, included it in the @zerodep/app, @zerodep/parsers and @zerodep/address barrel packages
  • added the @zerodep/address-country parser, included it in the @zerodep/app, @zerodep/parsers and @zerodep/address barrel packages
  • added the @zerodep/address-state parser, included it in the @zerodep/app, @zerodep/parsers and @zerodep/address barrel packages
  • added the @zerodep/address-directional parser, included it in the @zerodep/app, @zerodep/parsers and @zerodep/address barrel packages
  • added the @zerodep/address-secondary parser, included it in the @zerodep/app, @zerodep/parsers and @zerodep/address barrel packages
  • added the @zerodep/address-normalize parser, included it in the @zerodep/app, @zerodep/parsers and @zerodep/address barrel packages

Updated

  • refactor the @zerodep/geo-country and @zerodep/geo-state packages to use the new @zerodep/geo-data package