This repository has been archived by the owner on Jan 27, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [0.35.0](v0.34.0...v0.35.0) (2020-01-21) ### Bug Fixes * **Article:** Do not require authors and title ([17cbe10](17cbe10)) * **CodeError:** Message required; rename kind to errorType ([0ab58c0](0ab58c0)) * **CodeError:** Modify prop names; errorType comment ([e53d56b](e53d56b)) * **Function:** Make name optional ([9237114](9237114)) * **Heading:** Make depth optional, defaulting to 1 ([97c3b7d](97c3b7d)) * **TableCell:** Relax content to allow any Node ([f048dbb](f048dbb)) * **Typescript guards:** Allow isA to take a possibly undefined node ([2e5dc24](2e5dc24)) * **Variable import and export:** Avoid use of common keywords ([8812e01](8812e01)) ### Features * **Compiled nodes:** Refine types used when compiling a doc ([2da8d60](2da8d60)) * **TableCell:** Change content to array of BlockContent ([c71681c](c71681c)), closes [#136](#136) * **Typescript factory functions:** Only first required prop is unnamed ([02b3483](02b3483))
- Loading branch information