Releases: PolyLogiX-Studio/Neos.js
Releases · PolyLogiX-Studio/Neos.js
1.15.2
1.15.1
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
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
👌 IMPROVE: CancellationToken
1.14.1
[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
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
Changes
- Add GitHub Client Peer Dependency (#140)
- Bump @babel/plugin-transform-flow-strip-types from 7.12.13 to 7.13.0 @dependabot (#141)
- Bump @babel/core to 7.13.1 @dependabot (#142)
- Bump eslint from 7.19.0 to 7.20.0 @dependabot (#136)
- Fix Messages are prefixed with a Space @bombitmanbomb (#138)
- Create BatchQuery (Complex Method) @bombitmanbomb (#134)
1.13.0-beta.5
Changes
- Bump eslint from 7.19.0 to 7.20.0 @dependabot (#136)
- Fix Messages are prefixed with a Space @bombitmanbomb (#138)
1.13.0-beta.4
Changes
- Bump @babel/core from 7.12.13 to 7.12.16 @dependabot (#135)
- Create BatchQuery (Complex Method) @bombitmanbomb (#134)
1.13.0-beta.3
Changes
- Bump @babel/plugin-transform-flow-strip-types from 7.12.10 to 7.12.13 @dependabot (#133)
- Bump @babel/core from 7.12.10 to 7.12.13 @dependabot (#132)
- Bump eslint from 7.18.0 to 7.19.0 @dependabot (#131)