chiark / gitweb /
nailing-cargo: Pass $why to read_manifest
[nailing-cargo.git] / TOML-Tiny / Changes
1 {{$NEXT}}
2
3 0.06 2020-03-30
4 -Performance improvements in TOML::Tiny::Tokenizer->next_token
5 -Fix totally broken OO interface (thanks noctux)
6
7 0.05 2020-01-21
8 -POD fixes for TOML::Tiny::Grammar
9
10 0.04 2020-01-21
11 -Remove superfluous dependency on DateTime::Format::RFC3339, which was only
12  needed for unit tests
13
14 0.03 2020-01-18
15 -Remove automatic inflation of numerical types using Math::Big(Int|Float);
16  this may now be done with inflate_integer and inflate_float
17
18 0.02 2020-01-17
19 -Add MANIFEST.SKIP to prevent dzil from including author scripts
20
21 0.01 2020-01-17
22 -Initial release