1
0
Fork 0
Commit Graph

30 Commits

Author SHA1 Message Date
Sean Sube db8dc22288 fix(test): make sure chai does not compare prototypes 2022-11-23 08:45:55 -06:00
Sean Sube d3e52d9363 fix(docs): typedef and doc warnings 2022-10-08 15:02:40 -05:00
Sean Sube 2b72af5262 fix(types): mark newer array functions as public 2022-02-14 14:53:15 +00:00
ssube b91e13fc91
more function signature docs 2021-08-08 15:11:23 -05:00
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 52e08220e8
fix: export missing symbols 2021-08-01 09:47:48 -05:00
ssube 4c6a4f0df0
continue cleaning up names, being property-based testing 2021-07-24 19:41:28 -05:00
ssube d55efc57a1
feat(build): update eslint config, remove tslint plugins 2021-07-10 17:32:47 -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 81185b4167
update: mocha 2020-12-28 23:29:39 -06:00
ssube 1847865c98
fix(async): split up defer with and without value, update typescript
BREAKING CHANGE: usage of `defer(number, T)` must be replaced with
`deferValue(number, T)`. Uses of `defer(number)` do not need to change.
2020-12-28 23:27:11 -06:00
ssube 85d7e56d14
fix(buffer): restrict encodings 2020-09-05 18:43:51 -05:00
ssube 131c9bf530 lint: type naming for new rules 2020-07-29 08:34:00 -05:00
ssube 8db6b436c7 fix(config): update lint to naming-convention rule 2020-07-29 08:34:00 -05:00
ssube a4b8bf24b6
fix: better support for readonly arrays 2020-06-30 08:16:22 -05:00
ssube 040fecc6e3
feat(build): bundle as ES module
BREAKING CHANGE: removes the umd module in favor of a smaller, standard
ES module. Consumers will need native support for ES modules (recent
evergreen browsers) or a bundler with the same (rollup, webpack, etc).
2020-06-29 18:23:16 -05:00
ssube 3f675aaaa3
feat(list): add utils from salty-dog 2020-03-31 18:47:44 -05:00
ssube 60e4468c4b
lint: finish breaking up utils index 2020-03-31 17:38:25 -05:00
ssube 832913441f
update: remaining build deps 2020-03-31 08:54:31 -05:00
ssube e4958ee6f0
fix(docs): describe exports and mark with release status 2020-03-31 08:49:18 -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
ssube 76e2ba46dd
fix(test): cover pid file, signal helpers, improve coverage for others 2020-03-30 21:31:51 -05:00
ssube e68d7f97d2
feat: export async tracker, checklist 2020-03-29 09:52:40 -05:00
ssube 9c9a35c829
feat: add checklist 2020-03-29 09:10:40 -05:00
ssube e227fa6691
feat: add utils from isolex 2020-03-29 08:43:52 -05:00
ssube f3b2e9cc43
fix(build): move index back to its own chunk 2019-09-18 09:05:16 -05:00
ssube 9f11653749
fix(build): use absolute path for rollup output 2019-09-18 07:32:45 -05:00
ssube 7766659391
feat: copy template from other projects 2019-09-17 07:45:15 -05:00