Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Releases: chrisweb/chrisweb-utilities.js

v1.4.0

05 Sep 18:06
Compare
Choose a tag to compare
  • added string numeric plus filter

v1.3.2

31 Aug 17:43
Compare
Choose a tag to compare
  • 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

27 Aug 16:33
Compare
Choose a tag to compare
  • choice(sequence) the input is a sequence (an array) of items, the ouput is one random item of the sequence

v1.2.0

21 Aug 19:07
Compare
Choose a tag to compare
  • 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

v1.1.0

29 May 15:13
Compare
Choose a tag to compare
added a few tests

v1.0.0

11 May 16:23
Compare
Choose a tag to compare
refactoring part 2

v0.1.5

24 Oct 00:28
Compare
Choose a tag to compare
  • new url methods

0.1.4

04 Jun 20:45
Compare
Choose a tag to compare
  • added placeholder replace method

0.1.3

28 Apr 10:29
Compare
Choose a tag to compare
  • added unescaper

0.1.2

03 Nov 10:47
Compare
Choose a tag to compare
Update README.md