Michael Sweeney
Michael Sweeney
This PR might need some heavy critiquing. It works by creating a new instance of currency if a precision option is passed into the format function. This will overwrite the...
This will allow the user to set global defaults for any new currency instances to use. Pretty simple addition. #252
Added a simple equals method to check for equality for either a number or another currency object. Added docs for new method. #303
When dividing one currency by another, it will now return a number. Test added. Didn't add anything to the docs though... #132
### 🐛 bug description ThemeProvider is currently expecting a return type of React.ReactNode when it should be using JSX.Element. I was creating an HOC for ThemeProvider so that I could...