Release 1.5.1
Automatic release of version: 1.5.1
Changes in this pre-release:
Bug Fixes
- Fix dictionary reading and tests (a5c35d4e)
- Punctuation for sentence endings (a5d1598f)
- Fix get for API access (84672b2d)
- Set CORS to * and axios to get from /api/... (efa01986)
Build System
Chores
Continuous Integration
- Fix dev continuous integration and deployment (73d64e9c)
Dependencies
- Update build versions. Node 16.1.0, npm 7.17.0, yarn 1.22.10 (75103c2e)
Documentation Changes
- Fix some typos in javadoc comments (44358fa3)
New Features
- Add route for /home to Index.vue (1c28d10b)
- Recreate dictionary.json if it was deteted. (84b46d1e)
- Allow changing of string if no match was found for user input. (d27dd717)
- Return all responses for the user input in one concatenated string. (7b9444c2)
Other Changes
Reverts
- Revert workflow for release creation to depend on tag push (a3decead)