Browse Source

Update README

Consider accomplished todo items.
master
TheoryOfNekomata 4 years ago
parent
commit
d4c5f585f6
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      README.md

+ 3
- 3
README.md View File

@@ -21,9 +21,9 @@ yarn add @theoryofnekomata/number-name


## TODO ## TODO


- [ ] Implement stream support
- [ ] Implement `BigInt` support
- [ ] Fully localizable number systems (e.g. custom rules for combining fragments of number words)
- [X] Implement stream support
- [X] Implement `BigInt` support
- [X] Fully localizable number systems (e.g. custom rules for combining fragments of number words)
- [ ] Optimizations for fractions. - [ ] Optimizations for fractions.
- [ ] Implement other `fractionType`s, (only `lazy` (digits) is supported as of 0.2.0, e.g. `0.05` => `zero point zero five`, - [ ] Implement other `fractionType`s, (only `lazy` (digits) is supported as of 0.2.0, e.g. `0.05` => `zero point zero five`,
will implement `ratio` (`zero and five over one hundred`) and `part` (`zero and five hundredths`)) will implement `ratio` (`zero and five over one hundred`) and `part` (`zero and five hundredths`))