> For the complete documentation index, see [llms.txt](https://range.angular-package.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://range.angular-package.dev/change-log/v1.0.0-rc.md).

# v1.0.0-rc

## 2022-02-26

### Added

* `Number` object. [32c36d4](https://github.com/angular-package/range/commit/32c36d4ea5f3b7745571cb4034cd8e887aac2a00)
* `value` parameter of number type to the static `create()` method and `constructor()`. [622847e](https://github.com/angular-package/range/commit/622847e0d3042da88137e8a36c69fdeb3a8b7054)
* Private `#value` property that indicates the range current value of the number type. [622847e](https://github.com/angular-package/range/commit/622847e0d3042da88137e8a36c69fdeb3a8b7054)
* `get` accessor `value` to retrieve the range value. [622847e](https://github.com/angular-package/range/commit/622847e0d3042da88137e8a36c69fdeb3a8b7054)
* `set` accessor `value` to set the `#range` property including range of specified object. [622847e](https://github.com/angular-package/range/commit/622847e0d3042da88137e8a36c69fdeb3a8b7054)
* `get` accessor `steps` to retrieve the number of steps. [622847e](https://github.com/angular-package/range/commit/622847e0d3042da88137e8a36c69fdeb3a8b7054)
* the `getCurrentRange()` `getCurrentStep()` `getValueOfStep()` `setValue()` `setValueToStep()` `valueDown()` `valueUp()` methods. [622847e](https://github.com/angular-package/range/commit/622847e0d3042da88137e8a36c69fdeb3a8b7054)

### Changed

* The static `isRange()` method by adding `step` parameter to check. [870c5e4](https://github.com/angular-package/range/commit/870c5e4abb6addf140d6ae85ad7018b8ea117280)
* `get` accessor `range` to use `getRange()` method of instance and its return type to readonly. [622847e](https://github.com/angular-package/range/commit/622847e0d3042da88137e8a36c69fdeb3a8b7054)
* The `getRange()` method to obtains the range to the specified value. [622847e](https://github.com/angular-package/range/commit/622847e0d3042da88137e8a36c69fdeb3a8b7054)
* The `isBetween()` `isBetweenEvery()` `isBetweenSome()` methods to include minimum and maximum. [622847e](https://github.com/angular-package/range/commit/622847e0d3042da88137e8a36c69fdeb3a8b7054)
* `forEachStep()` method parameter names and set `range` parameter type to readonly. [622847e](https://github.com/angular-package/range/commit/622847e0d3042da88137e8a36c69fdeb3a8b7054)

### Deprecated

* Deprecate `getMin()` `getMax()` `valueOf()` `toArray()` methods. [622847e](https://github.com/angular-package/range/commit/622847e0d3042da88137e8a36c69fdeb3a8b7054)
