Releases: nasriyasoftware/HyperCloud
Releases · nasriyasoftware/HyperCloud
v1.2.2
Full Changelog: v1.2.1...v1.2.2
v1.2.1
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Implement File Upload Handling and Update Documentation by @nasriyasoftware in #8
New Contributors
- @nasriyasoftware made their first contribution in #8
Full Changelog: v1.1.5...v1.2.0
v1.1.5
Only changed funding details
Full Changelog: v1.1.4...v1.1.5
v1.1.4
The HyperCloud
instance can now store a server to access it from anywhere in your project.
import hypercloud from '@nasriya/hypercloud';
// Create a server
const server = hypercloud.Server({ secure: true });
// Attach the server to the hypercloud instance
hypercloud.server = server;
Or, you can create and attach a server directly.
import hypercloud from '@nasriya/hypercloud';
// Create and attach the server directly
hypercloud.server = hypercloud.Server({ secure: true });
Now in another file:
import hypercloud from '@nasriya/hypercloud';
// Access the server from the instance
const server = hypercloud.server;
Full Changelog: v1.1.3...v1.1.4
v1.1.3
Full Changelog: v1.1.2...v1.1.3
v1.1.2
Full Changelog: v1.1.1...v1.1.2
v1.1.1
Full Changelog: v1.1.0...v1.1.1
v1.1.0
You can now import routers on any file you want, then export the router and mount it on the server. Read more here
Full Changelog: v1.0.7...v1.1.0
v1.0.7
Full Changelog: v1.0.6...v1.0.7