mirror of https://github.com/status-im/NimYAML.git
Updated README with release info
This commit is contained in:
parent
311bc933fa
commit
b3110f6272
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue