Upgrade to Node v16 for Github workflows.
[ustaxlib.git] / src / core / Form.ts
2023-03-25 Robert SesekAdd some `extends object` constraints to type parameter...
2023-03-25 Robert SesekFix several implicit string conversion errors.
2020-10-18 Robert SesekHave isFormT match on derived form types by walking...
2020-10-18 Robert SesekRemove the need to self-reference Form['lines'] in...
2020-03-23 Robert SesekMake Form._lines public and remove the accessor.
2020-03-17 Robert SesekSimplify the Trace API further.
2020-03-17 Robert SesekRefine Trace to be able to output graphviz-compatible...
2020-03-15 Robert SesekFirst cut at a Trace system.
2020-03-14 Robert SesekAdd license information.
2020-03-13 Robert SesekAdd the ability to filter forms by Person.
2020-03-10 Robert SesekRestructuring in prep for being a usable package.