vinkla/hashids

Ability to encode fractions/decimal places

ajgaunt opened this issue · 2 comments

I understand about not encoding negative numbers, but we have the need to encode numbers containing decimal points. Is this something that may be able to be implemented?

How about

Convert to String
Explode to Array with the Point as separator
Pass to hashids

Just as an Idea

I understand about not encoding negative numbers, but we have the need to encode numbers containing decimal points. Is this something that may be able to be implemented?

Nothing we're planning at the moment.