Releases: starlite-project/utils
v0.0.7
v0.0.6
@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
@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
@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
@pyrotechniac/utils 0.0.3
Changed around some stuff to be more idiomatic
v0.0.2
@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
@pyrotechniac/utils 0.0.1
First release!