Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 727 Bytes

todo.md

File metadata and controls

33 lines (25 loc) · 727 Bytes

TODOLIST

Future

  • Report stringification with intl.
  • TypedProp serialization/deserialization.
  • Modern export interface.
  • Type names.

v1.4

  • Select should accept plain object as shapes.
  • Contexts:
  • Add contexts.
  • Add circular structures check.
  • Inspect details.reason wider implementation:
    • reason is a rule branches.
    • reason is a code, not a message.
  • Add rule referrences to remove dependant rules on replace:
    // Should throw or replace arrayOf
    Type.arrayOf().number

v0.8

  • Clone rules.

v0.4

  • Custom checker.
  • Pure checker with no initial checkers.
    • Create PureProps instance.