Skip to content

Releases: nasriyasoftware/HyperCloud

v1.2.1

31 Aug 13:36
Compare
Choose a tag to compare

v1.2.0

24 Aug 08:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.5...v1.2.0

v1.1.5

17 Aug 18:29
Compare
Choose a tag to compare

Only changed funding details

Full Changelog: v1.1.4...v1.1.5

v1.1.4

08 Aug 09:45
Compare
Choose a tag to compare

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

04 Aug 14:50
Compare
Choose a tag to compare

Full Changelog: v1.1.2...v1.1.3

v1.1.2

04 Aug 06:29
Compare
Choose a tag to compare

Full Changelog: v1.1.1...v1.1.2

v1.1.1

03 Aug 12:11
Compare
Choose a tag to compare

Full Changelog: v1.1.0...v1.1.1

v1.1.0

01 Aug 06:31
Compare
Choose a tag to compare

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

28 Jul 06:25
Compare
Choose a tag to compare

Full Changelog: v1.0.6...v1.0.7

v1.0.6

27 Jul 05:48
Compare
Choose a tag to compare

Full Changelog: v1.0.5...v1.0.6