Skip to content

Release v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Nov 17:30

Changed

The input to fromJson() is now a JsonValue, enforcing basic JSON requirements:
Property values must be legal JSON values. This is meant to allow the compiler
to flag accidental deserializations of already-deserialized objects.

  • updated node example to be a properly formatted node module
  • deno@1.5.1
  • std@0.76.0
  • fmt changes with deno upgrade
  • fixed #64
  • fixed #62
  • fixed #59

Added

  • interface tsTransformKey
  • global transformKey processing and inheritance and overrides
  • TransformKey tests
  • new examples for node and deno
  • Added ability to use function as serialized key to transform property name