Skip to content

Releases: vfile/vfile-location

5.0.2

22 Aug 14:22
e5ee016
Compare
Choose a tag to compare

Full Changelog: 5.0.1...5.0.2

5.0.1

15 Jun 09:37
e2e513b
Compare
Choose a tag to compare

Types

Full Changelog: 5.0.0...5.0.1

5.0.0

05 Jun 11:29
cf6fff7
Compare
Choose a tag to compare

Change

  • Change to require Node.js 16
    migrate: update Node
  • 63dcd08 Change to use export map
    migrate: don’t use private APIs
  • 038c164 Change to return undefined for out-of-bound offsets
    migrate: check for undefined as a return value in toOffset instead of -1
  • 4d67eb7 Change to yield undefined for invalid points
    by @remcohaszing in #12, by @wooorm in #13
    migrate: check for undefined as a return value in toPoint

Misc

Full Changelog: 4.1.0...5.0.0

4.1.0

07 Feb 14:21
c45b3c7
Compare
Choose a tag to compare

Add

  • de2ad12 Add export of Location type

Misc

Full Changelog: 4.0.1...4.1.0

4.0.1

06 Jul 09:58
2265250
Compare
Choose a tag to compare
  • 0a13830 Fix types by adding vfile as a dependency

4.0.0

05 May 13:20
aa844bc
Compare
Choose a tag to compare

3.2.0

01 Nov 09:43
00715f4
Compare
Choose a tag to compare
  • 118d710 Add support for CR, CR+LF

3.1.0

21 Aug 16:59
7836dd0
Compare
Choose a tag to compare
  • ef0ea9a Fix naming to use toPoint

3.0.1

03 Mar 08:42
0a04a32
Compare
Choose a tag to compare

3.0.0

27 Jan 21:26
f276c72
Compare
Choose a tag to compare
  • 39d07bc Add types
    (breaking if you or your dependents use typescript, but didn’t expect typescript)