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).

[0.1.1-alpha.3]

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)

[0.1.1-alpha.4]

Changed

  • tsc compiled files moved to lib/ directory from dist/ (#5739)

[0.1.1-alpha.5]

Removed

  • build entry from package.json (#5755)

[1.0.0-rc.0]

Removed

  • Moved TypedArray to web3-types (was also duplicated at web3-utils) (#5771)

Added

  • Added support of safe and finalized block tags in isBlockTag method (#5823)

[1.0.0-rc.1]

Added

  • Added source files (#5956)
  • Added hybrid build (ESM and CJS) of library (#5904)
  • Added functions isHexString, isHexPrefixed, validateNoLeadingZeroes (#5963)

[1.0.0-rc.2]

Changed

  • Replaced Buffer for Uint8Array (#6004)

Removed

  • Web3ValidationErrorObject type is now exported from web3-types package (#6102)

[1.0.0]

Release Notes:

Detailed List of change logs are mentioned under previous 1.x alpha and RC releases.

Documentation: Web3.js documentation Web3 API Migration Guide from 1.x

[Unreleased]