Releases: chrisweb/chrisweb-utilities.js
Releases · chrisweb/chrisweb-utilities.js
v1.4.0
- added string numeric plus filter
v1.3.2
- new string remove spaces function
- fixed alphanumeric filter second parameter that should be optional
- random functions now accept a custom PRNG to replace native js Math
v1.3.0
- choice(sequence) the input is a sequence (an array) of items, the ouput is one random item of the sequence
v1.2.0
- new sleep helper to pause a script for a given amount of milliseconds
- random integer generator for numbers between a min and max integer
- replaced tslint with eslint
- updated build system that uses rollup
0.1.4
- added placeholder replace method