Skip to content

roqueform-v5.2.0

Latest
Compare
Choose a tag to compare

Changelog: roqueform-v5.1.1...roqueform-v5.2.0

  • Default value can be provided when the child field is accessed for the first time:
const filed = createField<{ text?: string }>({});

field.at('text', 'Hello').value
// ⮕ 'Hello'
  • Check that BigInt and Symbol are defined in older environents.