source: frontend/node_modules/mz/HISTORY.md

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
22.7.0 / 2017-09-13
3==================
4
5 * feat: support fs.copyFile (#58)
6
72.6.0 / 2016-11-22
8==================
9
10 * Added fdatasync to fs api (#46)
11
122.5.0 / 2016-11-04
13==================
14
15 * feat: support fs.mkdtemp
16
172.4.0 / 2016-03-23
18==================
19
20 * add `fs.truncate()` [#34](https://github.com/normalize/mz/pull/34)
21
222.3.1 / 2016-02-01
23==================
24
25 * update `any-promise@v1`
26
272.3.0 / 2016-01-30
28==================
29
30 * feat(package): switch to `any-promise` to support more promise engines
31
322.2.0 / 2016-01-24
33==================
34
35 * feat(package): add index.js to files
36
372.1.0 / 2015-10-15
38==================
39
40 * support for readline library
41
422.0.0 / 2015-05-24
43==================
44
45 * support callbacks as well
46
471.2.0 / 2014-12-16
48==================
49
50 * refactor promisification to `thenify` and `thenify-all`
51
521.1.0 / 2014-11-14
53==================
54
55 * use `graceful-fs` if available
56
571.0.1 / 2014-08-18
58==================
59
60 * don't use `bluebird.promisify()` - unnecessarily wraps runtime errors, causing issues
61
621.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.