All notable changes to this project will be documented in this file.
The format is loosely based on Keep a Changelog. This project adheres to Semantic Versioning.
You should update the version number in the package.json according to the semantic versioning,
then run npm install
.
- Added 3D hero banner
- Bumped to node 16, docusaurus 2.0.1, react 17.0.2
- Fetch list of repositories by topic with GitHub GraphQL API instead of hardcoded list.
- Added pagination to Repositories Page.
- Added Repositories Page.
- Added snapshot unit tests for all React components.
- Refactored and added unit tests for
build-posts-data.js
.
- Refactored and added unit tests for
build-repo-data.js
.
- Added image to Medium blog posts, parsing the
content:encoded
field of the RSS feed.
- Switched source of Medium blog posts from Pixel Point widget to RSS feed. It shows: title, link, creator, date.