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.
[2.1.2] - 2021-01-25
Fixed
- Update to internal build configuration for UMD compile
rxjsandrxjs/operatorsnow correctly set asrxjsandrxjs.operatorsfor globals
[2.1.1] - 2021-01-21
Changed
- Documentation updates and some minor internal cleanup due to Typedoc upgrade
[2.1.0] - 2021-01-18
Added
fromUUIDv4Observable that emits a random UUIDv4 with optionalemitTime
[2.0.1] - 2021-01-17
Changed
- Minor internal improvements
[2.0.0] - 2020-12-21
Updated
This release contains a major update to documentation and examples on rxjs.ninja and improved test coverage that provided various bug fixes.
Changed
fromRandomCryptonow returns a random result from the array of randomly generated numbersfromRandomStringnow only excludes special characters from it's default settings
[1.1.1] - 2020-11-22
Changed
- Documentation updates
Changed
- This package is now released under
@rxjs-ninja/rxjs-random fromRandomCryptonow takes an additional third parameter withFromRandomCryptoOptswhich allows for1 & 2 bytevalues and unsigned values.
[1.0.1] - 2020-11-20
Changed
- Minor doc updates and new homepage URL
[1.0.0] - 2020-11-19
Added
fromRandomfunction that generates an Observable stream of random numbers between aminandmaxrange (defaults are0and1). This method uses a timer an optionally can be passed aemitTimethat will set a timer to emit, otherwise it's0fromRandomfunction that generates an Observable stream of random integer numbers between aminandmaxrange (defaults are0and100). This method uses a timer an optionally can be passed aemitTimethat will set a timer to emit, otherwise it's0fromRandomStringfunction that generates an Observable stream of random strings of passed length (default is10characters). This method uses a timer an optionally can be passed aemitTimethat will set a timer to emit, otherwise it's0. By default the string only contains upper and lower case characters, but a third option can be provided to include number and special characters.fromRandomCryptofunction that generates an Observable stream of random numbers from Crypto.getRandomValues using it to return one value at a time. This method uses a timer an optionally can be passed aemitTimethat will set a timer to emit, otherwise it's0.
Generated using TypeDoc, the 18/11/2022 at 13:22:58