UNPKG

562 BMarkdownView Raw
1# Changelog
2
31.2.0 / 2017-06-09
4==================
5
6 * add ability to prevent emitting any files with the `emitFiles=false` option.
7
81.1.0 / 2017-04-12
9==================
10
11 * set default limit to 14kb
12
131.0.0 / 2017-04-10
14==================
15
16 * Migrate to newer rollup API (#5).
17 * Minimal `rollup` version is `0.32.4`
18 * Braking: `write` method was removed
19
200.1.2 / 2016-08-30
21==================
22
23 * Add public path option (#1)
24
250.1.1 / 2016-02-08
26==================
27
28 * drop charset, its not needed
29
300.1.0 / 2016-02-08
31==================
32
33 * Initial release