167 Commits

Author SHA1 Message Date
Ryan Zimmerman
a32c852821 7.0.1 2018-11-07 08:02:52 -05:00
Ryan Zimmerman
639291769e Temporarily disable standard-markdown 2018-11-07 07:53:00 -05:00
Ryan Zimmerman
fb3dda7f6e 7.0.0 2018-07-16 21:16:34 -04:00
Jan Peer Stöcklmair
3eceb915bf Chore: add supported engines (#580) 2018-05-14 14:16:51 -05:00
Ryan Zimmerman
10f3a88b76 6.0.1 2018-05-09 19:03:32 -04:00
Ryan Zimmerman
7d36349abe 6.0.0 2018-05-01 09:14:20 -04:00
Ryan Zimmerman
a631c53666 BREAKING: Drop builds for Node 4, 5, & 7; add OSX builds & Node 9 (#564) 2018-04-09 11:09:55 -05:00
Ryan Zimmerman
1018584133 Upgrade devDeps 2018-04-07 10:33:32 -04:00
RyanZim
80494ee95e 5.0.0 2017-12-11 11:38:36 -05:00
RyanZim
bd3376b78f 4.0.3 2017-12-05 09:54:47 -05:00
RyanZim
1dd5c18e2e 4.0.2 2017-09-12 18:56:28 -04:00
RyanZim
7a9bb173b9 Upgrade to jsonfile 4.0.0 for EOL option support 2017-09-12 18:47:43 -04:00
vrichard
f64e76c356 Added '.js' extension to the <main> attribute in package.json, for compatibility with various loaders or bundlers (webpack, systemjs, browserify,...) or any other independent lib which may use package.json. 2017-09-04 17:10:29 +02:00
RyanZim
5435252f37 Update & Optimize CI configs
- Test on Node 8
- Only run unit tests on Appveyor
- Optimize TravisCI builds to use the minimum number of containers
  while keeping the performance reasonable
2017-07-31 15:11:56 -04:00
RyanZim
9b5718cab6 4.0.1 2017-07-31 14:08:01 -04:00
RyanZim
3d2547360c 4.0.0 2017-07-14 13:43:08 -04:00
Ryan Zimmerman
bd0a20092d Merge pull request #449 from jprichardson/read-write-obj
BREAKING: fs.read() & fs.write() should return objects
2017-07-14 13:21:19 -04:00
RyanZim
9b624d2a07 Upgrade standard-markdown devDep 2017-07-12 20:11:38 -04:00
RyanZim
e4c3618ad0 BREAKING: fs.read() & fs.write() should return objects
For forward-compat with util.promisify()
2017-06-26 15:45:33 -04:00
RyanZim
44eb2c310a 3.0.1 2017-05-04 19:42:43 -04:00
Mani Maghsoudlou
c2ab3c5c2b Add standard-markdown to lint js code inside docs files 2017-05-01 20:22:28 -07:00
RyanZim
096a8e1002 3.0.0 2017-04-27 15:06:22 -04:00
RyanZim
891f483cfc Upgrade standard 2017-04-26 10:13:40 -04:00
RyanZim
b209cab98a Update jsonfile dep 2017-04-26 10:04:07 -04:00
RyanZim
dba0cbb595 Universalify native fs methods 2017-04-26 10:04:07 -04:00
RyanZim
84717b8d03 2.1.2 2017-03-16 14:59:53 -04:00
RyanZim
cfcf3138c3 2.1.1 2017-03-15 16:18:50 -04:00
RyanZim
e02c07bc26 Revert "Use Buffer.alloc() instead of deprecated new Buffer() in copy-file-sync, add engines field to package.json to specify min node v4.5.0"
This broke support for Node.js v4.0.0-v4.5.0

This reverts commit 5597bd5b67f7d060f5f5bf26e9635be48330f5d7.
2017-03-15 13:44:56 -04:00
RyanZim
90b3609b89 2.1.0 2017-03-15 08:34:07 -04:00
Mani Maghsoudlou
08d7d3aaac Add prevent moving into itself and its tests 2017-03-08 00:59:08 -08:00
Mani Maghsoudlou
5597bd5b67 Use Buffer.alloc() instead of deprecated new Buffer() in copy-file-sync, add engines field to package.json to specify min node v4.5.0 2017-03-06 17:07:40 -08:00
JPeer264
55aadcf1f1 Refactor test util 2017-02-22 13:53:13 +01:00
JP Richardson
fcfa595ca0 2.0.0 2017-01-16 09:30:13 -06:00
RyanZim
fa408833fb Move klaw to devDeps 2017-01-03 15:59:13 -05:00
JP Richardson
f07462725c 1.0.0 2016-11-01 01:10:43 -05:00
RyanZim
744864854d Fix coverage
- istanbul shouldn't include test files in the coverage report
- Run coveralls only on the lint build in Travis CI
2016-10-31 11:36:44 -04:00
RyanZim
ab3c29cd46 Update devDeps, fix lint error 2016-10-29 15:16:47 -04:00
RyanZim
bebbe78c46 Remove path-is-absolute
We are no longer supporting node v0.10
2016-10-28 18:23:03 -04:00
RyanZim
a837927988 Inline rimraf
We aren't using rimraf's glob support, and glob is a rather large
dependency.

Changes:

- Remove glob support from rimraf
- Remove move()'s dependency on rimraf; use fs-extra.remove instead
- Make rimraf a devDependency; it is used in the tests
2016-10-28 15:46:30 -04:00
Hurricane Hamilton
5fc1421580 (Closes #271) lib/util/utimes: properly close file descriptors in the event of an error 2016-10-16 11:36:08 -05:00
JP Richardson
08a8d432ca 0.30.0 2016-04-28 09:54:24 -05:00
JP Richardson
9ed01a7bc0 Revert "package: remove path-is-absolute dep"
This reverts commit cfd0fa25f05a185a0758a3cb12e52854cc3170e4.
2016-04-28 09:48:40 -05:00
JP Richardson
daa31b76a1 0.29.0 2016-04-27 09:59:22 -05:00
JP Richardson
cfd0fa25f0 package: remove path-is-absolute dep 2016-04-27 09:46:11 -05:00
JP Richardson
5395126644 package: upgrade standard to v7 2016-04-27 09:45:52 -05:00
JP Richardson
ef35b7006a 0.28.0 2016-04-18 04:33:02 -05:00
JP Richardson
e8d29498df package: update travis 2016-04-17 00:50:37 -05:00
JP Richardson
6fb9fc712f 0.27.0 2016-04-15 06:58:49 -05:00
JP Richardson
1cde1961f2 0.26.7 2016-03-16 09:10:57 -05:00
JP Richardson
2b72bc3f2b 0.26.6 2016-03-15 06:39:41 -05:00