log util/serialization.lua @ 9598:dcd85bc34d21

age author description
Sat, 27 Oct 2018 12:56:01 +0200 Kim Alvefur util.serialization: Encode non-fatal error in way that can be restored
Sat, 27 Oct 2018 12:54:57 +0200 Kim Alvefur util.serialization: Rename non-fatal fallback handler for clarity
Sat, 27 Oct 2018 12:48:48 +0200 Kim Alvefur util.serialization: Disable use of unquoted table keys by default
Sat, 27 Oct 2018 12:43:03 +0200 Kim Alvefur util.serialization: Add option for allowing multiple references to the same table (but not cycles)
Sat, 27 Oct 2018 12:38:47 +0200 Kim Alvefur util.serialization: Separate errors for multiple table references and max depth
Sat, 27 Oct 2018 12:17:35 +0200 Kim Alvefur util.serialization: Make maximum table depth configurable
Fri, 12 Oct 2018 00:15:08 +0200 Kim Alvefur util.serialization: Remove encoding of very large or very small numbers in scientific notation