ssube
99f18ae5d1
feat(reflect): handle missing prototypes
...
Typescript 4.2 fixed a return type for objects without a prototype.
This change throws an InvalidValueError for these, rather than the
TypeError that was previously thrown.
2021-03-27 18:22:36 -05: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
b452bf7caa
feat(map): normalize helper handles numeric values
2020-08-01 10:11:29 -05:00
ssube
077d05f7c4
feat(list): add filter many helper
2020-08-01 10:01:00 -05:00
ssube
56e96f35e8
lint: remove some usage of lodash
2020-08-01 10:00:43 -05:00
ssube
131c9bf530
lint: type naming for new rules
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
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
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
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
c55e154570
fix(logger): use global instance of console/null logger for tests
2020-03-30 18:23:53 -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
e530a99c31
feat: expose reflect functions
2020-03-29 08:51:36 -05:00
ssube
e227fa6691
feat: add utils from isolex
2020-03-29 08:43:52 -05:00
ssube
f50af4cfa2
feat(build): replace tslint with eslint
2019-11-09 16:50:30 -06:00
ssube
49d5c73a97
feat(build): externalize rollup data
2019-09-29 16:06:03 -05:00
ssube
0e8ac4627c
fix: rename main app method to main, remove redundant wrapper
2019-09-29 10:03:26 -05:00
ssube
58d3eeeed7
feat(build): bundle json and yaml with TS typedefs
2019-09-28 04:37:33 -05:00
ssube
38e0aff159
feat(bundle): add version info
2019-09-17 08:57:45 -05:00
ssube
7766659391
feat: copy template from other projects
2019-09-17 07:45:15 -05:00