Filer Versions Save

Node-like file system for browsers

v1.4.1

2 years ago
  • Fix Issue 790 and 791 (#795) (e135305)

v1.4.0

2 years ago
  • Fix Issue #790 (#793) (7efc4cd)

v1.3.1

2 years ago
  • Update dev deps (ee26394)
  • Update actions/setup-node to 2.4.1, fix matrix syntax (9f8804f)
  • Update node matrix to 14, 16 (621b656)

v1.3.0

2 years ago

v1.2.0

4 years ago
  • Update deps, fix new eslint issues, update release-it config (98683fe)
  • resolve relative paths, add two test cases (f1fc53d)
  • Issue 627 (#746) (4aae538)
  • Addressed Issue #703 (#711) (94d5ff8)
  • add test for fs.open with wx flag for existing file (#745) (ee56794)
  • added test to fs.readlink.spec.js (914ba8b)
  • fixed #738: consolidated stats into stat tests (#743) (2a4fa0f)
  • increase test timeout to 10 seconds from 5 seconds (9d3f220)
  • Fix #710: updated let to const. (3d10d64)
  • Update fs.read.spec.js (#741) (7ab6f5e)
  • Issue 728: Updated 'filer/tests/spec/fs.shell.spec.js' to use 'const/let' instead of 'var' (#730) (9487e8e)
  • Issue #715 Update fs.lstat.spec.js to have proper const and let instead of var and added 'use strict' (#727) (e6f8ef2)
  • Update fs.spec.js to use strict mode and changed var to let (#693) (f2201e7)
  • Updated file for issue #714 (#732) (3447ec9)
  • Merge branch 'issue-734' (fe17870)
  • Merge pull request #733 from PriyankaCodes99/issue-685 (f4e0dce)
  • changes made as requested (34e5580)
  • [Issue 734] (c515865)
  • issue 734 (4887cc7)
  • [issue-734] (3471848)
  • replaced var with let (7cdef6d)

v1.1.2

5 years ago
  • fs.lstat should return a Stats object including mode (bf18093)

v1.1.1

5 years ago
  • Fix #736: use ms vs. s resolution on all times (8a2e64f)
  • Fix for issue-670: Changed var to const (#687) (0ec51a1)
  • Fix issue #672 : Refactor "filer/tests/spec/fs.mkdir.spec.js" to follow ES6 syntax with "const/let" instead of "var" (#722) (317cee5)
  • Issue-686 - rfs.mkdtemp.spec.js (#717) (3c51bbb)
  • Update errors.spec.js (#718) (9d4b264)
  • 'Use strict' @top and updated the file with const/let [issue-702] (#726) (b5e1d9a)
  • fixes issue #667 (#678) (da1aad5)
  • Fix ssue #692: Update code in filer/tests/spec/time-flags.spec.js (#696) (05057c4)
  • Fix Issue 684: Replace var with const, let in filer/tests/spec/filer.buffer.spec.js (#697) (4ba9ede)
  • Fix issue #681: Updated filer/tests/spec/filer.filesystem.spec.js (#695) (8eaaeee)
  • Fixes #662: exchange var for const of require statements in src/filesystem/interface.js (#668) (3b4bf42)
  • Fixed #707 Replaced var with const and let and added strict mode (#712) (701849e)
  • Fixed #708: Added 'use strict' and replaced var with let/const in fs.appendFile.spec.js (#713) (8751399)
  • Fixed #699 Replacing var with let/const and adding strict mode (#706) (1e660a9)
  • Fixed #665: Replaced var with let or const and added strict mode fs.a… (#688) (3f619fd)
  • fixed Issue-689 indexedDB.js (#700) (43bba42)
  • updated environment.js to use const insted of var for constant property (#709) (7e46fcd)
  • code refactoring, added strict mode (#704) (fc545ee)
  • Fix issue #660: Updated the code to replace var with let, const in strict mode (#694) (e5481ef)
  • changed fs.watch.spec.js according to filed issue-666 (#680) (5918cf6)
  • Fixed #667: Replaced var with const and added strict mode in fs.readdir.spec.js (#675) (0380a81)
  • Fixes Issue#674: Refactored var declarations to const or let declarations to address i… (#676) (4a39dcc)
  • Fixes #661: replaced var with const (#669) (4de0bbf)
  • Remove src/encodings.js, use Buffer methods instead (#657) (26b47ee)
  • Add test API to shim indexedDB when necessary for better coverage (5f10cc2)
  • Bump license date to reflect 2019 activity (4e9593f)
  • Update keywords to remove WebSQL (01d76ba)

v1.1.0

5 years ago
  • Reorder method order to match node's lib/fs.js, document missing (c6e1d51)
  • Match node's layout for access modes on fs, with tests (c0acdb9)
  • Add Filer.fs to support creating a filesystem like node.js (#651) (f4ff2e9)
  • Support file:// URLs and Buffers for path args, throw when invalid (85a8c21)
  • Update package-lock.json (9c13a2d)
  • Remove WebSQL provider (last supported in v0.0.44) (1ad81f9)
  • Move open files to its own module, properly close fds in tests (bc861bf)
  • Move device name off fs and onto context (11c91ac)
  • Update npm deps (ace4222)
  • Fix #646: add tools/get-filer-version.js to find old Filer versions (7301024)
  • Fix #612: add way to run tests in node, fix docs on running tests (6ec8cd6)

v1.0.2

5 years ago
  • Fix #602: fix mode masking issues, correct X_OK case in fs.access (d4bfcd7)
  • Update package-lock.json (4f427ed)
  • Update README for changes in 1.0.x (2273126)

v1.0.1

5 years ago
  • Include src/ and lib/ in npm package (3dea503)