Upgrade to Node v16 for Github workflows.
[ustaxlib.git] / src / core /
2023-03-25 Robert SesekAdd some `extends object` constraints to type parameter...
2023-03-25 Robert SesekFix several implicit string conversion errors.
2021-03-21 Robert SesekIntroduce the LineOptions interface and optional ctor...
2021-01-31 Robert SesekMove some computations for Form1040 into methods.
2020-10-18 Robert SesekExtract constant values from fed2019 Forms as named...
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 SesekAdd UnsupportedLine, to formalize a comment convention... 1.0.0
2020-03-23 Robert SesekMake Form._lines public and remove the accessor.
2020-03-21 Robert SesekUse '@' to separate form@line references.
2020-03-18 Robert SesekFix some bugs in tracing, and add a reset() function.
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-13 Robert SesekMake core/TaxReturn an abstract class.
2020-03-13 Robert SesekRemove type test code for TaxReturn.
2020-03-10 Robert SesekRestructuring in prep for being a usable package.