summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérémy Faivre <contact@jeremyfa.com>2019-11-12 16:31:38 +0100
committerGitHub <noreply@github.com>2019-11-12 16:31:38 +0100
commitefe8ce18704ae43383e4177aa7de1a2619bd4e67 (patch)
treed252809ec4daad137201d5da7b8d5283cb2ad92c
parentbad40c73962a62521b7f9a46f2e05b20e7c8cb0b (diff)
downloadyamljs-efe8ce18704ae43383e4177aa7de1a2619bd4e67.tar.gz
Update README.mdHEADdevelop
-rw-r--r--README.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index 235a566..95260ea 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,15 @@
-yaml.js
-=======
![Build status](https://travis-ci.org/jeremyfa/yaml.js.svg?branch=develop)
+⚠️ Development of this library has slowed-down
+
+_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!_
+
+_Thanks 🙏_
+
+yaml.js
+=======
+
Standalone JavaScript YAML 1.2 Parser & Encoder. Works under node.js and all major browsers. Also brings command line YAML/JSON conversion tools.
Mainly inspired from [Symfony Yaml Component](https://github.com/symfony/Yaml).