ankushgoel27
2b10acbc18
test
2022-12-13 12:54:54 +05:30
Ben Heidemann
e135305f25
Fix Issue 790 and 791 ( #795 )
...
* fix: distribute shims and webpack folders to NPM
* docs: update README.md
2021-11-15 18:09:46 -05:00
Ben Heidemann
7efc4cdc1d
Fix Issue #790 ( #793 )
...
* fix: make wepback plugin available from filer/webpack
* deprecate accessing FilerWebpackPlugin through index.js
* docs: update documentation to reflect changes to FilerWebpackPlugin
* docs: fix typo
2021-11-15 11:05:39 -05:00
bcheidemann
77abca991a
docs: format fs.readdir documentation section
2021-06-05 13:45:41 -04:00
bcheidemann
49ace4b2fb
docs: add documentation for the options in fs.readdir
2021-06-05 13:45:41 -04:00
Ben Heidemann
0db08e31bb
docs: remove buffer shim docs and replace with info on why it's not provided
2021-05-26 09:54:38 -04:00
Ben Heidemann
81ab65b95c
docs: update and replace README.md section on using regular node.js imports
2021-05-26 09:54:38 -04:00
Ben Heidemann
bfb50bf608
docs: fix typo in README.md
2021-05-26 09:54:38 -04:00
Ben Heidemann
ce56539190
docs: fix typo in webpack plugin docs
2021-05-26 09:54:38 -04:00
Ben Heidemann
767c83706b
docs: add missing filer import in webpack.config.js code snippet
2021-05-26 09:54:38 -04:00
Ben Heidemann
6a20ac2c3f
docs: replace alias documentation with docs for FilerWebpackPlugin
2021-05-26 09:54:38 -04:00
Ben Heidemann
f8c9732be9
docs: correct error in buffer shim documentation
2021-03-20 11:54:36 -04:00
bcheidemann
887ed9318a
docs: fix buffer import example in README.md
2021-03-07 15:25:52 +00:00
bcheidemann
d264113e0d
docs: add documentation for use of buffer shim to README.md
2021-03-07 14:58:35 +00:00
bcheidemann
7415e45867
docs: fix typo in README.md
...
replace 'alternative file sytem' with 'alternative file system provider'
2021-02-21 00:24:19 +00:00
bcheidemann
9c669564b2
refactor: change fsprovider to fsProvider
2021-02-21 00:19:17 +00:00
bcheidemann
417a4e97dd
docs:
2021-02-20 04:04:37 +00:00
bcheidemann
4d4b6bf3f3
docs: add recommendation to use fsprovider alias in README.md
2021-02-20 03:54:01 +00:00
bcheidemann
128e10dc13
docs: add webpack section to README.md
2021-02-20 03:36:34 +00:00
David Humphrey
c0acdb97d6
Match node's layout for access modes on fs, with tests
2019-01-02 22:23:58 -05:00
David Humphrey
f4ff2e9ed9
Add Filer.fs to support creating a filesystem like node.js ( #651 )
...
* Add Filer.fs to support
* Update README code examples, add tests, also expose Path as path
2019-01-02 21:21:25 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
85a8c21dc1
Support file:// URLs and Buffers for path args, throw when invalid
2019-01-02 19:46:36 -05:00
David Humphrey
1ad81f9bae
Remove WebSQL provider (last supported in v0.0.44)
2019-01-02 13:22:51 -05:00
David Humphrey
22731267a9
Update README for changes in 1.0.x
2018-12-21 15:28:58 -05:00
Alexei Kozachenko
0eb7066a86
Added mkdtemp method (issue #441 )
...
Added/fixed mkdtemp method (issue 441)
Added/fixed mkdtemp method (issue 441)
Added/fixed mkdtemp method (issue 441)
fixed a typo
Added mkdtemp method description to readme
Unit tests for mkdtemp method added (issue #394 )
Added generateRandom(), randomChars() to shared.js. Corrections in README. Fixes for mkdtemp method
cleaned up mkdtemp()
fixed regex
Fix for failing test (humphd)
2018-12-15 00:39:09 -05:00
kwkofler
443b582038
Issue #86 : Added support for Unix Timestamps
...
Co-authored-by: David Humphrey <david.humphrey@senecacollege.ca>
2018-12-14 23:58:42 -05:00
Adam
bb9dd2e67c
Update README.md
2018-12-12 21:38:16 -05:00
Pooch11
d894a4cf16
readme dummy changes
2018-12-12 21:38:16 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
7d196763f8
Update docs, fix test failure
2018-12-02 00:05:57 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
923b999e89
Fix #547 : update Buffer use, docs, tests to match node.js v11.3.0
2018-12-01 20:05:05 -05:00
David Humphrey
43d2632069
Improve coverage: add test for rel paths with symlink
2018-11-29 16:57:06 -05:00
David Humphrey
725bfbf30c
Fixes #422 : Add nyc lcov-based code coverage for tests ( #565 )
...
* Add nyc lcov-based code coverage for tests
* Add codecov to travis
* Add codecov badge to README
2018-11-28 19:24:03 -05:00
Deepanjali Gerangal
400b2c3c88
Fix #558 - Implementing fs.access() method ( #560 )
...
* Implementing fs.access() method
* added new line to access.js
* updated requested changes
* updated README.md with fs.access
* fixing truncate error
* updated README.md
* changed access.js to access.spec.js
2018-11-17 15:31:20 -05:00
jrkong
b1c4f04f83
Removed outdated about permission functions in README.md ( #513 )
2018-10-09 20:53:32 -04:00
Corey James
e3a1187ef9
Fixed the fs.read() example in doc. The error checking statements were using the wrong variable name ( #449 )
2018-09-24 14:08:49 -04:00
Dmytro
353290a08f
Adding support for promises. Closes #379 , #382 ( #380 )
...
* adding promise-based filedescriptor
* fixing promisify dep
* promisifying shell
* deprecating 'exists' method on fs
* adding docs
* fixing docs
* removing redundant code.
2018-08-27 19:50:41 -04:00
David Humphrey
3da99f0133
Update README with new info about additional APIs
2018-07-14 10:02:29 -04:00
David Humphrey
0aaaeacd1a
Update sh.ls and stats to remove bits I don't need, add what I do.
2018-07-14 10:02:29 -04:00
Santiago Castro
68cbd54524
Fix broken Markdown headings
2017-04-18 02:34:52 -03:00
orthographic-pedant
3ddb877276
Fix typographical error(s)
...
Changed conjuction to conjunction in README.
2015-10-07 14:47:53 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
21b602ef66
Fix #329 - Implement Shell.find()
2014-11-28 15:05:47 -05:00
Kieran Sedgwick
0d4110ff6f
Fixed #323 - Updated references to "fs.Shell" in the docs and test suite
2014-11-14 12:04:51 -05:00
Kieran Sedgwick
c4c13c1535
Fix #245 - Forced the user to manually instantiate FileSystemShell objects
2014-11-04 13:03:49 -05:00
Alan K
b1e428a4e7
Update README.md
...
`js-platform` -> `filerjs`
2014-09-18 13:07:59 -04:00
Ali Al Dallal
adf039943d
Remove wget to make Filer work in node.js
2014-09-09 09:30:03 -04:00
Bobby Richter
65ddff6ae7
Update README.md
2014-08-14 15:43:22 -07:00
David Humphrey
acd806c7b8
Update README.md
...
Fix some typos
2014-06-25 14:30:39 -04:00
David Humphrey
1863156114
Update README.md
...
Include additional things we've done recently but haven't documented (UMD module loading, npm/bower, Buffer rewrite).
2014-06-25 14:28:53 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
d9ed65602a
Remove adapters (src, tests, docs), fix providers for node
2014-05-23 14:36:23 -04:00
gideonthomas
aff6570ad6
Added mknod command to create a file or directory node
2014-05-21 11:25:23 -04:00