Here is how the blog evolved over time:
- · 8.0.3 - Small fixes + refactoring
- · 8.0.2 - Replaced default favicon with more custom one
- · 8.0.1 - Added back page with versions history (that was hidden before early release). Additionally moved version history to JSON file to serve as an example for future API.
- · 8.0.0 - Added category/tags pages to display filtered posts lists. Additionally cleaned up styles.
- · 7.0.5 - Improved blog pager to include the title in there.
- · 7.0.4 - Added basic routing and provided json files with data to be replaced later on with real API calls from DB.
- · 7.0.3 - Added logic for the blog pager. It all still operates on copy/pasted array of posts, so gotta clean that up soon!
- · 7.0.2 - Added tags in addition to categories. Each post has one category, but can have multiple tags. Refactored usage of buttons.
- · 7.0.1 - Categories page is now live, although the content is still demonstratory.
- · 7.0.0 - Blog is tied to a git repository, it's also connected to Vercel's deployment so it has the official url. There is a page for archived posts and also for the versioning history. There are still many parts to be done, but the code gets cleaner and the whole layout gets more and more finished.
- · 6.0.6 - Added the archives page which was a lot of fun to make. Nested arrays and foreach loops are so basic and yet, so tricky!
- · 6.0.5 - Added proper footer. Meanwhile, there are a lot of styling cleanups on the go.
- · 6.0.4 - Moving to Vercel - since git repository was ready, I was able to put the site on Vercel. This allowed me to access the site from various devices via the Internet. One step closer to the release!
- · 6.0.3 - A small, but important update - I finally put all the current code into a repository. For a moment I wished I've done it sooner, to have more clean git history, but who cares!
- · 6.0.2 - Version number was added in the footer. It was the beginning of actually the page you're reading now. I wanted to have a real release history for the blog, just to have one more nerd thing here.
- · 6.0.1 - The next and previous buttons were added below the Post. Although at that point they don't do anything yet...
- · 6.0.0 - This was the initial work state when I started versioning. I needed some schedule to keep the work moving, cause it was very slow. By the time of this version there was basic structure ready and almost-ready styling.