Revision history for Perl module YAML::LibYAML::API
v0.14.0 2024-01-04 23:06:22+01:00
- Add unicode option to emitter functions (before broken
unicode was emitted)
- Change module versioning scheme
0.013 2022-04-11 23:58:42+02:00
- Change License to MIT because of included libyaml
- Add tag_directives entry to events (needed by yamltidy)
0.012 2020-09-08 12:55:03+02:00
- Remove local/ directory from tarball
0.011 2020-09-07 19:41:56+02:00
- Pass new option 'width' to libyaml
0.010 2020-08-19 22:39:12+02:00
- Update to libyaml 0.2.5
- Fix constants for flow style/block style
- Emitter: Support flow style collections
0.009 2020-05-16 15:28:05+02:00
- Support emitting version directives
- Update libyaml sources to 0.2.4. Changes affecting this module:
- Output '...' at the stream end after a block scalar with trailing empty lines
- Accept '%YAML 1.2' directives
0.008 2020-02-19 13:55:40+01:00
- Support numeric anchors (before strings were required)
0.007 2019-07-12 18:48:13+02:00
- Change test to use YAML::PP::Common constants
0.006 2019-06-20 20:11:54+02:00
- Include libyaml sources
0.005 2019-05-25 20:10:47+02:00
- Add option 'indent' to emitter
0.004 2019-05-11 10:59:50+02:00
- Support unicode
- use YAML::PP::Common constants
0.003 2018-09-30 00:45:28+02:00
- Add parse_{string,file,filehandle}_events()
- Add emit_{string,file,filehandle}_events()
- Deprecate parse_events()
0.002 2018-09-27 19:05:45+02:00
- Several XS and prereq fixes
- Require YAML::PP 0.008 / support perl 5.8
- Add version directive to document_start_event
- Add sequence and mapping styles
- Use numeric constants for styles
- Pod fixes (PR#3 by MANWAR)
0.001 2018-09-23 13:20:53+02:00
- First Release