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.
- Fix the
setValueToStep()
method by removing defining the value property.
Number
object. 32c36d4value
parameter of number type to the staticcreate()
method andconstructor()
. 622847e- private
#value
property that indicates the range current value of the number type. 622847e get
accessorvalue
to retrieve the range value. 622847eset
accessorvalue
to set the#range
property including range of specified object. 622847eget
accessorsteps
to retrieve the number of steps. 622847e- the
getCurrentRange()
getCurrentStep()
getValueOfStep()
setValue()
setValueToStep()
valueDown()
valueUp()
methods. 622847e
- Add the
step
parameter to check in the staticisRange()
method. 870c5e4 get
accessorrange
to usegetRange()
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 setrange
parameter type to readonly. 622847e
- Deprecate the
getMin()
getMax()
valueOf()
toArray()
methods. 622847e
- Generic type variable
Step
of default value 1 and thestep
parameter in the constructor that uses it e0aaca9 - The
stepByStep()
method that performs a callback function with the ability to decide when to move to the next step of the range. e0aaca9 - The
getRange()
method to return a range of numbers from minimum to maximum with the step. e0aaca9 - The
forEachStep()
method to perform the specified action for each step in the range of an array. e0aaca9 - The
get
accessorrange
that obtains the range of anarray
number from the minimum to the maximum with the step of a specifiedRange
object. e0aaca9 - The
get
accessorstep
that obtains the step of a specifiedRange
object. e0aaca9 - The
#step
private property of the generic type variableStep
that indicates the range step. e0aaca9 - The
step
parameter to the staticcreate()
method of generic type variableStep
. e0aaca9