Skip to content

Releases: theParadox42/EFE-Backend

Version 2.0.1

12 Feb 02:35
6486303
Compare
Choose a tag to compare

This accompanies the breaking changes update 2.0.0. This small update includes a voting system implemented, in a neat little way that connects users and levels to each other. Small updates will come to this when we implement user deletion, which will just include removing votes from levels after an account gets deleted

Version 2.0.0

12 Feb 02:44
Compare
Choose a tag to compare

Breaking changes, the second version of the API is finally released. You can still access the old API under the path /v1, and it works just as well as before. The second version is under /v2, and includes a lot more routes, including user auth with JSON Web Tokens and Mongoose, a different format for storing level data, npm tests, and soon to come user deletion and level voting!

Version 2.0.0 First Alpha

01 Feb 18:29
Compare
Choose a tag to compare
Pre-release

Right now the code is in the process of a major refactoring. This release is not finished and should not be used. It includes a much cleaner layout, for readability, unit tests, among other things. Once finished it will include user sign up, secure authentication, levels stored in cloud regardless of publication, and a level voting system.

Version 1.0.4

01 Feb 18:30
d87c2f7
Compare
Choose a tag to compare

The version of the Escape From Earth API being used in production. Basic functionality, little readability. This will soon be replaced with 2.0