blob: 2f6fd078b9d4f3cad8203b03ffa5082a160ba0fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
<!--remark setext-->
<!--lint disable no-multiple-toplevel-headings-->
1.4.0 / 2016-04-18
==================
* Add support for passing `ruleId` to `message()` ([`77547fb`](https://github.com/wooorm/vfile/commit/77547fb))
1.3.1 / 2016-01-21
==================
1.3.0 / 2016-01-21
==================
* Refactor API signatures in `readme.md` ([`d41883c`](https://github.com/wooorm/vfile/commit/d41883c))
* Add npm deployment to Travis ([`0d236c0`](https://github.com/wooorm/vfile/commit/0d236c0))
* Update metadata in `package.json` ([`9726eec`](https://github.com/wooorm/vfile/commit/9726eec))
* Refactor to replace mocha with tape ([`05d29df`](https://github.com/wooorm/vfile/commit/05d29df))
* Update dev-dependencies ([`6255dd9`](https://github.com/wooorm/vfile/commit/6255dd9))
* Add new `basename` method ([`07b79af`](https://github.com/wooorm/vfile/commit/07b79af))
1.2.0 / 2015-12-27
==================
* Update list of related tools ([`69e576f`](https://github.com/wooorm/vfile/commit/69e576f))
* Remove distribution files from source ([`b45c780`](https://github.com/wooorm/vfile/commit/b45c780))
* Remove support for bower ([`849c3ad`](https://github.com/wooorm/vfile/commit/849c3ad))
* Rename mdast to remark ([`b3c8cea`](https://github.com/wooorm/vfile/commit/b3c8cea))
1.1.2 / 2015-10-16
==================
* Fix missing `Error` properties on `VFileMessage` ([`c896cf9`](https://github.com/wooorm/vfile/commit/c896cf9))
1.1.1 / 2015-10-14
==================
* Fix Safari 9 ([`bcb7a61`](https://github.com/wooorm/vfile/commit/bcb7a61))
* Add `convert-vinyl-to-vfile` to related tools ([`1423652`](https://github.com/wooorm/vfile/commit/1423652))
1.1.0 / 2015-08-21
==================
* Add extensive location information to messages ([`848aef7`](https://github.com/wooorm/vfile/commit/848aef7))
* Add history tracking ([`67d0112`](https://github.com/wooorm/vfile/commit/67d0112))
1.0.1 / 2015-08-17
==================
* Add list of related tools to `readme.md` ([`863df04`](https://github.com/wooorm/vfile/commit/863df04))
* Update dependencies ([`5184aec`](https://github.com/wooorm/vfile/commit/5184aec))
* Update documentation with difference from vinyl ([`76e1d39`](https://github.com/wooorm/vfile/commit/76e1d39))
1.0.0 / 2015-07-26
==================
|