Releases: gammasoft/utils
Releases · gammasoft/utils
Added more http errors to errorUtils
v0.0.76 more on errorUtils
Added explicit index feature to `string.Line`
v0.0.75 Added explicit index feature to `string.Line`
v0.0.74
Minor bugfix in string.formatFileSize
v0.0.71
Added `stringUtils.removeNewLines` and `stringUtils.removeExtraSpaces`.
v0.0.67
Added strictSize mode for String.Line.toString
Added number.decimalPlaces
v0.0.65 Added number.decimalPlaces
Added date.isValidDate
v0.0.63 Added .editorconfig and Date.isValidDate
Added string.insert
Use this function to insert a string at a given index of another string
Added custom decimal separator for string.formatFileSize
v0.0.59 [docs] Added link to commits by each contributor
Added ability of performing mod in arrays in ascending order
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');