Skip to content

Releases: PolyLogiX-Studio/Neos.js

1.15.2

01 Apr 18:31
Compare
Choose a tag to compare
🚀 RELEASE: 1.15.2

1.15.1

16 Mar 21:55
Compare
Choose a tag to compare

Changes

  • Bump documentation from 13.1.1 to 13.2.0 @dependabot (#149)
  • Bump eslint from 7.21.0 to 7.22.0 @dependabot (#150)
  • Adds a possible fix for server outages

1.15.0

13 Mar 18:07
Compare
Choose a tag to compare

Changes

  • Correct event id FriendsChanged -> friendsChanged on Neos.js#L255 @Spookerton (#148)
  • Bump @babel/core from 7.13.1 to 7.13.10 @dependabot (#147)
  • Bump eslint from 7.20.0 to 7.21.0 @dependabot (#144)
  • Add Build
  • Add BuildVariant
  • Add PublicBan
  • Add BuildReporter

1.14.2

03 Mar 19:12
Compare
Choose a tag to compare
👌 IMPROVE: CancellationToken

1.14.1

03 Mar 16:00
Compare
Choose a tag to compare

[1.14.1] - 2021-03-03

Started Logging

Added

  • Dictionary ToDictionary from Object
  • General Documentation

Changed

  • BUS moved to last argument of CloudXInterface
  • test

Fixed

  • Error on Null Message.

1.14.0

26 Feb 10:10
Compare
Choose a tag to compare

New Features

  • Message System Rework
    New Syntax:
/*Shorthand/Legacy*/
//Shorthand
Neos.SendTextMessage("U-bombitmanbomb","This is a test!")
//Shorthand Multi Message (Shorthand Only)
Neos.SendTextMessage("U-bombitmanbomb",["These are sent in","2 seperate messages"])

/*New System*/
//Get User Message Object, Functions can be Chained!
Neos.Messages.GetUserMessages("U-bombitmanbomb").SendTextMessage("This is a Message!");

var bombitmanbomb = Neos.Messages.GetUserMessages("U-bombitmanbomb")

//some other Possible Functions
bombitmanbomb.SendInviteMessage(sessionInfo SessionObject);
bombitmanbomb.SendTextMessage(string Message)
bombitmanbomb.EnsureHistory()
bombitmanbomb.MarkAllRead()

Fixes

  • Some CloudXInterface Reworkings for Efficiency
  • Fixed Enumerables not translating properly to/from json

1.13.0

23 Feb 19:55
847f4db
Compare
Choose a tag to compare

Changes

1.13.0-beta.5

18 Feb 19:32
Compare
Choose a tag to compare
1.13.0-beta.5 Pre-release
Pre-release

Changes

1.13.0-beta.4

18 Feb 18:33
Compare
Choose a tag to compare
1.13.0-beta.4 Pre-release
Pre-release

Changes

1.13.0-beta.3

03 Feb 11:00
0d2e10b
Compare
Choose a tag to compare
1.13.0-beta.3 Pre-release
Pre-release

Changes