|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 |
|
|---|
| 2 | 2.7.0 / 2017-09-13
|
|---|
| 3 | ==================
|
|---|
| 4 |
|
|---|
| 5 | * feat: support fs.copyFile (#58)
|
|---|
| 6 |
|
|---|
| 7 | 2.6.0 / 2016-11-22
|
|---|
| 8 | ==================
|
|---|
| 9 |
|
|---|
| 10 | * Added fdatasync to fs api (#46)
|
|---|
| 11 |
|
|---|
| 12 | 2.5.0 / 2016-11-04
|
|---|
| 13 | ==================
|
|---|
| 14 |
|
|---|
| 15 | * feat: support fs.mkdtemp
|
|---|
| 16 |
|
|---|
| 17 | 2.4.0 / 2016-03-23
|
|---|
| 18 | ==================
|
|---|
| 19 |
|
|---|
| 20 | * add `fs.truncate()` [#34](https://github.com/normalize/mz/pull/34)
|
|---|
| 21 |
|
|---|
| 22 | 2.3.1 / 2016-02-01
|
|---|
| 23 | ==================
|
|---|
| 24 |
|
|---|
| 25 | * update `any-promise@v1`
|
|---|
| 26 |
|
|---|
| 27 | 2.3.0 / 2016-01-30
|
|---|
| 28 | ==================
|
|---|
| 29 |
|
|---|
| 30 | * feat(package): switch to `any-promise` to support more promise engines
|
|---|
| 31 |
|
|---|
| 32 | 2.2.0 / 2016-01-24
|
|---|
| 33 | ==================
|
|---|
| 34 |
|
|---|
| 35 | * feat(package): add index.js to files
|
|---|
| 36 |
|
|---|
| 37 | 2.1.0 / 2015-10-15
|
|---|
| 38 | ==================
|
|---|
| 39 |
|
|---|
| 40 | * support for readline library
|
|---|
| 41 |
|
|---|
| 42 | 2.0.0 / 2015-05-24
|
|---|
| 43 | ==================
|
|---|
| 44 |
|
|---|
| 45 | * support callbacks as well
|
|---|
| 46 |
|
|---|
| 47 | 1.2.0 / 2014-12-16
|
|---|
| 48 | ==================
|
|---|
| 49 |
|
|---|
| 50 | * refactor promisification to `thenify` and `thenify-all`
|
|---|
| 51 |
|
|---|
| 52 | 1.1.0 / 2014-11-14
|
|---|
| 53 | ==================
|
|---|
| 54 |
|
|---|
| 55 | * use `graceful-fs` if available
|
|---|
| 56 |
|
|---|
| 57 | 1.0.1 / 2014-08-18
|
|---|
| 58 | ==================
|
|---|
| 59 |
|
|---|
| 60 | * don't use `bluebird.promisify()` - unnecessarily wraps runtime errors, causing issues
|
|---|
| 61 |
|
|---|
| 62 | 1.0.0 / 2014-06-18
|
|---|
| 63 | ==================
|
|---|
| 64 |
|
|---|
| 65 | * use `bluebird` by default if found
|
|---|
| 66 | * support node 0.8
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.