0.21.0 (2020-01-07)
- deps: update dependency globby to v10.0.2 (bee14a2)
- deps: update dependency inquirer to v7.0.2 (5b27bc8)
- deps: update dependency inquirer to v7.0.3 (05c30da)
- deps: update dependency nanoid to v2.1.9 (d5f2459)
- watch: Fix watch glob negation (9f02480)
0.20.0 (2020-01-03)
0.19.4 (2020-01-03)
- deps: update dependency chokidar to v3.3.1 (9d4bc6c)
- deps: update dependency golgoth to v0.6.2 (e905331)
- deps: update dependency golgoth to v0.6.3 (3c3ced4)
- deps: update dependency inquirer to v7.0.1 (ed8d5f7)
- deps: update dependency nanoid to v2.1.8 (2d873f8)
- deps: Update deps (df3bcf9)
0.19.3 (2019-11-29)
- node: Downgrade to node 12 instead of node 13 (6d9ad14)
0.19.2 (2019-11-28)
- watch: Close watchers with .close() (eee5dff)
0.19.1 (2019-11-27)
- release: Update release script (4040a07)
0.19.0 (2019-11-27)
- run: Add run method to replace shell (2e63f99)
0.18.0 (2019-11-27)
- deps: update dependency golgoth to v0.6.1 (5478529)
- methods: Add console{Info|Warn|Error|Success}, error and exit (a9fab03)
0.17.1 (2019-11-27)
- ci: Add CI integration (9126058)
0.17.0 (2019-11-26)
- actions: Remove GitHub action (954a9b3)
- circleci: Downgrade to version 2 (3910726)
- circleci: Fix run command syntax (8cd9182)
- circleci: Use version 2, not 2.1 (078ab07)
- deps: update dependency chokidar to v3.3.0 (3b6866f)
- deps: update dependency golgoth to v0.6.0 (130b636)
- deps: update dependency nanoid to v2.1.7 (4283e9a)
- deps: update dependency ora to v4.0.3 (b1e82d7)
- deps: update dependency which to v2.0.2 (3a44895)
- circleci: Add test/build/lint pipeline (1ec1bbb)
- circleci: Add version debugging (200b4b6)
- lint: Update aberlaas to validate circleci (5902e0d)
- renovate: Update deps as soon as possible (ce7d5bf)
- writeJson: Prettify output if prettier is available (cef3ed2)
0.16.0 (2019-10-31)
- writeJson: Prettify output if prettier is available (cef3ed2)
0.15.0 (2019-10-26)
- spinner: Add spinner (fb5e2e1)
0.14.0 (2019-10-26)
- deps: update dependency golgoth to ^0.4.0 (894847a)
- deps: update dependency inquirer to v6.5.2 (a833c6f)
- deps: update dependency is-glob to v4.0.1 (fbc5535)
- deps: update dependency shelljs to v0.8.3 (ff882f9)
- actions: Test all renovate PRs (3269c10)
- copy/move: Allow passing an array of files (08734e1)
- renovate: Configure renovate (8565a14)
- renovate: Enable automerge (6d11b4d)
0.13.1 (2019-10-04)
0.13.0 (2019-09-25)
- export: Allow named imports as well as main import (bff35ec)
0.12.1 (2019-09-20)
- pulse: Enable wildcards (b89e296)
0.12.0 (2019-09-20)
- pulse: Add a shared event emitter (9569c15)
0.11.4 (2019-09-20)
0.11.3 (2019-09-20)
- download: Better handling of large buffer chunks (e9a9246)
0.11.2 (2019-09-20)
- download: firost.download() now returns the file content (8aa099e)
0.11.1 (2019-09-19)
- require: Now allows for import syntax without build (09682f0)
0.11.0 (2019-09-11)
- uuid: Add uuid generation (b2bf4a5)
0.10.0 (2019-08-22)
- which: Add which(command) (de37b8b)
0.9.0 (2019-08-04)
- readJsonUrl: Add in-memory and disk cache (431d41b)
0.8.2 (2019-08-02)
- require: Revert: .require() needs absolute paths (b933719)
- require: Allow requiring relative files (908b617)
0.8.1 (2019-08-02)
- export: Actually exporting the .require method (c380253)
0.8.0 (2019-08-02)
- require: Adding alternative to builtin require() (c7ae0cc)
0.7.2 (2019-08-02)
0.7.1 (2019-07-30)
- watch: Make watch work with multiple patterns (0352ece)
0.7.0 (2019-07-30)
- watch: Watch files created in new directories (aa9742f)
0.6.2 (2019-07-24)
- watch: Wait at least one cycle before readying the watchers (8b72a11)
0.6.1 (2019-07-24)
- chokidar: Update to chokidar 3.0 (2788d6a)
0.6.0 (2019-07-19)
- prompt: Add
.prompt(question)
(79ad995)
0.5.1 (2019-07-17)
- cache: cache.write now returns the set value (a8aaa0e)
0.5.0 (2019-07-17)
0.4.2 (2019-07-17)
0.4.1 (2019-07-17)
- writeJson: Allow disabling stable sorting (3de701f)
0.4.0 (2019-07-16)
- sleep: Adding sleep method (b5b2419)
0.3.0 (2019-07-12)
- watch: Fixing waitForWatchers. Changing cache.write() signature (3aea5bc)
0.2.2 (2019-07-05)
0.2.1 (2019-07-05)
- unwatch: All unwatching recursively (1e0396c)
0.2.0 (2019-07-05)
0.1.7 (2019-07-05)
- cache: Document caching and make sure it returns copies (7f66b10)
- watch: Add unwatch and unwatchAll to watchers (4875fcf)
0.1.6 (2019-07-02)
- glob: Allow
hiddenFiles
anddirectories
options toglob
(36b9d9f)
0.1.5 (2019-06-28)
- glob: Return hidden files by default (3cb0b23)
0.1.4 (2019-06-13)
- emptyDir: Add emptyDir method (73f5445)
0.1.3 (2019-06-11)
- globby: Update to 8.0.2 (f79c843)
0.1.2 (2019-06-11)
0.1.1 (2019-06-11)
0.1.0 (2019-06-11)
0.0.24 (2019-06-11)
0.0.23 (2019-06-05)
0.0.22 (2019-04-26)
0.0.21 (2019-04-26)
0.0.20 (2019-04-24)
- watch: Add watch method (f300224)
0.0.19 (2018-12-21)
0.0.18 (2018-11-17)
- spinner: Adding spinner helper (45e80ae)
0.0.17 (2018-11-17)
- urlToFilepath: Allow forcing a custom extension (990d4f1)
0.0.16 (2018-11-17)
- urlToFilepath: Adding
urlToFilepath
(8e67be4)
0.0.15 (2018-11-15)
- readJsonUrl: Add readJsonUrl method (14409c1)