To Vfile Versions Save

utility to create a vfile from a filepath

8.0.0

11 months ago

Change

  • 6532621 Change to require Node.js 16 migrate: update Node
  • 6ef35a8 Change to use export map migrate: don’t use private APIs
  • 8068aaf Remove methods on toVFile migrate: toVFile.read() -> import {read} from 'to-vfile' and read()
  • dd29b65 Remove Mode type migrate: get it from Node types if you want it
  • e458bdc Update vfile

Misc

  • 26070b9 Fix typo by @johno in https://github.com/vfile/to-vfile/pull/22
  • 33f33d1 Refactor docs
  • 7857853 Refactor JSDoc
  • 8d484e8 Refactor code-style
  • 6e0dd65 Refactor tsconfig.json
  • cd80cdd Refactor package.json

Full Changelog: https://github.com/vfile/to-vfile/compare/7.2.4...8.0.0

7.2.4

1 year ago

Misc

  • 470ebc4 7c0f6f3 Add improved docs
  • 791ab07 7bfe4a5 Refactor code-style
  • 37b75fb Update tsconfig.json

Full Changelog: https://github.com/vfile/to-vfile/compare/7.2.3...7.2.4

7.2.3

2 years ago

7.2.2

2 years ago
  • 496e2fb Refactor code-style
  • 4076c28 Update vfile

7.2.1

2 years ago
  • a2b7b6d Fix to actually export separate identifiers

7.2.0

2 years ago
  • 1e417be Add separate exports of functions
  • 9c5ac78 Fix to revert to ducktyping

7.1.0

2 years ago
  • be7687f Add support for WHATWG URL

7.0.0

3 years ago
  • 75e1c13 Add JSDoc based types
  • d3c76bd Use ESM note: this also updates to [email protected]
  • 8874830 Remove browser stubs

6.1.0

4 years ago
  • 01e1954 Add file as result from write, writeSync

6.0.1

4 years ago
  • 83e3f7e Refactor prose
  • 68d4f47 Update metadata