Updated README with release info

This commit is contained in:
Felix Krause 2016-02-16 20:37:01 +01:00
parent 311bc933fa
commit b3110f6272
1 changed files with 5 additions and 3 deletions

View File

@ -1,13 +1,15 @@
# NimYAML - YAML implementation for Nim # NimYAML - YAML implementation for Nim
NimYAML is currently being developed. There is no release yet. See NimYAML is currently being developed. The current release 0.1.0 is not
[the documentation](http://flyx.github.io/NimYAML/) for an overview of already considered stable. See [the documentation](http://flyx.github.io/NimYAML/) for
available features. an overview of already available features.
## TODO list ## TODO list
* Misc: * Misc:
- Add type hints for more scalar types - Add type hints for more scalar types
- Add implementation of YAML document object model, serialize and compose
procs
* Serialization: * Serialization:
- Support for more standard library types - Support for more standard library types
- Support polymorphism - Support polymorphism