Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Feb 04:59
302a14c

0.4.0 (2023-02-16)

Features

  • types: add a magic ImmutableCast<T> type to derive *Record (immutable) types from backend (mutable) types. Supports nested and optional props with basic or custom types. (e21d1e5)
  • types: create /frontend subpackage (#75) (e21d1e5)
  • types: define Item as a discriminated union type (e21d1e5)
  • types: move query-client types to /frontend (e21d1e5)

Bug Fixes

  • update extra prop on Member (add lang and favoriteItems) (e21d1e5)
  • use generic type on getExtra* methods to infer return type from input type (e21d1e5)