租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
1.1 KiB

3 months ago
  1. 2.7.0 / 2017-09-13
  2. ==================
  3. * feat: support fs.copyFile (#58)
  4. 2.6.0 / 2016-11-22
  5. ==================
  6. * Added fdatasync to fs api (#46)
  7. 2.5.0 / 2016-11-04
  8. ==================
  9. * feat: support fs.mkdtemp
  10. 2.4.0 / 2016-03-23
  11. ==================
  12. * add `fs.truncate()` [#34](https://github.com/normalize/mz/pull/34)
  13. 2.3.1 / 2016-02-01
  14. ==================
  15. * update `any-promise@v1`
  16. 2.3.0 / 2016-01-30
  17. ==================
  18. * feat(package): switch to `any-promise` to support more promise engines
  19. 2.2.0 / 2016-01-24
  20. ==================
  21. * feat(package): add index.js to files
  22. 2.1.0 / 2015-10-15
  23. ==================
  24. * support for readline library
  25. 2.0.0 / 2015-05-24
  26. ==================
  27. * support callbacks as well
  28. 1.2.0 / 2014-12-16
  29. ==================
  30. * refactor promisification to `thenify` and `thenify-all`
  31. 1.1.0 / 2014-11-14
  32. ==================
  33. * use `graceful-fs` if available
  34. 1.0.1 / 2014-08-18
  35. ==================
  36. * don't use `bluebird.promisify()` - unnecessarily wraps runtime errors, causing issues
  37. 1.0.0 / 2014-06-18
  38. ==================
  39. * use `bluebird` by default if found
  40. * support node 0.8