Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.95 KB

File metadata and controls

34 lines (18 loc) · 1.95 KB

Changelog

1.1.0 (2024-10-09)

Features

  • footer: add footer component with blur bg and toaster from shadcn ui (9cfda93)
  • ssl-result: consume api data using trpc client and add ui components to render the output (ad69074)

Bug Fixes

  • add domain input to localstorage to access later in resultpage (f3dc634)
  • domaininput: rollback from trpc to react-query mutation to minimise api calls (b53dafc)
  • prettier: change prettier config file to format code after save (b5ad308)
  • ssl-trpc: use trpc to fetch details from rust api and client to consume it (331fe74)

1.0.0 (2024-10-08)

⚠ BREAKING CHANGES

  • fetch_ssl_cert: In this change, the backend api is created to parse the ssl certificate for the given domain and return the appropriate json

Features

  • backend: create rust backend implementation and init toml file (26ee4b4)
  • fetch_ssl_cert: create utility func to fetch ssl cert and parse it (f00e0c7)

Bug Fixes

  • use actix-web to create api endpoint in backend (cfa1136)