Delete experimental Form2 that was adopted.
[ustaxlib.git] / src / Form.test.ts
2020-02-23 Robert SesekDelete experimental Form2 that was adopted.
2020-02-22 Robert SesekStrongly type Forms on TaxReturn.
2020-02-21 Robert SesekRemove id from Line constructor.
2020-02-21 Robert SesekStrongly type Form lines.
2020-02-20 Robert SesekAdd Form.getValue()
2020-02-19 Robert SesekMake Form input strongly typed with generics.
2020-02-18 Robert SesekMove input from a TaxReturn to a Form.
2020-02-18 Robert SesekRestructure adding Lines to Forms.
2020-02-18 Robert SesekStart modeling Line, Form and their relation to TaxReturn.