1
0
Fork 0
Commit Graph

7 Commits

Author SHA1 Message Date
ssube b4343ba05b
docs and tests 2021-08-08 14:58:43 -05:00
ssube 4ae509ce0c
continue name fixes, list methods in readme 2021-08-07 19:34:19 -05:00
ssube 02b9a688e7
feat(maybe): deprecate Optional and Nil types in favor of Maybe and None
BREAKING CHANGE: while the Optional type has been deprecated, some Array
and Maybe-related functions have been renamed to be more consistent.
2021-07-10 16:54:41 -05:00
ssube e34641a42d
remove: async test tracker and pid file utils
BREAKING CHANGE: this removes the test helpers, which were not well
tested and required the `async_hooks` module, and the PID file
helpers, which introduced a requirement on `fs` that could not be
easily polyfilled. This should make the library easier to use in
browsers and bundlers.
2020-06-30 08:14:30 -05:00
ssube 60e4468c4b
lint: finish breaking up utils index 2020-03-31 17:38:25 -05:00
ssube 6d7e72e1a8
lint: organize files, document exported 2020-03-31 08:29:47 -05:00
ssube f690cdcac2
fix(test): begin covering child process utils 2020-03-30 23:37:58 -05:00