Skip to content

Releases: starlite-project/utils

v0.0.7

07 Aug 16:12

Choose a tag to compare

@pyrotechniac/utils 0.0.7

v0.0.6

06 Aug 00:46

Choose a tag to compare

@pyrotechniac/utils 0.0.6

Added sync versions of write/readFile, called read/writeFileSync. WARNING: These block the main thread as they don't use libuv's threadpool and so will cause your process to freeze on bigger reads/writes.

Also changed some build settings for optimizations to make things faster, cause who doesn't love more speed?

v0.0.5

05 Aug 21:13

Choose a tag to compare

@pyrotechniac/utils 0.0.5

Added a writeFile function, which takes a string and a Buffer, and returns a promise that resolves once the file is written to, the file will be created if it isn't already.

v0.0.4

01 Aug 21:28

Choose a tag to compare

@pyrotechniac/utils 0.0.4

Stopped uploading the binaries to npm -_-, this should reduce package size,
Changed error handling to be a macro, which will allow it to be used in more than one utility.

v0.0.3

31 Jul 22:55

Choose a tag to compare

@pyrotechniac/utils 0.0.3

Changed around some stuff to be more idiomatic

v0.0.2

31 Jul 22:42

Choose a tag to compare

@pyrotechniac/utils 0.0.2

Made things slightly faster!

Went straight to a Vec instead of iterating over the string, so there's less overhead of checking for valid utf-8

v0.0.1

30 Jul 01:15

Choose a tag to compare

@pyrotechniac/utils 0.0.1

First release!