Skip to content

Releases: BGmi/anime-episode-parser

v0.0.12

03 Jun 18:43
Compare
Choose a tag to compare

v0.0.11

02 Jun 23:53
v0.0.11
aec08cc
Compare
Choose a tag to compare

Bug Fixes

  • add py.typed marker file
  • keep behavior

Code Refactoring

  • mypy type error

v0.0.10

25 Apr 23:00
v0.0.10
c1e85de
Compare
Choose a tag to compare

Bug Fixes

  • episode range and type error

v0.0.9

25 Apr 22:14
v0.0.9
021ac2a
Compare
Choose a tag to compare

Bug Fixes

  • limit range style regex effect (#63)

v0.0.8

26 Mar 10:50
v0.0.8
b2400d5
Compare
Choose a tag to compare

Code Refactoring

  • remove logger

v0.0.7

14 Feb 17:26
Compare
Choose a tag to compare
v0.0.7

v0.0.6

08 Jul 11:02
Compare
Choose a tag to compare

Code Refactoring

  • make return type always tuple (#10)

BREAKING CHANGES

now parse_episode() will always return tuple,
and return (None, None) for an unparseable title.

v0.0.5

08 Jul 01:23
Compare
Choose a tag to compare

Bug Fixes

  • episode range with ~
  • episode greater than 1000

v0.0.4

17 May 18:33
Compare
Choose a tag to compare

Features

  • support episode range

v0.0.3

17 May 17:55
Compare
Choose a tag to compare

Code Refactoring

  • return Tuple[int, int] for supporting range in the future

BREAKING CHANGE

return type are now Union[Tuple[int, int], None] instead of int