dump_yaml 0.1.0-beta.3 copy "dump_yaml: ^0.1.0-beta.3" to clipboard
dump_yaml: ^0.1.0-beta.3 copied to clipboard

A configurable library for dumping any Dart object back to YAML.

Changelog #

0.1.0-beta.3 #

BREAKING:

  • Renames YamlStringBuffer to YamlBuffer.
  • Removes the dumped method in YamlDumper and BlockDumper.
    • For one-off dumper runs, prefer calling dumpAsYaml.
    • For a reusable dumper, provide a:
      1. StringBuffer for chunked writes via the YamlDumper.string constructor.
      2. StreamSink<String> to the buffer param that instantiates the internal YamlBuffer.

feat:

  • Adds support for custom writer targets.

0.1.0-beta.2 #

  • Bump package:rookie_yaml to the latest prerelease.
  • Downgrade Dart SDK to 3.9.0.

0.1.0-beta.1 #

Migrates and rewrites the YAML dumper from package:rookie_yaml.

  • Adds support for building a YAML Representantion Tree before it is dumped.
  • Adds formatting support when dumping objects to YAML.
  • Adds support for styling comments.
  • Makes the YamlDumper reusable.
0
likes
150
points
121
downloads

Documentation

API reference

Publisher

verified publisherecacene.dev

Weekly Downloads

A configurable library for dumping any Dart object back to YAML.

Repository (GitHub)
View/report issues
Contributing

Topics

#yaml #json #formatter

License

BSD-3-Clause (license)

Dependencies

collection, meta, rookie_yaml

More

Packages that depend on dump_yaml