Skip to content

Releases: stoplightio/yaml

v2.0.0

22 Mar 07:26
1632d59
Compare
Choose a tag to compare

2.0.0 (2019-03-22)

Features

  • refactor parser results [SL-2116] (#6) (1632d59)

BREAKING CHANGES

  • pointers are no longer exposed

  • feat: bump @stoplight/types

  • feat: adjust parseWithPointers to new IParserResult

  • refactor: remove parsing options

  • fix: wrong end line for some nodes

  • fix: tslint issues

  • feat: point to actual node instead of its parent

  • fix: first lines

  • fix: errors are mapped to correct lines

  • refactor: getJsonPathForPosition and getLocationForJsonPath

  • fix: match lines properly

  • fix: potential TypeError

  • fix: getLocationForJsonPath should support sequences

  • fix: get endPosition for correct node

  • fix: cast segment to numbers when approriate

  • fix: mappings might be an empty array

  • chore: typing adjustment

  • refactor: fix codeclimate issue

  • chore: remove comments

  • feat: point to nearest key

  • refactor: findNodeAtOffset => findClosestScalar

  • chore: re-rexport new functions

v1.2.1

28 Jan 20:26
Compare
Choose a tag to compare

1.2.1 (2019-01-28)

Bug Fixes

v1.2.0

25 Jan 18:22
71b1f54
Compare
Choose a tag to compare

1.2.0 (2019-01-25)

Features

v1.1.0

13 Dec 01:05
Compare
Choose a tag to compare

1.1.0 (2018-12-13)

Features

v1.0.1

19 Nov 08:26
6be6d2d
Compare
Choose a tag to compare

1.0.1 (2018-11-19)

Bug Fixes

  • deps: update yaml-ast-parser (07b44fa)

v1.0.0

14 Nov 08:27
Compare
Choose a tag to compare

1.0.0 (2018-11-14)

Bug Fixes

Features