Skip to content

Latest commit

 

History

History
73 lines (54 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

73 lines (54 loc) · 1.81 KB

Changelog

All notable changes to our data-collector

[unreleased]

Bug Fixes

  • Resolve issue caused by duplicated BASEURL
  • Patch fix-req
  • Resolved method not implemented error
  • Create new commit for every changelog updates

Documentation

  • Add README.md file

Features

  • Fully working downloader part
  • Add parallel download function
  • Implement parser
  • Allow user to choose the file type
  • Return HashMap<K, V> instead of Vec<V>
  • Redesign both internal and external API

Miscellaneous Tasks

Refactor

  • Implemented From<T> trait
  • Separated functions into modules
  • Separated deserializer helper functions
  • Make List and Item generic
  • Abstracted list fetching process
  • Extracted constants into separate module
  • Implement fetch_all method by default
  • Reimbursement FromIterator
  • Rename data-collector crate to lib
  • Extracted utility modules into separate crate

Styling

  • Reformat all the TOML files
  • Apply Taplo formatter as a pre-commit hook

Auto

  • Update CHANGELOG.md file
  • Update CHANGELOG.md file
  • Update CHANGELOG.md file

Build

  • Add justfile as a task recipes
  • Separate crates into workspace members
  • Update justfile to fit for workspace workflow