Skip to content

Releases: Jarmos-san/jarmos.dev

v1.3.0

22 Dec 08:53
Compare
Choose a tag to compare

What's Changed

The site has been rebuilt from scratch using Astro for the following reasons:

  1. Its simple syntax meant that my HTML, CSS and JS skills could be carried over.
  2. No need to learn opinionated caveats as imposed by frameworks like Next.js.
  3. Astro provided excellent builtin Markdown support that too with type-safety in place which if I had to write in Next.js would have taken me ages otherwise and a lot of hacks as well!
  • chore(deps): bump astro from 4.0.6 to 4.0.7 in /web by @dependabot in #313
  • chore(deps): bump @typescript-eslint/parser from 6.13.2 to 6.15.0 in /web by @dependabot in #312
  • chore(deps): bump @astrojs/check from 0.3.3 to 0.3.4 in /web by @dependabot in #311

Full Changelog: https://github.com/Jarmos-san/jarmos.dev/commits/v1.3.0

v1.2.1

01 Jun 08:44
Compare
Choose a tag to compare

v1.2.1

This patch release introduced some essential refactoring, bug fixes and many more inconsistent styling issues.

What's Changed

Full Changelog:
v1.2.0...v1.2.1

v1.2.0

27 May 10:30
6900c79
Compare
Choose a tag to compare

v1.2.0: Website with a Personal Blog

This minor release has been in the works for a while now and I am glad its finally complete! The release incorporates a personal blog powered by Markdown files and some fixes here and there. Some of these fixes include both styling, functionality and so on. The release also brought to my notice some previous concerns which I overlooked in favour of quickly getting an MVP out there. But I plan on fixing some of those issues/concerns in the next minor release now.

What's Changed

Read more

v1.1.0

28 Dec 10:18
Compare
Choose a tag to compare

Another Tag Closer to the End Product

This minor release brings quite a lot of "minor" changes & improvements in the project. A portion of the source code has been refactored heavily to trim out some unnecessary & redundant SASS code. Besides, the refactor the project now also deploys automatically on GitHub Action instead of Vercel. There are also some SEO improvements but those will require a bit more of refactoring & those updates will be rolled out in a future patch update.

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

07 Dec 10:29
Compare
Choose a tag to compare

✨ The Long Awaited Release Version

This project has been in the works for as long as I can remember & it now feels great to have finally achieved the minimum level of satisfaction with the project! There is still quite some more work to do with the project like adding a blog section & a legal documents here & there but the bare minimum for an MVP is complete. Hence, I decided to version the progress of the project & release it on the public domain. Moving ahead in the future, the project will follow semantic versioning for ease of maintenance, rolling back in version history & much more.