- Enhancement: Add support for numbers in-between 1e303 and 1e3003 (issue #6)
- Enhancement: Change structure of words.txt
- Bug: Fix string index error appearing sometimes (issue #8)
- Bug: Only strip trailing zeroes and not leading zeroes when formatting numbers.
- Bug: Fix bug with magnitude showing incorrect values (issue #12)
- Enhancement: Allow format_num() to be able to take strings, and convert the input into a Decimal class (issue #10)
- Minor: Remove redundant function get_magnitude() (issue #11)
- Minor: Remove leading whitespace when only one number is returned
- Bug: Fix characters showing up before number names (issue #3)
- Bug: Fix decimal points randomly showing up (issue #4)
- Enhancement: Implement rounding in format_num() (issue #5)
- Enhancement: Add an argument to format_num() which specifies decimal places (issue #1)
- Minor: Small text changes to README.md