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
The type Unit was renamed to Conversion
The enum UnitFamilies was renamed to UnitFamily
The convert function has been changed from convert(quantity).from(unit).to(unit) to convert(quantity, unit).to(unit. If you are using TypeScript the updated return types are also slightly different but should not introduce compiler errors.