Skip to content

Releases: irohalab/mira-resource-indexer

Release v0.3.4

01 May 14:37
1c72c03
Compare
Choose a tag to compare

fix bug caused by DOM change of dmhy

Release v0.3.3

01 May 14:05
1d1991f
Compare
Choose a tag to compare

This is a test release used for collecting information about scrapping on dmhy

Release v0.3.2

29 Apr 11:08
db7cc6c
Compare
Choose a tag to compare

Fix bugs cause some sub-task fail to retry when exception happened after network request finished.

Release v0.3.1

24 Apr 11:08
c68c34d
Compare
Choose a tag to compare

Fix bug introduced by the last release.

Release v0.3.0

21 Apr 12:39
c69c6f6
Compare
Choose a tag to compare
  • fix dependencies vulnerbilities by add resolutions section to package.json, this will let yarn.lock upgrade those indirect dependencies.
  • fix #64
  • Refactor the scrapers, currently all three scraper has some redundant code which can be reused. so I make a abstract class to let each scraper to inherit.
  • fix #62
  • since we no longer support postgres. remove those unused code to keep codebase clean.

Release v0.2.0

27 Feb 12:22
7b0c8e5
Compare
Choose a tag to compare

add nyaa scraper

Release v0.1.10

30 Jan 03:11
cab1d78
Compare
Choose a tag to compare
  • update version number

Release v0.1.9

30 Jan 02:49
b9e8fca
Compare
Choose a tag to compare
  • fix sorted limited and case-insensitive

Release v0.1.8

25 Jan 14:25
660bb08
Compare
Choose a tag to compare
  • fix bugs introduced by repository rename,
  • optimise memory usage of puppeteer

Release v0.1.7

07 Jan 13:52
a15822d
Compare
Choose a tag to compare
  1. add sentry support