Releasing [email protected] on npm
Eemeli Aro <[email protected]> Thu, 20 Sep 2018 13:45:40 +0300
| Newsgroups | gmane.text.yaml.general |
|---|---|
| Message-ID | <CAFuwTa6JuiCqDn88eq3JOXanzzD04bvkFq7e9JfHMshPV+z5PQ@mail.gmail.com> |
Hi all! Given that it's getting to be (apparently!) bug-free, and now that it's included in the matrix [1], I figured that it was time to release my JavaScript yaml library's 1.0.0 version on npm [2]. There's an extensive documentation site [3] with technical info and a blog post [4] with some of the less-technical story behind the project, but the key features are: * Supports all versions of the standard (1.0, 1.1, and 1.2) * Passes all(*) of the yaml-test-suite tests * Can accept any string as input without throwing, parsing as much YAML out of it as it can * Supports parsing, modifying, and writing YAML comments * Released with and ISC open source license I would warmly welcome any and all comments and criticism on my little project. Eemeli Aro [1] http://matrix.yaml.io/ [2] https://www.npmjs.com/package/yaml [3] https://eemeli.org/yaml [4] https://www.vincit.fi/blog/fixing-yaml-for-fun/ (*) The two reported errors are due to this PR not being merged yet: https://github.com/yaml/yaml-test-suite/pull/40