0.1.38 • Published 1 month ago

stuffs v0.1.38

Weekly downloads
70
License
MIT
Repository
github
Last release
1 month ago

STUFFS

Some useful stuffs packed to here.

Utilities

  • accurateSleep
  • chunkify
  • chunkifyString
  • combinations
  • defaultify
  • escapeRegex
  • execAsync
  • fillGaps
  • formatDuration
  • formatSeconds
  • getFileExtension
  • getValueType
  • hexToRgb
  • intToRgba
  • isThenable
  • makeSureFileExists
  • makeSureFileExistsSync
  • makeSureFolderExists
  • makeSureFolderExistsSync
  • mapReplace
  • parseDuration
  • percent
  • randomFloat
  • randomInteger
  • randomPick
  • randomString
  • rejectAfter
  • rgbaToInt
  • rgbToHex
  • sleep
  • threeDots
  • validateShape

Update history

0.1.36

  • Added chunkifyString(str, chunkSize, separator?). Eg: chunkifyString("Hello, world!", 7, ",") -> ["Hello", " world!"]

0.1.32

  • Added formatDuration(ms, formatting?). Eg: formatDuration(600000000) -> 6 days, 22 hours, 40 minutes

0.1.29

  • Added recursive option to mapReplace(text, map, recursive=true). Eg: mapReplace({ test: 1, test2: "hello", deep: { test3: "world" } }, {"hello": "hey", "world": "guy"}, true) => { test: 1, test2: "hey", deep: { test3: "guy" } }

0.1.23

0.1.22

  • parseDuration(str) added. Eg: parseDuration("1m30s") -> 90000

0.1.21

  • Much better Typescript support.

0.1.20

  • Typescript support.

0.1.19

  • mapReplace(text, map) now map argument supports entry mappings. Eg: [[/a/g, "aaa"], [/b/g, "bbb"]];

0.1.18

0.1.15

  • Fixed defaultify() on arrays..

0.1.14

  • validateShape(data, originalData, recursive=true) added. Validates object shape based on original object types.
  • getValueType(value) added. Eg: getValueType("") -> String, getValueType([]) -> Array

0.1.13

  • defaultify(data, defaultData, recursive=true) added.

0.1.12

  • execAsync(cmd, cwd?) added.

0.1.11

  • execAsync(cmd) added.

0.1.10

  • escapeRegex(str) added.

0.1.9

  • mapReplace(text, map) added.
    • Example: mapReplace('Hello, world!', {'world': 'Universe'})

0.1.8

  • formatSeconds(seconds) added. Formats seconds to cool-looking string. formatSecond(363) -> '06:03'

0.1.7

  • chunkify(array, chunkSize) added. Chunks an array into smaller arrays.

0.1.6

  • accurateSleep(milliseconds) added. For much better for millisecond-level accuracy. But uses more resources.

0.1.5

  • Some changes on defaultify.

0.1.4

  • makeSureFolderExists(path) added.
  • makeSureFolderExistsSync(path) added.
  • makeSureFileExists(path, content, encoding?) added.
  • makeSureFileExistsSync(path, content, encoding?) added.

0.1.3

  • defaultify(data, defaultData) added. (Data is a object)

0.1.2

  • percent(part, total, maxVal?, nanVal?) added.
  • threeDots(text, maxLength) added.

0.1.1

  • isThenable(any) added.

0.1.0

  • Code cleaned.
  • You can now only get only parts you need. (eg. require('stuffs/lib/randomString'))
  • Better readme.
  • randomString(length?, map?) added.
    • Some maps added for random string.
      • randomString.STRING_MAP_HEX
      • randomString.STRING_MAP_NUMERIC
      • randomString.STRING_MAP_ALPHABET_LOWER
      • randomString.STRING_MAP_ALPHABET_UPPER
      • randomString.STRING_MAP_ALPHANUMERIC
  • rejectAfter(ms, reason?) added.
    • Throws an error after some time.
0.1.38

1 month ago

0.1.37

3 months ago

0.1.35

6 months ago

0.1.36

6 months ago

0.1.30

7 months ago

0.1.31

7 months ago

0.1.32

7 months ago

0.1.33

7 months ago

0.1.34

7 months ago

0.1.28

7 months ago

0.1.29

7 months ago

0.1.27

1 year ago

0.1.22

2 years ago

0.1.23

1 year ago

0.1.24

1 year ago

0.1.25

1 year ago

0.1.26

1 year ago

0.1.20

2 years ago

0.1.21

2 years ago

0.1.18

2 years ago

0.1.19

2 years ago

0.1.15

2 years ago

0.1.16

2 years ago

0.1.17

2 years ago

0.1.13

2 years ago

0.1.14

2 years ago

0.1.11

2 years ago

0.1.12

2 years ago

0.1.10

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.9

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago