Skip to content

iso-error@4.3.6

Choose a tag to compare

@unional unional released this 09 Aug 16:40
· 304 commits to main since this release

Patch Changes

  • f2e1629: fix: relax fromSerializable() type

    The IsoError.Serializable is too restrictive.
    Plugin may support a different serialization that remedy any restriction from Serializable.

    So the type does not bring much values.