Skip to content

1.0.3-dev

Pre-release
Pre-release
Compare
Choose a tag to compare
@sinkaroid sinkaroid released this 04 Jun 09:23
· 142 commits to master since this release
9160c76

1.0.3 (2022-06-04)

Build System / Dependencies

  • add missing dev-deps for testing (9160c76)
  • fix main file (a357031)
  • add optional deploy service (e0d10a5)
  • add optional development service (48391bf)
  • add deps, build scripts and project version (669a83f)

Chores

Continuous Integration

  • fix testing status with npx (0d52c89)
  • add testing to check response code (63167a5)
  • add lint and build tests (f0fadd1)

Documentation Changes

New Features

  • scraper:
    • proper type data (1d52106)
    • append cover value on nhentai object (97e908b)
    • append language object on nhentai search returns (809e978)
    • add separate scrape stuff (8f876fb)
  • router: export all endpoint to router (3091dc7)
  • utils: add miscellaneous method (d56343e)
  • add separate controller stuff (74e7030)
  • wrapping express root index (418bca3)
  • add tsconfig file (2dce148)

Bug Fixes

  • proper include path (a1b9cf2)
  • proper dinamicaly listen port (d7f9e7d)
  • invalid path cause throw error (933c9aa)
  • actually fix procfile start script (2acf7c8)
  • proper postinstall (5f33074)
  • adjust postinstall script (c3acfd1)
  • options: proper export (8a5f3d8)
  • controller: remove logs and minor comments (cdf5648)

Refactors

  • restructured, apply pino pretty (a240c08)

Code Style Changes

Tests

  • add response status checker (9c0969a)