Skip to content

Releases: filerjs/filer

Filer.js 1.0.0 Released

21 Dec 19:33
Compare
Choose a tag to compare
  • Fix what we ship in dist/ to match current build (ea236cf)
  • Fixes to release-it config and npm files (f053c73)
  • Fix env.sample format (3afbcca)
  • Remove old config/ dir used by grunt (b4c3d1f)
  • Add release-it, config, docs, remove gruntfile.js (3f400d1)
  • Add .npmignore to slim down npm package (1f3b9e7)
  • Fix #633: fix test failure in coverage run (bfe4385)
  • Fix #639: run tests on Linux and Mac (5cc21c7)
  • fix #635: added test for fs.ftruncate() (9f7f937)
  • Stop npm from spamming on test failures (6975861)
  • Run migration tests by default after browser tests (1ae7a22)
  • Fixes to pass 0.43 migration test (b5fe85c)
  • Refactor Node to support layout changes with backwad compatibility (d017853)
  • Fix #605: add migration tests for Filer 0.43 (f738cbc)
  • Fix how mode gets processed when building images (only use permission bits). (b7312bf)
  • Included unwatchFile in test index.js (b080927)
  • Fix #445 test cases for fs.unwatchFile (fb76c0e)
  • Fix #514: add test for fsPromises.lstat with directory (9a7d351)
  • Adding more tests for fs.copyFile (848cc7d)
  • Review fixes, skip copyFile test for now (ba18816)
  • Fixed lint issues in copyFile test (62cbe11)
  • Added tests for future fs.copyFile implementation and adjusted index.js to run it. (ef80713)
  • Added mkdtemp method (issue #441) (0eb7066)
  • Fixes from #504 to pass lint, travis (158f624)
  • Fix #456 - add test for fs.write() with undefined path (4a5d8c1)
  • Issue #86: Added support for Unix Timestamps (443b582)
  • Fix lint issues in #521 (83bd64f)
  • Added newline at end of file (783e7a9)
  • Added promise-based test cases for rmdir (2aa6cf2)
  • Update #485 to master, add tests + fix. (acef2c9)
  • Fix#418-updated method (94fd5ba)
  • fix #418 test for fsPromises.truncate(path[, len]) to test when length is negative (e3a285a)
  • Fixes issue 75 (1775c24)
  • Store and reuse the file path (3d7ff3e)
  • fix the callers in src/node.js to the correct versio (1e1c704)
  • Remove duplicate stat.h constants defined in constants.js (e112499)
  • Fix bug uncovered by new invalid flags test: missing return (97d2d1b)
  • Fixes from review (2841b2e)
  • Corrected Travis CI error for issue 500 (0352dad)
  • Fix security issue with parcel, update to 1.10.3 (307fc3e)
  • Fix review issues (33339b8)
  • Update fs.symlink.spec.js (7e941bb)
  • update fs.symlink.spec.js based on code review (db237e6)
  • Update README.md (bb9dd2e)
  • Added tests for symlink using promises api (0a1aa0f)
  • readme dummy changes (d894a4c)
  • Fix review issues (16e6b3e)
  • Removes Symbolic Link check & Fixing Mixing Callbacks and Promises (Basically the fs.link test though) (af3815c)
  • Changed code to reflect promise syntax (0748951)
  • Added fsPromises.link() tests (265f0b1)
  • Fix review nits, move contents to earlier scope and reuse. (1c450ae)
  • Fix issue-447: Added test to append numbers in fs.appendFile function (0395c4b)
  • Fix #431: add test for fsPromises.unlink (1abcb03)
  • Finishing work in #401 (d1dd5fe)
  • Fix Issue #399 - added test cases for appendFile with promises (e85880d)
  • Fix #604: cli for buidling JSON image from folder (#613) (97a6004)
  • Remove fs.exists() console spam (0e75661)
  • Follow-up from #603, rename ImportExportProvider to SerializableMemoryProvider (5218057)
  • Fix #603: add import/export provider to work with JSON fs images (61a1f5e)
  • Fix for issue #561 - Extend fs.access to support R_OK, W_OK, and X_OK (#601) (0f93a04)
  • Fix #597: use built-in path-browserify via Parcel vs. our own path.js (0f94c47)
  • Add karma summary reporter (0ed9786)
  • Rebase and rework test, skip() for now, see #594 (f5678eb)
  • Issue #158 - Added test to ensure that watchers monitoring hardlinks are notified when the original file is updated (97fb827)
  • Update docs, fix test failure (7d19676)
  • Issue 87 - Added fs.fsync() as a no-op, and added tests. Modified documentation. (6a5d907)
  • Fix #337: Pick up sedge's changes from sedge@3c49743 (a107fe2)
  • Fix #577: deal with promise exceptions and test console spam (d7945d7)
  • Fix #547: update Buffer use, docs, tests to match node.js v11.3.0 (923b999)
  • (no bug) Update CONTRIBUTING.md to reflect test changes (9acedc2)
  • Add Headless Firefox test support, fix failing truncate test in Firefox (3954066)
  • Increase coverage: check for non-int with chown/fchown (cc6e3f7)
  • Improve coverage: add test for rel paths with symlink (43d2632)
  • Fix #572: remove lib/nodash.js, use builtins instead (7ab229a)
  • fix #556: added tests for fs.ftruncate method (#557) (f57c733)
  • Remove dead code in src/shared.js u8toArray() (89cfef0)
  • Fix #576: remove unnecessary methods from fs.promises, adjust tests to match (d1cf128)
  • Update fs.stat.spec.js to not have uncaught exception on promise (2135ee1)
  • Fixes #422: Add nyc lcov-based code coverage for tests (#565) (725bfbf)
  • Fix #568: switch all stats.type checks in tests/ to use is*() methods (#581) (8962610)
  • Fix #435: add a test for fsPromise.unlink() to delete a file that does not exist (a25d71b)
  • Merge pull request #476 from steaward/issue-420 (d1afe97)
  • Fix #558 - Implementing fs.access() method (#560) (400b2c3)
  • Update dist/ built versions of Filer (ea95bad)
  • #541 Grammatical error (#554) (a5fc0e6)
  • Fix issue #398 - Add testing for promises to all test cases in fs.writeFile-readFile.spec.js file (#402) (ce030b9)
  • fix for #542 for fsPromises.symlink(target, path[, type]) (#543) (5568c27)
  • Added tests for Promises version of mkdir (#415) (bfcb5a6)
  • added tests for fs.promises.chown() closes #465 (#471) (3bbabfc)
  • Fix#461 - Added test for fs.read when attempting to read a file that does not exist (#472) (1eab5f0)
  • Fix #523: added tests for fs.ftruncate() (#524) (73f0f19)
  • Issue 417 - Added test for fs.promises.rename to rename existing directory (#460) (707d404)
  • rename() should be able to rename an existing file to the same filename (#502) (a447b2d)
  • Fix #411: Tests if event is thrown when calling rename (#478) (8aa8dda)
  • removed pre-existing comment about open() (08b0b30)
  • re-added the newline, as well as another test case to make sure mode is still set to default value when a new file is opened (675773b)
  • Fix issue 529 (#530) (41510e7)
  • Removed outdated about permission functions in README.md (#513) (b1c4f04)
  • rolled back the package-lock.json to master's version (ee67cb3)
  • forgot a semicolon (e11c101)
  • made changes as per thomas's and dave's PR review (7a6a416)
  • Issue 396 - Add a test for fs.promises.stat() when the path does not exist (#406) (c33f22b)
  • Fix #421 - Add test for fs.promises.link to ensure it returns a Promise (#462) (389dedd)
  • Issue497 Add test for fs.chmod when the path is invalid (#525) (8504cc7)
  • 491 (#501) (27659d4)
  • Fix #419: Add test for fsPromises.open() when the path does not exist (#455) (934ef8b)
  • Fix issue #475 - Add test for fs.exits() when resulting path of a symbolic link is not found (#519) (c7ea45a)
  • Fixes #499: Update functionality for fs.truncate (#533) (0098212)
  • Add test for fsPromises.rmdir() when dir not empty and dir is a file, Fix Issue 474 (#510) (2f3c384)
  • Add test for fs.writeFile-readFile.spec to write a file in non-existing path (#486) (beea03d)
  • Fix issue-426: Add the test for fsPromises.readdir when the path exists, and is a directory (#452) (3e0da99)
  • Issue#518 fix: Add test for fsPromises.unlink() should be a function (#526) (02bd6d8)
  • Fix Issue #400 - add test for passing file to fs.promise.readdir() (#409) (7e27c8b)
  • Issue 427 - Add tests to fsPromises.rmdir when directory doesn't exist and when trying to delete root directory (#457) (e773611)
  • Fix #405 - Added tests for chmod and fchmod using Promises (#458) (87230ce)
  • Fixed issue#480 using promises to test fs.truncate when path does not exist (#516) (2e2e2f9)
  • Fix #423: added proimse support for fs.stat (#432) (0354c7e)
  • Fixed #424 - implement fs.promises.read tests (#429) (1156f42)
  • Fixed Issue #483 for a test done for fs.mknod promise (#509) (86b6b2a)
  • Add tests for fs.promises utimes function #527 (#540) (a8759b1)
  • Merge pull request #395 from humphd/issue-393 (c84dd14)
  • Line ending fix (31b3c40)
  • Add chmod --test for chmode mode value (7a716e0)
  • aDD Chmod --test for chmod (395de63)
  • Add chmod test with incorrect mode value (7f155a0)
  • Style fix (294685d)
  • i did it again...forgot to remove an unused variable so travis-ci test failed. (62b85d1)
  • added a test: open a new file for writing, and set a mode for that file (30752c9)
  • removed an unused variable, because I was using it for those console.logs which I just deleted (f3a7170)
  • removed some console.logs because travis-ci complained (833ac62)
  • added the addition of an optional mode when opening a file, removed my test because it was broken. Seemingly passes all the other tests still. STILL TO DO: add a proper test which makes sure the mode is set. (78b3452)
  • fixed lint spaces/indentation errors (e7811eb)
  • Added Test for CHMODE (546b456)
  • Fixed the fs.read() example in doc. The error checking statements were using the wrong variable name (#449) (e3a1187)
  • saving for lineending dumbness (499c72d)
  • testing out the validateAndMask() function, with console.log's... (add00ce)
  • Fix #393: add test for truncate with length undefined (5e4de6b)
  • Update karma dev dependency (fd3de6b)
  • Adding support for promises. Closes #379, #382 (#380) (353290a)
  • Merge pull request #378 from humphd/karma (de45918)
  • Fix script names in package.json (53f5b0c)
  • Fix lint issues in implementation.js (7798b1c)
  • Fix lint issues in interface.js (0da0e60)
  • Fix lint issues in node.js (dc8fa4c)
  • Fix lint issues in src/path.js (3a44c17)
  • Fix lint issues in indexeddb.js provider (8d553b7)
  • Fix lint issues in websql.js provider (b92151c)
  • Don't build source map for karma test bundle (bcf4d98)
  • Fix lint issues in shell.js (ed11b01)
  • Fix lint issues in issue258.js (0980ec4)
  • Fix lint issues in issue267.js (a31044c)
  • Fix lint issues in ls-depth-bug.js (454d5bc)
  • Fix lint i...
Read more

v0.0.1

08 Aug 18:24
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Initial release.