Hacker News new | ask | show | jobs
Eo-YAML For Java, 4.0.0, Released
2 points by amihaiemil 2275 days ago
Version 4.0.0 of eo-yaml: https://github.com/decorators-squad/eo-yaml

- It contains many improvements and additions in the support of Scalars (it now supports folded and literal block scalars).

- Support for YAML Streams, integrated with Java 8's Stream API

- Convenience type-casting methods (e.g. yamlMapping.integer("key"))

- Many bug fixes and performance improvements.

Full release log: https://github.com/decorators-squad/eo-yaml/issues/223