Releases: wilburx9/wilburx9.com
Releases · wilburx9/wilburx9.com
v3.0.7
v3.0.2
v3.0.0
v2.0.0
v1.1.0
What changed:
- Supported HTTP and scheduled cache update with Cloud Functions for Firebase
- Restructured database package
- Supported authentication middleware
- Added a tool to generate pbkdf2 keys
- Supported key generation and deploy to Cloud Functions for Firebase in Github workflow
- Generating md5 hash for the ids of all models.
- Storing similar models in the same collection as opposed to different collections. E.g all articles are now in the same collection instead of Medium articles being in a separate collection and WordPress articles being in separate collections
- Transferred API results limits and ordering to DB query instead of implementing them manually.
- Added a recovery middleware to gracefully handle panics
v1.0.0
What changed:
- Implemented fetching images from Unsplash and Instagram
- Implemented fetching posts from Medium and WordPress
- Implemented fetching repos from Github
- Supported the frontend and backend contact form feature
- Added UI for displaying articles and open source repos
- Setup Github Actions to deploy the backend to Cloud Run and the frontend to Firebase Hosting
- Supported Analytics with Firebase Analytics.