Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Releases: open-sauced/opengraph

v1.1.0

04 Apr 12:04
Compare
Choose a tag to compare

1.1.0 (2023-04-04)

📝 Documentation

  • correct readme with new style (ccc8a96)

🤖 Build System

  • remove extraneous colors package (4c7d29a)

🍕 Features

  • add correct languages calculation and display (977df75)

This release is also available on:

v1.0.4

04 Apr 08:16
Compare
Choose a tag to compare

1.0.4 (2023-04-04)

🐛 Bug Fixes

  • correct top repositories distribution and name concatenation (24bfb15)

This release is also available on:

v1.0.3

04 Apr 07:36
Compare
Choose a tag to compare

1.0.3 (2023-04-04)

🐛 Bug Fixes

  • remove static assets, get gfonts roboto versions (dd096ca)

This release is also available on:

v1.0.2

03 Apr 22:09
Compare
Choose a tag to compare

1.0.2 (2023-04-03)

🐛 Bug Fixes


This release is also available on:

v1.0.1

03 Apr 21:55
Compare
Choose a tag to compare

1.0.1 (2023-04-03)

🔁 Continuous Integration

  • fix container deployment path (a58ec19)

This release is also available on:

v1.0.0

03 Apr 21:33
Compare
Choose a tag to compare

1.0.0 (2023-04-03)

🔁 Continuous Integration

  • implement release tooling (3e35dc9)

📝 Documentation

🤖 Build System

  • enable local development and transpilation (6893d90)
  • make package able to release (c2cc28c)
  • update dependencies and package meta (8757519)

🧑‍💻 Code Refactoring

  • move to nextjs backend architecture static component functions and boilerplate (d4f854d)
  • rewrite code and correct buffers (c12099a)

🍕 Features

  • add development tooling and backend configuration (f1f5947)
  • add dynamic image (5797c54)
  • add user not found handler (b1f870c)
  • code splitting & img manual insertion (8b48513)
  • dynamic user profile card (18a3e23)
  • generate images based on route (e81f5c1)
  • make div flex global (9790d30)
  • repalce https module with fetch (3b146a3)
  • switch to graphql and etl octokit (2e6cb05)
  • use https module instead of axios (0b6b7fc)
  • use node https instead of axios (12b86a7)
  • User Profile cards (#5) (64372f4)

🐛 Bug Fixes

  • add awaits (14a5e28)
  • correct application return type image (a0e6d3f)
  • correct node engines required to deploy (5b088e9)
  • downgrade required node version (5ae3704)
  • fix unexisting value handling (16d3101)
  • set moduleResolution to node16 (52b97ed)

✅ Tests

  • correct test suite usage (f761ac8)