- feat:
format-lunar-date. Thanks tochinese-lunisolar-calendar, we can now format a western date to the traditional lunisolar date that is widely used in CJK areas. - chore!: all functions are renamed to
verb-nounform (to match English grammar). This means that all your favourite functions are now obsolete. - feat: number format now supports larger numbers. The built-in numbering schemes
numbering("一", value)andnumbering("壹", value)only accept integers. By directly using the crate behind it, the function now supports a much wider number range (f64::MAX,1.7976931348623157E+308f64). However, due to the floating number nature, very large numbers are almost guaranteed to have rounding errors.
Initial public release.