Skip to content

Releases: BecauseOfProg/api

Release v2.3.0

09 Sep 18:57
5ab6d43
Compare
Choose a tag to compare

This is a new major release for the BecauseOfProg API. Documentation

🚀 Additions

  • Users can now add comments below blog posts! They don't need to have an account, but a manual verification by a moderator is required
  • Errors now provide more detailed messages and keys for each one, to enable i18n on front-end

🔧 Changes

  • JSON configuration file was replaced by environment variables
  • Ritual code cleaning to improve readability

Release v2.2.2

30 Jul 09:22
d880e35
Compare
Choose a tag to compare

This is a new minor release for the BecauseOfProg API. Documentation

🚀 Additions

  • Search for articles by author using the author query param

🔧 Changes

  • Removed the article_language field of the BlogPost resource, because all of our articles are now in the markdown format

Release v2.2.1

26 Jul 11:52
82dd13c
Compare
Choose a tag to compare

This is a new minor release for the BecauseOfProg API. Documentation

🚀 Features

  • Search articles by keywords
  • Get a random article

🔧 Changes

  • Unified middlewares by only making a call function, clearer than an initialization

Release v2.2.0

29 Jun 21:07
98aecdc
Compare
Choose a tag to compare

This is a new minor release for the BecauseOfProg API. Documentation