Skip to content

Commit efe8ce1

Browse files
authored
Update README.md
1 parent bad40c7 commit efe8ce1

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
yaml.js
2-
=======
31

42
![Build status](https://travis-ci.org/jeremyfa/yaml.js.svg?branch=develop)
53

4+
⚠️ Development of this library has slowed-down
5+
6+
_I am still using **yaml.js** in production for some projects, it works fine in all the situations I needed it. That said, I am not actively working with raw javascript environments (mostly using [haxe](https://haxe.org) now, if you are curious), thus I don't have much bandwidth to actively provide support to the posted issues asking for new features or bugfixes that don't affect my own use cases of the library. If this situation is an issue for you, I suggest you use [js-yaml](https://github.com/nodeca/js-yaml) which is a great and pretty feature-complete yaml parser and dumper for javascript. Pull Requests are still welcome, as long as they don't break the current set of unit tests!_
7+
8+
_Thanks 🙏_
9+
10+
yaml.js
11+
=======
12+
613
Standalone JavaScript YAML 1.2 Parser & Encoder. Works under node.js and all major browsers. Also brings command line YAML/JSON conversion tools.
714

815
Mainly inspired from [Symfony Yaml Component](https://github.com/symfony/Yaml).

0 commit comments

Comments
 (0)