Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 2.04 KB

File metadata and controls

52 lines (42 loc) · 2.04 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.0.2 - 2024-11-26

Added

  • Add .devcontainer configuration for Visual Studio Code.
  • Add Scrapy version 2.12.0 in the requirements file.
  • Add logs and outputs directory.
  • Add scrapy framework.
  • Add python-dotenv version 1.0.1 in the requirements file.
  • Add YugiohDBCardsSpider spider to scrap card details from yugioh-card.com.
  • Add an extracted_date based on UTC timezone.

Changed

  • Update project description in the readme file.
  • Add support section in the readme file.
  • Update .gitignore to ignore logs and outputs directory.
  • Update settings.py to read key-value pairs from a .env file.
  • Add data source section in the readme file.
  • Add installation section in the readme file.
  • Add importance of creating a virtual environment section in the readme file.
  • Add usage section in the readme file.
  • Add crawling responsibly section in the readme file.
  • Add what is a spider? section in the readme file.
  • Add a spider section in the readme file.
  • Add a running the spiders section in the readme file.
  • Add a outputs section in the readme file.
  • Add a logs section in the readme file.
  • Add a development section in the readme file.
  • Add a note on development container section in the readme file.
  • Add a reporting issues section in the readme file.
  • Add a star the repository section in the readme file.
  • Add a license section in the readme file.
  • Add a configuration section in the readme file.

0.0.1 - 2024-11-26

Added

  • Initial creation of the changelog file.

Changed

  • Update issue templates.