Romain Beaumont
273337d630
add issue template
2018-10-08 22:30:45 +02:00
Romain Beaumont
d874b990cf
Release 1.8.2
2018-10-07 20:05:58 +02:00
Romain Beaumont
bbaf3f05ff
fix tcp_dns.js checking for SRV lookup
2018-10-07 20:05:28 +02:00
Romain Beaumont
ed25865f21
Merge pull request #595 from ShayBox/patch-1
...
Updated typings
2018-10-04 13:18:38 +02:00
Shayne Hartford
747924d359
Added error events
2018-10-03 07:43:40 -04:00
Shayne Hartford
566b766f84
Updated typings
...
Removed I from interfaces.
Renamed interfaces to be more clear.
Added TODO: Create typings on protodef to define here.
Added supportedVersions static strings.
Rearranged order of exports and properties.
Changed unused returns of functions from any to void (More strict).
Put entire typings inside module declaration.
Now works in strict mode.
Suggestion: Add typings to protodef so createSerializer and createDeserializer have valid types.
2018-10-03 07:37:19 -04:00
Romain Beaumont
eac4f3d8ac
Release 1.8.1
2018-09-25 23:44:24 +02:00
Romain Beaumont
c3589ce01d
update mcdata : fix loadpath bug for 1.13.1
2018-09-25 23:44:24 +02:00
Romain Beaumont
12cea6e435
fix circle ci badge
2018-09-25 23:17:12 +02:00
Romain Beaumont
b1ba01ed3c
run standard 1.12 --fix
2018-09-25 23:09:37 +02:00
Romain Beaumont
6988345f98
Merge pull request #586 from lluiscab/lluiscab/fix-client_echo
...
Fixed client echo crash on /say
2018-09-24 22:10:12 +02:00
Romain Beaumont
26267ab043
Merge branch 'master' into lluiscab/fix-client_echo
2018-09-24 22:09:46 +02:00
Romain Beaumont
0bd2e559bd
run standard 1.12 --fix
2018-09-24 22:08:11 +02:00
greenkeeper[bot]
dcb9f0d2c4
chore(package): update standard to version 12.0.0
2018-09-24 22:08:11 +02:00
Romain Beaumont
fd92809f90
Merge pull request #590 from PrismarineJS/greenkeeper/debug-4.0.0
...
Update debug to the latest version 🚀
2018-09-24 22:03:24 +02:00
Romain Beaumont
dac5836753
move index.d.ts to src
2018-09-24 22:01:16 +02:00
greenkeeper[bot]
bb0fdb8565
fix(package): update debug to version 4.0.0
2018-09-11 15:24:46 +00:00
bangbang93
ac44a23e94
revert .gitignore
2018-08-30 19:13:34 +08:00
bangbang93
b657f9d930
cleanup code
2018-08-30 10:08:35 +08:00
bangbang93
7e42b04dc0
types init
2018-08-29 19:15:10 +08:00
lluiscab
9a9eaedaf5
Executed standard --fix
2018-08-27 12:44:20 +02:00
lluiscab
a563893a62
Fixed client echo crash on /say
2018-08-27 12:31:24 +02:00
Romain Beaumont
efef72ee9a
Merge pull request #585 from DeliciousJaffa/master
...
Update default version to 1.13.1
2018-08-26 20:53:49 +02:00
Jaffa
5fb660aa13
Update default version to 1.13.1
2018-08-26 19:17:48 +01:00
Romain Beaumont
73411fc5be
Add contribute section in readme
2018-08-26 19:55:29 +02:00
Romain Beaumont
63c194266f
Release 1.8.0
2018-08-26 16:09:39 +02:00
Romain Beaumont
9bc4ddadb6
add 1.13.1 to readme
2018-08-26 16:01:55 +02:00
Romain Beaumont
966c15f8ab
Make tested version 1.13.1 instead of 1.13
2018-08-26 16:01:28 +02:00
Romain Beaumont
adb02a2457
delete old circle.yml and old .editorconfig (standard!)
2018-08-26 04:58:20 +02:00
Romain Beaumont
761fe16f86
Improve test reliability and speed and move to circle ci 2
...
* increase vanilla server ram in tests
* add more logs
* handle client error properly
* don't wait for chat to be sent back from the server to wait 10s in clientTest
2018-08-26 04:54:17 +02:00
Romain Beaumont
465a98b989
end the client in all cases in clientTest.js
...
fix #535
2018-08-26 02:23:39 +02:00
Romain Beaumont
8583cd25df
Release 1.7.0
2018-08-26 01:45:28 +02:00
Romain Beaumont
d8c643163d
add 1.13 support in readme
2018-08-26 01:43:37 +02:00
Romain Beaumont
0fde94e7d3
Merge pull request #581 from lluiscab/patch-2
...
Fix: Join specified server if SRV records could not be resolved
2018-08-26 01:42:29 +02:00
Romain Beaumont
e638bafd3a
Merge pull request #580 from lluiscab/patch-1
...
Fix autoVersion
2018-08-26 01:34:24 +02:00
Romain Beaumont
9f02601a3e
Merge pull request #578 from PrismarineJS/greenkeeper/readable-stream-3.0.0
...
Update readable-stream to the latest version 🚀
2018-08-26 01:31:59 +02:00
Romain Beaumont
91b1c87463
Merge pull request #579 from PrismarineJS/1.13
...
1.13 support
2018-08-26 01:26:29 +02:00
Romain Beaumont
5efd1fa903
update minecraft-wrap
2018-08-26 01:09:59 +02:00
lluiscab
648cabfa9a
Fixed formatting
2018-08-24 10:03:57 +02:00
lluiscab
5ebbd3a493
Fixed hostname resolver and added comments and errors
2018-08-24 10:00:47 +02:00
lluiscab
3a4a3ee8e8
Fix: Join specified server if SRV records could not be resolved
2018-08-23 17:36:03 +02:00
lluiscab
5b8536c250
Fix autoVersion
...
Simple fix for autoVersion, ends the execution of the `ping` callback if an error is found.
Prevents more errors from getting logged to the console if the server is not reachable.
2018-08-23 17:21:23 +02:00
Romain Beaumont
34f7611d45
1.13 support
2018-08-11 00:04:21 +02:00
greenkeeper[bot]
13e4440338
fix(package): update readable-stream to version 3.0.0
2018-08-10 16:26:26 +00:00
Romain Beaumont
81b94f95ca
Release 1.6.0
2018-08-03 21:13:17 +02:00
Romain Beaumont
9cb5810597
Add hideErrors option
...
fix #431
2018-08-03 21:11:33 +02:00
Romain Beaumont
62d595937b
Merge pull request #566 from plexigras/session-emit-fix
...
added session data to session even
2018-06-03 18:52:03 +02:00
plexigras
069d95366c
added session event to docs
2018-06-03 18:31:54 +02:00
plexigras
4560c1948f
added session data to session even
2018-06-03 17:57:03 +02:00
Romain Beaumont
b8d38918c4
Release 1.5.3
2018-05-20 02:52:20 +02:00