You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
version bump 0.11.1
- support 上午/下午 (like AM/PM, supported in en-US and other locales)
- `format(number)` guess format if table is missing value
- removed entry 65535 from table
version bump 0.10.0:
- pin dependencies
- JS Date object support
- resolved some out of bounds accesses
- load scans for available index if not specified
- flow improvements
version bump 0.9.2: more formats
- do not consume trailing currency symbol (fixes#19 h/t @wilg)
- detect minutes following absolute hour (fixes#23 h/t @tedbeer)
- verify the miscellaneous formats (fixes#27 h/t @reviewher)
version bump 0.9.1: dateNF + sign
- dateNF option for default date format override
- general format renders undefined/null as empty string
- ignore text elements when searching for decimal point
- bubble negative sign to the front when format starts with text
- fixes for eslint + closure
- updated frac to 1.0.6
Issues:
- fixes#10 h/t @adamgundy@SegFaultx64@RichardCzechowski
- fixes#15 h/t @wilg
- fixes#25 h/t @dougschiller
- fixes#26 h/t @rjmcguire