Releases: jamiefdhurst/journal
Releases · jamiefdhurst/journal
v0.4.2
Release v0.4.2, including the following commits:
- Fix to default to major go version
v0.4.1
Release v0.4.1, including the following commits:
- Rework build to support automatic versioning
v0.4
v0.3.0.3
Fix Dockerfile for test too
v0.3.0.2
Update Dockerfile to use "sqlite3" package correctly
v0.3.0.1
Fix styling issue with edit button on home page.
v0.3
A complete redesign and some additional functionality:
- Fixed issues preventing builds from passing in newer go versions (v1.16)
- Complete new design that encompasses responsiveness and simplicity
- Pagination support, with a default of 20 per page and a customisable environment variable
- Migrated port option into environment variable
- Exposed title option into environment varible
- Exposed DB location through environment variable
- Enable/disable creating and editing articles through environment variables
- Added further documentation for extended development
v0.2.2
Some bug fixes and dependency improvements:
- Remove "createdb" option and simply create the database automatically when not present
- Remove dependency on GIPHY - if no API key is provided, simply disable that functionality
- Test new functionality, and ensure the duplicate title functionality is handled and tested
- Ensure new posts return a 201 response code, not a 200
v0.2.1
Mostly bug fixes:
- Fixed saved box showing always
- Fixed titles accidentally converting to slug case
- Fixed API tests failing
- Added support for duplicate titles
v0.2
New release includes:
- Fixed texture height issue
- Post order now newest first
- Full RESTful API access
- Ability to edit posts
- New project structure
- Unit + API Tests
- GIF support from Giphy
- Documentation