New features:
- Support language detection based on
langdetect
,fastText
, or a custom implementation (see #932) - Add support for 'by ' (see #839)
- Sort default language list by internet usage (see #805)
Improvements:
- Improved support of Chinese (#910), Czech (#977)
- Improvements in
search_dates
(see #953) - Make order of previous locales deterministic (see #851)
- Fix parsing with trailing space (see #841)
- Consider
RETURN_TIME_AS_PERIOD
for timestamp times (see #922) - Exclude failing regex version (see #974)
- Ongoing work multithreading support (see #881, #885)
- Add demo URL (see #883)
QA:
- Migrate pipelines from Travis CI to Github Actions (see #859, #879, #884, #886, #911, #966)
- Use versioned CLDR data (see #825)
- Add a script to update table of supported languages and locales (see #601)
- Sort 'skip' keys in yaml files (see #844)
- Improve test coverage (see #827)
- Code cleanup (see #888, #907, #951, #958, #957)