Commit Graph

210 Commits

Author SHA1 Message Date
Conduitry caf72f0af3 update docs 2018-06-29 00:52:38 -04:00
Conduitry 1ce9174b84 new hacky typescript build mechanism 2018-06-29 00:13:21 -04:00
Conduitry ebfeeacc5f make defiler.get with filter function get virtual files as well 2018-06-28 20:05:15 -04:00
Conduitry 0546b41d4f use generators as keys directly, without creating symbols 2018-06-28 19:56:20 -04:00
Conduitry bacda23143 v0.17.5 2018-06-24 11:01:13 -04:00
Conduitry e6a2c41f58 improve/fix resolving in defiler.get 2018-06-24 10:59:59 -04:00
Conduitry 443f58044f v0.17.4 2018-06-24 06:51:16 -04:00
Conduitry 07e5901630 update docs 2018-06-24 06:47:47 -04:00
Conduitry 6464084b04 allow defiler.get to be called with a filter function 2018-06-24 06:33:16 -04:00
Conduitry 3afa3b5ef9 port to typescript 2018-06-12 18:30:39 -04:00
Conduitry 23d6447f15 v0.17.3 2018-06-11 09:40:47 -04:00
Conduitry e2b3b011eb fix race condition: decrement waitingFor counts earlier 2018-06-11 09:33:24 -04:00
Conduitry abdd3e0c9d add dev task 2018-06-11 09:33:24 -04:00
Conduitry bbd3a2bb4b .prettierrc -> .prettierrc.yaml 2018-06-06 19:39:30 -04:00
Conduitry 82675b0f7c update website 2018-06-06 16:35:42 -04:00
Conduitry c34cee6cd4 async_hooks issue is fixed in node 10.4 2018-06-06 16:33:32 -04:00
Conduitry aa41d99348 v0.17.2 2018-05-01 16:21:56 -04:00
Conduitry d8750d9ee5 update website 2018-05-01 16:20:21 -04:00
Conduitry 92acb7c7fd fix getting file.filename for top-level files 2018-05-01 16:20:10 -04:00
Conduitry 8a3e1537aa some tidying 2018-04-30 11:31:38 -04:00
Conduitry b2a43c3464 v0.17.1 2018-04-28 23:47:26 -04:00
Conduitry 3b5660aa61 document node 10 issue 2018-04-28 23:45:40 -04:00
Conduitry e47cba7d39 introduce asynchronicity to ensure we get a new context 2018-04-28 23:43:56 -04:00
Conduitry 9f7e347cab v0.17.0 2018-04-24 17:15:23 -04:00
Conduitry 45f5080c36 node 8.2 required for async_hooks features 2018-04-24 13:32:02 -04:00
Conduitry f0f54a28ef update guide 2018-04-24 13:28:15 -04:00
Conduitry 1136b81ac0 update API docs 2018-04-24 13:22:17 -04:00
Conduitry d2020c0cda update user callback arguments: remove defiler, change type -> event 2018-04-24 13:12:13 -04:00
Conduitry c3b3508082 use async_hooks for tracking contexts 2018-04-24 11:55:49 -04:00
Conduitry dfaa346e36 typo 2018-04-17 00:02:16 -04:00
Conduitry 396db588d6 v0.16.0 2018-04-16 23:54:17 -04:00
Conduitry 3841995a3f guide usage fixes 2018-04-16 23:51:16 -04:00
Conduitry 92954e53f4 update guide 2018-04-16 23:47:42 -04:00
Conduitry f6d22e630a update API docs 2018-04-16 23:37:23 -04:00
Conduitry b16fdbe596 combine read/added/deleted flags into one type field 2018-04-16 23:31:20 -04:00
Conduitry d97a3f8a17 update API docs 2018-04-16 21:50:48 -04:00
Conduitry 675f4824f3 split transform flags into read/added/deleted 2018-04-16 21:30:06 -04:00
Conduitry dd640cbfd3 get rid of EventEmitter
- inform transform of changed/deleted files
- use separate onerror callback for errors
2018-04-16 18:41:53 -04:00
Conduitry 37980a62cb oops temporal dead zone 2018-04-16 18:36:14 -04:00
Conduitry 8d92a20276 more standard code style 2018-04-11 13:25:56 -04:00
Conduitry 2de7563c7e some tidying 2018-04-11 11:39:47 -04:00
Conduitry b28b0fe5d1 add rollup as devDependency; use pnpm; other adjustments 2018-04-11 09:17:50 -04:00
Conduitry 053353775f some guide updates 2018-04-02 01:07:05 -04:00
Conduitry 0fcfe9ca79 v0.15.3 2018-03-30 14:51:19 -04:00
Conduitry a48e59bb61 update docs 2018-03-30 14:50:27 -04:00
Conduitry 8fb94d6c03 expose resolver through defiler.resolve 2018-03-30 14:02:15 -04:00
Conduitry 6dd42e76a9 v0.15.2 2018-03-30 10:02:46 -04:00
Conduitry d1bbf263d3 fix re-transforming virtual files when their dependencies change 2018-03-30 10:00:35 -04:00
Conduitry dce8b6bab5 tidy 2018-03-30 09:57:23 -04:00
Conduitry cc64c8780b v0.15.1 2018-03-29 19:10:55 -04:00