Skip to content

Releases: girvel/ldump

1.4 Preserving modules

04 Feb 21:08

Choose a tag to compare

  • ldump.preserve_modules allows avoiding accidental serialization of library code
  • Customized serialization is now cached
  • Functions made with coroutine.wrap don't error out in non-strict mode

1.3 Safety

01 Feb 12:32
5c28b48

Choose a tag to compare

  • ldump.get_save_env() helper function for safe loading
  • Safety documentation

1.2 Corner cases

10 Jan 11:57

Choose a tag to compare

  • _ENV upvalue handling
  • Shared upvalues handling (except lua 5.1, where it's impossible)
  • Generalized serialization overload (ldump.serializer)
  • Lua 5.1 support
  • Extensive documentation

1.1 Tidy, updated & annotated

25 Dec 12:19
ef7f1b6

Choose a tag to compare

The same 1.0, but clean, annotated and with ldump.custom_serializers for customizing serialization for exact values.

1.0 Base

21 Dec 08:43

Choose a tag to compare

The version from girvel/fallen as-is.