- Added the
as_array
,as_bool
,as_date
,as_date_time
,as_float
,as_int
,as_number
,as_string
,as_table
, andas_time
, functions.
- Fixed a bug where
get
would not work inInlineTable
.
- Added support for
\e
,\f
,\b
. - Fixed a bug where strings with
#
in them would fail to parse.
- Updated for Gleam v0.33.0.
- Documents with no trailing newline can now be parsed.
- The library can now parse full TOML documents, with the exception of the
string escape codes
\b
,\f
,\e
,\xHH
,\uHHHH
, and\UHHHHHHHH
.
- Initial release