Skip to main content

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.1-alpha.1]

Removed

  • Removed direct function toJSON() in Web3ValidatorError class as its available via base class (#5435)

[0.1.1-alpha.2]

Changed

  • Updated Web3.js dependencies (#5664)

Fixed

  • Fix isHexreturning false for -123, fix isHexStrict returning true for -0x, and fix isHex returning true for empty strings `` (#5373).

[Unreleased]

Fixed

  • Fix issue when importing web3-validator package within browser environments (Webpack minified filename changed from index.min.js to web3-validator.min.js) (#5710)