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.
- fix issues with file names
- useMySQLAPI() properly supports { apiUrl } now as an option
- uuid() method for useMySQLAPI to return a new UUID v4 string
- Type
- LocalStorage
- Collection
- MySQLAPI
- MySQLCollection
- Google Auth
- HelloWorld
- onGoogleAuth
- useLocalStorage has null as default value
- useLocalStorage will remove items on null value
- onGoogleSignin
- ref() not defined for useGoogleSignin
- useGoogleSignin
- useCollection did not update the local storage on setDocs
- Type to get the type of the value
- LocalStorage to have a reactive and persistent value
- setDocs bugfix for Collection
- setDocs bugfix for Collection
- setDocs method for Collection
- setDocs method for MySQLCollection
- logging on debug level instead of info
- syncFilter option for MySQLCollection
- MySQLCollection
- MySQL API
- Collection
- Hello World