Releases: BecauseOfProg/api
Releases · BecauseOfProg/api
Release v2.3.0
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
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
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
This is a new minor release for the BecauseOfProg API. Documentation