You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improves our suite of common expression helpers by fixing bugs and adding
documentation. Specific changes include the following:
- Fix addWeeksToDate mutation bug (now uses dayjs, doesn't modify input)
- Fix calcEDD and calcTreatmentEndDate return types (remove empty object init)
- Fix formatDate dead code (remove unreachable null/undefined checks)
- Fix calcBMI formula readability with heightInMeters variable
- Fix calcHeightForAgeZscore unused weight parameter
- Fix isDateAfter to properly handle Date objects
- Add customParseFormat plugin for custom date format support
- Extract shared Z-score calculation logic into calculateZScoreFromRef
- Add isDateAfterSimple and isDateAfterOffset for consistent date APIs
- Add comprehensive JSDoc comments to all functions
- Add deprecation warnings for functions with hardcoded concept UUIDs
0 commit comments