Skip to content

Filer.js 1.1.1 Released

Compare
Choose a tag to compare
@humphd humphd released this 07 Feb 21:39
· 126 commits to master since this release
  • 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)