numbro v1.8.0 Release Notes

    • ๐Ÿ›  Fix #180: Add culture function, deprecate language. Thanks @wereHamster.
    • ๐Ÿ›  Fix #170: Add the ability to determine units without formatting. Thanks @pickypg.
    • ๐Ÿ›  Fix #162: Add TypeScript declaration file. Thanks @wereHamster.
    • ๐Ÿ›  Fix #163: unformat: return undefined when value can't be parsed. Thanks @wereHamster.
    • ๐Ÿ›  Fix #173: Added two latest stable node versions to Travis build. Thanks @therebelrobot.
    • ๐Ÿ›  Fix #176: default pt-BR currency is prefix, not postfix. Thanks @luisrudge.
    • ๐Ÿ›  Fix #175: Zero byte unit fix, take 2. Thanks @therebelrobot.
    • ๐Ÿ›  Fix #135: Fix fr-CA currency format. Thanks @killfish.
    • ๐Ÿ›  Fix #174: Set versions for all deps. Thanks @BenjaminVanRyseghem.
    • ๐Ÿ›  Fix #152: Use zeros() function instead of multiple inline implementations. Thanks @MarkHerhold.