TheoryOfNekomata
6dc41a3ca4
Organize methods
Put common English methods to en/common.
před 6 měsíci
TheoryOfNekomata
fa9c981c07
Update documentation, types
Add features and limitations to the project.
Also update the types to be stricter.
před 1 rokem
TheoryOfNekomata
0b2a5621b8
Enhance validation
Add handling to extreme/sentinel values.
před 1 rokem
TheoryOfNekomata
a66479fe60
Add edge cases
Add tests related to error handling.
před 1 rokem
TheoryOfNekomata
a05bed5908
Implement long count
Traditional British long count is available for systems.
před 1 rokem
TheoryOfNekomata
8fd3b115a3
Fix millia parsing/stringifying
Only largest millia should remove prefix when group is 001.
před 1 rokem
TheoryOfNekomata
8140cda623
Fix negative
Make word positive when making negative a negative number.
před 1 rokem
TheoryOfNekomata
d227f3e09f
Fix short millia
Make short millia parse and stringify correctly.
před 1 rokem
TheoryOfNekomata
f2e4ab3c5c
Fix millia
Use special millions prefix only when millia is less than one.
před 1 rokem
TheoryOfNekomata
82f87bbeac
Add test locale
Add en-UK locale with same short count as en-US.
před 1 rokem
TheoryOfNekomata
930a5c644b
Update example
Render system selection.
před 1 rokem
TheoryOfNekomata
5153994dac
Use HTML default values
Use values in HTML for default options in conversions.
před 1 rokem
TheoryOfNekomata
87d05b7c49
Update example page
Make placeholders responsive.
před 1 rokem
TheoryOfNekomata
6c81723b78
Organize system
Add namespace for short/long count. Also manage conversion configs and defaults.
před 1 rokem
TheoryOfNekomata
a0739c3ec4
Re-enable test
Enable all tests in project.
před 1 rokem
TheoryOfNekomata
545d0a54aa
Add bailout for conversion to bigint
There is only a certain string length allowed to convert parsed numbers to bigint.
před 1 rokem
TheoryOfNekomata
790a0a656b
Make example viewable in mobile
Add meta viewport for mobile responsiveness.
před 1 rokem
TheoryOfNekomata
bb15edd726
Improve string sanitation for parsing
Ensure strings are properly sanitized before processing.
před 1 rokem
TheoryOfNekomata
bb5b7403f9
Fix exponential normalization
Ensure exponents are normalized properly.
před 1 rokem
TheoryOfNekomata
daa6278f35
Add example
Provide a basic example page.
před 1 rokem
TheoryOfNekomata
9f9a055f03
Switch place values to bigint
Use bigint for place values to be more adaptable with longer inputs.
před 1 rokem
TheoryOfNekomata
83f0f28012
Split system functions
Put functions with different purposes into their own files.
před 1 rokem
TheoryOfNekomata
f7d14545b5
Update packages
Use latest vitest and coverage-v8 packages.
před 1 rokem
TheoryOfNekomata
a0a3251ca1
Use correct group place for combineGroups
Use appropriate place instead of smallest group when creating placeholder groups between actual groups.
před 1 rokem
TheoryOfNekomata
6a78aecef8
Refactor groups
Make group management more readable.
před 1 rokem
TheoryOfNekomata
73204c19df
Add hyphen option
Formal English hyphenates tens names.
před 1 rokem
TheoryOfNekomata
0071c9d493
Fix stringify bugs
Address errors with gapped groups.
před 1 rokem
TheoryOfNekomata
efe4291dce
Fix logic with no hundreds place between groups
Ensure digits parse correctly when there are gaps.
před 1 rokem
TheoryOfNekomata
fd0ea31fe4
Refactor code
Make code more cleaner when parsing.
před 1 rokem
TheoryOfNekomata
b57b7ac8ea
Format code
Format more sections of the code.
před 1 rokem
TheoryOfNekomata
b0762fd47c
Update lint
Use ESLint for formatting.
před 1 rokem
TheoryOfNekomata
4022962dc5
Rewrite package
Include parse and stringify functions for American short-count locale.
před 1 rokem
TheoryOfNekomata
7a890bbeef
Trim input, update TODO
The inputs are now trimmed before conversion.
The TODO items are updated for possible correct formats.
před 3 roky
TheoryOfNekomata
3f79f6f9fe
Add example
The example Website shall be used to showcase the capabilities of
Numerica.
před 3 roky
TheoryOfNekomata
bfe6f2596e
Add scripts
Scripts test the capabilities of the library.
před 3 roky
TheoryOfNekomata
1e67424067
Implement ordinals, refactor code
Ordinals have been implemented in both English and German (tho I'm not
sure how to check correctness of German number names and ordinals).
Also, refactored code to have common rules for a language, and special
rules for each variant (in the future, French will have this structure
handy).
před 3 roky
TheoryOfNekomata
1b45838a64
Reimplement tests from archive
Make sure cases from chongo are accounted for.
před 3 roky
TheoryOfNekomata
33201e4020
Initial commit
Add files from pridepack.
před 3 roky