The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.004_001 2019-05-25 17:54:31+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