Commit Graph

  • 0db08e31bb docs: remove buffer shim docs and replace with info on why it's not provided Ben Heidemann 2021-04-10 11:00:18 +0100
  • 1f02edf5b3 refactor: remove buffer shim option from filer webpack plugin Ben Heidemann 2021-04-10 10:59:37 +0100
  • 708c84fc63 refactor: remove buffer shim Ben Heidemann 2021-04-10 10:58:59 +0100
  • 4e45701b51 test: update path shim test to not use broken import Ben Heidemann 2021-04-04 03:26:08 +0100
  • fe9ed6a648 fix: fix shim path export Ben Heidemann 2021-04-04 03:22:46 +0100
  • 81ab65b95c docs: update and replace README.md section on using regular node.js imports Ben Heidemann 2021-04-04 03:01:24 +0100
  • 582352f754 refactor: add missing import for path in processors Ben Heidemann 2021-04-04 02:17:52 +0100
  • 3b9fafc53e style: fix linting issues in webpack plugin Ben Heidemann 2021-04-04 02:17:01 +0100
  • bfb50bf608 docs: fix typo in README.md Ben Heidemann 2021-04-04 02:12:51 +0100
  • ce56539190 docs: fix typo in webpack plugin docs Ben Heidemann 2021-04-04 02:10:16 +0100
  • 0f812fc6a0 refactor: remove typo in webpack plugin Ben Heidemann 2021-04-04 02:08:17 +0100
  • 767c83706b docs: add missing filer import in webpack.config.js code snippet Ben Heidemann 2021-04-04 02:05:51 +0100
  • 6a20ac2c3f docs: replace alias documentation with docs for FilerWebpackPlugin Ben Heidemann 2021-04-04 02:03:22 +0100
  • 2bcf7e560b refactor: export filer webpack plugin in index.js Ben Heidemann 2021-04-04 01:22:50 +0100
  • d040763a73 feat: add filer webpack plugin Ben Heidemann 2021-04-04 01:22:28 +0100
  • fd90f32d4c chore: add path and schema-utils as dependancies Ben Heidemann 2021-04-04 01:20:27 +0100
  • e18104a60d chore(deps): bump browserslist from 4.11.1 to 4.16.6 dependabot[bot] 2021-05-24 20:48:19 +0000
  • 42c50d5b21
    chore(deps): bump browserslist from 4.11.1 to 4.16.6 #781 dependabot[bot] 2021-05-24 20:48:19 +0000
  • 471873e1af test: skip test for issue #776 until fix is finished #777 Ben Heidemann 2021-04-18 17:01:30 +0100
  • 76e6876134 test(#776): add regression test for issue #776 Ben Heidemann 2021-04-18 14:23:23 +0100
  • 9256cda71f test: skip test for issue #776 until fix is finished Ben Heidemann 2021-04-18 17:01:30 +0100
  • 20b94fcccd test(#776): add regression test for issue #776 Ben Heidemann 2021-04-18 14:23:23 +0100
  • 320f46d047
    chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 #780 dependabot[bot] 2021-05-09 14:52:23 +0000
  • 5805a9650d
    Merge 463cd3bacd into 7bd6e5f4e1 #770 Ben Heidemann 2021-04-18 11:45:18 -0400
  • 7bd6e5f4e1 fix: handle case data = 0 in writeFile Ben Heidemann 2021-04-18 16:22:27 +0100
  • 90db749ee5 fix: handle case data = 0 in writeFile Ben Heidemann 2021-04-18 16:18:45 +0100
  • f9c5473c49 test: add missing space in issue 773 regression test Ben Heidemann 2021-04-18 16:15:28 +0100
  • f5ad682fd7 fix: allow encodings other that utf8 when using writeFile Ben Heidemann 2021-04-18 16:15:02 +0100
  • 7b1c3e85ce fix(#773): use utf8 encoding when reading file when encoding not specified by options Ben Heidemann 2021-04-18 13:27:32 +0100
  • 51afeeaf54 test: simplify regression test for issue773 Ben Heidemann 2021-04-18 13:08:17 +0100
  • cef6adfc37 style: fix linting issues and invoke done with error if error is captured Ben Heidemann 2021-04-10 12:47:08 +0100
  • 6590cb79bd test: add regression test for issue 773 Ben Heidemann 2021-04-10 12:43:31 +0100
  • caed878a18 Merge branch 'writeFileTest' of https://github.com/medayo/filer into writeFileTest #774 Ben Heidemann 2021-04-18 16:22:30 +0100
  • e2e49877a6 fix: handle case data = 0 in writeFile Ben Heidemann 2021-04-18 16:22:27 +0100
  • 2a7ef1a201 fix: handle case data = 0 in writeFile Ben Heidemann 2021-04-18 16:18:45 +0100
  • 0f1f1fbaf4 test: add missing space in issue 773 regression test Ben Heidemann 2021-04-18 16:15:28 +0100
  • 6be8330dd8 fix: allow encodings other that utf8 when using writeFile Ben Heidemann 2021-04-18 16:15:02 +0100
  • bc6124eecb refactor: make fs shim a commonjs module to match node.js fs module #771 Ben Heidemann 2021-04-18 15:44:22 +0100
  • 4403584d11 fix: make fs proxy return undefined for keys which do not exist on the file system instance Ben Heidemann 2021-04-18 15:42:47 +0100
  • be9a10e960 refactor: use Object.assign instead of Object.create for cloning nodePath Ben Heidemann 2021-04-18 15:40:34 +0100
  • 9fb659661c test: rename webpack plugin test Ben Heidemann 2021-04-18 14:48:04 +0100
  • de6f22c476 chore: remove path dependency Ben Heidemann 2021-04-18 14:47:38 +0100
  • ffa8101c09 refactor: rename plugin.js to index.js Ben Heidemann 2021-04-18 14:43:39 +0100
  • ba51852abc fix(#773): use utf8 encoding when reading file when encoding not specified by options Ben Heidemann 2021-04-18 13:27:32 +0100
  • 02518bde2a test: simplify regression test for issue773 Ben Heidemann 2021-04-18 13:08:17 +0100
  • 21c241455c style: fix linting issues and invoke done with error if error is captured Ben Heidemann 2021-04-10 12:47:08 +0100
  • f0899ba63a test: add regression test for issue 773 Ben Heidemann 2021-04-10 12:43:31 +0100
  • 76b07a8ce2 test: remove describe.only Ben Heidemann 2021-04-10 12:27:29 +0100
  • 609a96eeb3 style: fix linting issues Ben Heidemann 2021-04-10 12:18:56 +0100
  • a051d40605 test: add spec for webpack plugin Ben Heidemann 2021-04-10 12:16:38 +0100
  • 3b9ccc4060 test: add mock function create helper to utils Ben Heidemann 2021-04-10 12:16:19 +0100
  • 7594e4e6c5 style: add missing indents in switch Ben Heidemann 2021-04-10 12:15:49 +0100
  • 9a4bff79e5 fix: when cwd is root and the <rootDir> tag is replaced, the resulting path should not begin with // Ben Heidemann 2021-04-10 11:40:11 +0100
  • 9cc1a89037 test: remove buffer shim spec test Ben Heidemann 2021-04-10 11:01:05 +0100
  • 1c0943d366 docs: remove buffer shim docs and replace with info on why it's not provided Ben Heidemann 2021-04-10 11:00:18 +0100
  • 160713aa91 refactor: remove buffer shim option from filer webpack plugin Ben Heidemann 2021-04-10 10:59:37 +0100
  • b0e4298e9b refactor: remove buffer shim Ben Heidemann 2021-04-10 10:58:59 +0100
  • a92b612f1c test: update path shim test to not use broken import Ben Heidemann 2021-04-04 03:26:08 +0100
  • b0028bf33f fix: fix shim path export Ben Heidemann 2021-04-04 03:22:46 +0100
  • c78c2f2908 docs: update and replace README.md section on using regular node.js imports Ben Heidemann 2021-04-04 03:01:24 +0100
  • 88f38f4cf6 refactor: add missing import for path in processors Ben Heidemann 2021-04-04 02:17:52 +0100
  • 38a56c5389 style: fix linting issues in webpack plugin Ben Heidemann 2021-04-04 02:17:01 +0100
  • 54792b9e43 docs: fix typo in README.md Ben Heidemann 2021-04-04 02:12:51 +0100
  • 7429a598fb docs: fix typo in webpack plugin docs Ben Heidemann 2021-04-04 02:10:16 +0100
  • fa676d46f0 refactor: remove typo in webpack plugin Ben Heidemann 2021-04-04 02:08:17 +0100
  • b69eca2156 docs: add missing filer import in webpack.config.js code snippet Ben Heidemann 2021-04-04 02:05:51 +0100
  • c9047c88cd docs: replace alias documentation with docs for FilerWebpackPlugin Ben Heidemann 2021-04-04 02:03:22 +0100
  • f5cdeab918 refactor: export filer webpack plugin in index.js Ben Heidemann 2021-04-04 01:22:50 +0100
  • f48fbf97a4 feat: add filer webpack plugin Ben Heidemann 2021-04-04 01:22:28 +0100
  • 695b2f3faf chore: add path and schema-utils as dependancies Ben Heidemann 2021-04-04 01:20:27 +0100
  • 463cd3bacd fix: make path package a dependancy #770 Ben Heidemann 2021-04-03 18:06:54 +0100
  • 4c6d94b7e9 test: separate shim spec tests from other tests Ben Heidemann 2021-04-03 18:05:31 +0100
  • 849846011b test: separate webpack tests so they're not run with the other test Ben Heidemann 2021-04-03 18:05:02 +0100
  • 1ee9f1fde4 test: update fs spec to import fs module instead of shim Ben Heidemann 2021-04-03 18:02:50 +0100
  • 5857f1a65f build: move node-polyfill-webpack-plugin and path to dev dependancies Ben Heidemann 2021-03-26 15:31:18 +0000
  • 2f4cda1517 docs: update CONTRIBUTING.md to include documentation for webpack tests Ben Heidemann 2021-03-21 14:08:11 +0000
  • 57dc4e9481 chore: fix linting issues Ben Heidemann 2021-03-21 13:51:53 +0000
  • 4858694eb0 chore: add tests/dist-webpack to .gitignore Ben Heidemann 2021-03-21 13:40:48 +0000
  • adccafd9f3 test: add 'npm run test:webpack' command Ben Heidemann 2021-03-21 13:40:11 +0000
  • 36c3d187ef chore: npm install webpack dependancies Ben Heidemann 2021-03-21 13:39:40 +0000
  • a52f9aa745 test: enable building tests with webpack as well as parcel Ben Heidemann 2021-03-21 13:38:28 +0000
  • 3e2f780330 test: refactor index.html to include mocha setup as an external script Ben Heidemann 2021-03-21 13:37:45 +0000
  • e3b9c5758f chore: npm install Ben Heidemann 2021-03-20 14:01:45 +0000
  • 4ceca38340 test: move require chai to top of file for consistency with other tests Ben Heidemann 2021-03-20 14:01:29 +0000
  • 3e88aeca92
    Fix issue #766: Remove describe.only from shim tests (#767) Ben Heidemann 2021-03-21 17:57:34 +0000
  • f25b3c6805 Revert "test: move require chai to top of file for consistency with other tests" #767 Ben Heidemann 2021-03-21 15:47:53 +0000
  • 0aa67d239c Revert "chore: npm install" Ben Heidemann 2021-03-21 15:47:27 +0000
  • caa5dc2d02 Merge branch 'master' of https://github.com/medayo/filer Ben Heidemann 2021-03-21 11:08:38 +0000
  • cddeef421b chore: npm install Ben Heidemann 2021-03-20 14:01:45 +0000
  • ea765cebcc test: move require chai to top of file for consistency with other tests Ben Heidemann 2021-03-20 14:01:29 +0000
  • 096b623c16 test: replace describe.only in shim tests with describes so all tests run Ben Heidemann 2021-03-20 14:00:32 +0000
  • f8c9732be9 docs: correct error in buffer shim documentation Ben Heidemann 2021-03-20 14:50:32 +0000
  • 200171d2a5 Use node-version vs. node_version David Humphrey 2021-03-20 11:48:00 -0400
  • 095f78498f Change node version definition in node-js-ci David Humphrey 2021-03-20 11:39:37 -0400
  • 5cf2495079 Update node-js-ci workflow to fix broken npm installs David Humphrey 2021-03-20 11:32:38 -0400
  • 767663508b docs: correct error in buffer shim documentation #768 Ben Heidemann 2021-03-20 14:50:32 +0000
  • ab9efa3438 chore: npm install Ben Heidemann 2021-03-20 14:01:45 +0000
  • 40df7912fb test: move require chai to top of file for consistency with other tests Ben Heidemann 2021-03-20 14:01:29 +0000
  • 2468d63306 test: replace describe.only in shim tests with describes so all tests run Ben Heidemann 2021-03-20 14:00:32 +0000
  • ae2ba5ca2e Merge branch 'master' of https://github.com/filerjs/filer Ben Heidemann 2021-03-20 13:47:15 +0000