Skip to content

atproto-lexicon 0.2.0

Compare
Choose a tag to compare
@ramsey ramsey released this 11 May 03:30
· 42 commits to main since this release
0.2.0
0605233

Added

  • Add LexResolvable interface for classes that can resolve references.
  • Apply LexResolvable to LexRef, LexRefUnion, and LexString.
  • Add LexCollection for collections of entities, such as those created when resolving union references or known values for string types.
  • Implement resolving of relative references.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Removed LexString::getLexRefsForKnownValues(); use LexString::resolve() instead.
  • Removed LexRefUnion::getLexRefs(); use LexRefUnion::resolve() instead.

Fixed

  • Nothing.