- fix type annotation. (pointed out by SeasonedMiso)
- support Python3.12. (contributed by mytabata)
- fix type annotation. (pointed out by tnagano22)
- Destructive change: Many methods are renamed, new written, and deleted.
- Core
strptime
andstrftime
are rewritten. - Removed
japanera.Japanera
class. Upgrade carefully.
- Support kanjize 1.3.0
- Support
dt in Era
Syntax
- Now this can parse single digit year.
- Fixed bug that unable to parse single-digit months or dates
- Fixed bug that leap year could not be parsed properly.
- Bug fix about end date of "大正" era.
- Bug fix
- Fixed The bug
strptime
don't return collect result when "%-kY" infmt
- Added
%-kY
,%-ky
,%-km
and%-kd
directive to everystrftime
andstrptime
. It's so useful to use Kainji-Number.
- Fixed
ModuleNotFoundError: No module named 'japanera.0'
error whenfrom japanera import *
- Added
Japanera().strptime(_str, fmt)
- Conception