Skip to content

Releases: eemeli/yaml

v1.0.0-beta.7

15 Jun 14:09
Compare
Choose a tag to compare
v1.0.0-beta.7 Pre-release
Pre-release

Various bugfixes, in particular #7, #8, #9 and #10 as reported by @ikatyang.

v1.0.0-beta.6

29 May 21:17
Compare
Choose a tag to compare
v1.0.0-beta.6 Pre-release
Pre-release

Getting close to a v1 release...

  • Actual documentation is developing at http://eemeli.org/yaml/
  • Finalise (read: refactor) much of the public API
    • Document#contents can be set to anything
    • Add Document#resolveValue() to deeply wrap values in YAML objects
    • Move warnings from Document#errors to Document#warnings
    • Add YAML.stringify() and YAML.defaultOptions
    • Replace "stream" with "documents" in API
    • Add YAMLSemanticError class for Document#parse() errors
  • String(Document) output improvements
    • tags are properly included, including prefixes
    • output is prettily folded where possible & appropriate
  • Fix various corner-case syntax bugs, with thanks in particular to @ikatyang

v1.0.0-beta.4

08 Apr 13:00
Compare
Choose a tag to compare
v1.0.0-beta.4 Pre-release
Pre-release
  • Comments mostly work
  • Tags are included in resolved nodes
  • Consider comments at start without directives-end indicator to be part of the document contents, not directives

v1.0.0-beta.3

22 Feb 23:08
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release
  • Merge raw-yaml@0.2.5 as src/ast
  • Fix remaining error-reporting mismatches

v1.0.0-beta.2

22 Feb 23:07
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release
  • Fix remaining stringifier mismatches with yaml-test-suite in.json
  • Fix mismatches with yaml-test-suite out.yaml

v1.0.0-beta.1

22 Feb 23:04
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

First release