Releases: xpdustry/javelin
v1.3.0 release
v1.2.1 release
Bugfix
- Fix a bug where disabling auto-restart in
javelin-mindustry
causes the socket to not start.
v1.2.0 release
Major release with very nice stuff :)
Changes
UserAuthenticator
is now part ofjavelin-core
.- Sockets no longer show errors when an unknown event class is received.
- Better documentation.
Features
- Added simple JavaScript support.
- Added new socket state for unusable sockets.
- In
javelin-mindustry
, added command to restart the socket (javelin-restart
)
Breaking
- The hashing format of the default
UserAuthenticator
has changed to Bcrypt. All existing users injavelin-mindustry
are invalid.
v1.1.0 release
Features
- Added credential-less connections for Javelin servers and sockets on the same network.
- Javelin clients can now be restarted.
Changes
- Internal improvements of the sockets.
v1.0.0 release
- Hello world!
v0.3.1 release
-
Cleanup + optimizations
-
Renamed
Server
toClient
, and the formerServerRepository
fileservers.json
toclients.json
, just rename it... -
Replaced the global whisper with a global chat, its more useful tbh...
-
JavelinServer
andJavelinClient
instances are guaranteed to be created on startup. -
Added the ability to reconnect the client.
-
Improved documentation
v0.3.0 release
-
Cleanup + optimizations
-
Renamed
Server
toClient
, and the formerServerRepository
fileservers.json
toclients.json
, just rename it... -
Replaced the global whisper with a global chat, its more useful tbh...
-
JavelinServer
andJavelinClient
instances are guaranteed to be created on startup. -
Added the ability to reconnect the client.
-
Improved documentation
v0.2.1 release
-
Fix ugly error message when the message receiver is offline.
-
Fix startup error when restarting a Javelin server.
v0.1.0 release
- Initial release