Skip to content

Releases: gammasoft/utils

Added more http errors to errorUtils

17 Oct 01:48

Choose a tag to compare

Added explicit index feature to `string.Line`

17 Feb 14:18

Choose a tag to compare

v0.0.75

Added explicit index feature to `string.Line`

v0.0.74

05 Feb 22:24

Choose a tag to compare

Minor bugfix in string.formatFileSize

v0.0.71

30 Oct 13:12

Choose a tag to compare

Added `stringUtils.removeNewLines` and `stringUtils.removeExtraSpaces`.

v0.0.67

26 Feb 15:40

Choose a tag to compare

Added strictSize mode for String.Line.toString

Added number.decimalPlaces

05 Dec 21:27

Choose a tag to compare

v0.0.65

Added number.decimalPlaces

Added date.isValidDate

20 Nov 18:25

Choose a tag to compare

v0.0.63

Added .editorconfig and Date.isValidDate

Added string.insert

31 Oct 15:37

Choose a tag to compare

Use this function to insert a string at a given index of another string

Added custom decimal separator for string.formatFileSize

14 Oct 20:52

Choose a tag to compare

v0.0.59

[docs] Added link to commits by each contributor

Added ability of performing mod in arrays in ascending order

12 Oct 19:04

Choose a tag to compare

Added a fourth parameter to the math.mod function so it performs in ascending order instead.

var utils = require('gammautils');

utils.math.mod('123456789', [1, 2, 3, 4], 11, 'leftToRight');