Skip to content

Release V 1.7.9

Latest
Compare
Choose a tag to compare
@buttflattery buttflattery released this 16 Mar 00:17
· 26 commits to master since this release
  • [ENH 5dde0e8] - formatted the code
  • [BUG 0587098] - added fix for the bug in dependent input script when using multiple dependent inputs for the same attribute
  • [ENH e44e207] - implemented function abstraction and replaced with classes
  • [ENH b5c2540] - added DOC BLOCK comments and type hinting for functions
  • [ENH 43b1343] - replaced isset with array_key_exists and rearranged parameters for the tabular section
  • [ENH 5c938e1] - Avoid nesting too deeply and return early
  • [ENH 5693efb] - Decrease dependence on regex by naming sub-patterns.