Releases: lotgd/client-graphql-www
Version 0.4.1
This update changes the way the compiled script determines the url: If not accessed by the file protocol, it assumes the graphql endpoint to be at /graphql/
, else localhost:8000/graphql/
.
Version 0.4.0
This release is compatible with lotgd/crate-graphql in version 0.4.0.
v0.2.1-alpha
This update now includes the forgotten, pending PR.
0.2.0 alpha
This version is compatible with lotgd/crate-graphql 0.2 and utilized the adjusted graphql api. This version allows login/logout flow, character selection and -creation, as well as navigating through a default set of scenes. At any point, it is possible to switch characters. Unless the logout button is used, the browser remembers the apikey and characterid.
This version is not thought for production release. It does not allow the registration of users.