v1.0.0-rc

2022-02-26

Added

  • Number object. 32c36d4

  • value parameter of number type to the static create() method and constructor(). 622847e

  • Private #value property that indicates the range current value of the number type. 622847e

  • get accessor value to retrieve the range value. 622847e

  • set accessor value to set the #range property including range of specified object. 622847e

  • get accessor steps to retrieve the number of steps. 622847e

  • the getCurrentRange() getCurrentStep() getValueOfStep() setValue() setValueToStep() valueDown() valueUp() methods. 622847e

Changed

  • The static isRange() method by adding step parameter to check. 870c5e4

  • get accessor range to use getRange() method of instance and its return type to readonly. 622847e

  • The getRange() method to obtains the range to the specified value. 622847e

  • The isBetween() isBetweenEvery() isBetweenSome() methods to include minimum and maximum. 622847e

  • forEachStep() method parameter names and set range parameter type to readonly. 622847e

Deprecated

  • Deprecate getMin() getMax() valueOf() toArray() methods. 622847e

Last updated