Skip to content

v42.1.0

Compare
Choose a tag to compare
@tetsuharuohzeki tetsuharuohzeki released this 04 Apr 15:55
9b47a08

New Features

  • Implement isOkAnd()/isErrAnd() for PlainResult. #1804, #2199

Internals

  • Enable ESLint's sort-keys for packages/api_tests/__tests__/exposed_path/. #2200, #2203
  • Separate code path internally in inspect for PlainResult. #2198
  • Add comments about why we don't expose operators to compose a data flow from each of root endpoints. #2197
  • Add why we need to keep simple union for Nullable, Maybe, and Undefinable.#2196