All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2022-07-07
- releasing current version as v1 as have been using it for a year with great success
- 0.1.0 brings thread and string crud functionality with the ability to update and save string order
- unique constraint on
string.name
- TODO("Check uniqueness of name within a given thread on creation")
- update string name api
- update string order api
- delete thread now deletes all associated strings first
- fetch strings by thread in order
- string FindAll wasn't using the right function to get the query parameter for
thread
id
- createOne/deleteById/findAll strings
- createOne/deleteById/findAll threads