Commit Graph

15 Commits

Author SHA1 Message Date
Damien Arrachequesne ef89df5f50
chore(server): bump dependencies
Latest version of mocha has dropped support for Node.js v12.x and below.

Reference:

- https://github.com/mochajs/mocha/blob/master/CHANGELOG.md
- https://github.com/nodejs/Release
2022-10-07 10:27:05 +02:00
Damien Arrachequesne 232d87af04
chore(release): 0.5.1
Diff: https://github.com/socketio/socket.io-admin-ui/compare/0.5.0...0.5.1
2022-10-07 09:56:43 +02:00
Damien Arrachequesne 6d58a755b4
fix: properly track events with acknowledgement
"event_received" events did include the acknowledgement function, which
would break during encoding.

Related:

- https://github.com/socketio/socket.io-admin-ui/issues/48
- https://github.com/socketio/socket.io-admin-ui/issues/54
2022-10-06 08:18:25 +02:00
Damien Arrachequesne a8ce5262d5
chore(release): 0.5.0
Diff: https://github.com/socketio/socket.io-admin-ui/compare/0.4.0...0.5.0
2022-09-19 11:02:22 +02:00
Damien Arrachequesne 81af1d40ae
feat(server): switch to the bcryptjs module
The bcryptjs module is written in plain JavaScript, so it does not need
to be compiled with node-gyp (which is problematic on some platforms).

Related: https://github.com/socketio/socket.io-admin-ui/issues/50
2022-09-19 10:38:12 +02:00
Damien Arrachequesne 89ed3c734d
chore(release): 0.4.0
Diff: https://github.com/socketio/socket.io-admin-ui/compare/0.3.0...0.4.0
2022-06-23 15:13:37 +02:00
Damien Arrachequesne 577f4e9d1a
chore(server): bump dependencies 2022-06-18 02:14:40 +02:00
Damien Arrachequesne 63d7535a46
chore(release): 0.3.0
Diff: https://github.com/socketio/socket.io-admin-ui/compare/0.2.0...0.3.0
2022-05-03 07:33:06 +02:00
Damien Arrachequesne e8eaf8b9d8
chore(release): 0.2.0
Diff: https://github.com/socketio/socket.io-admin-ui/compare/0.1.2...0.2.0
2021-06-11 14:18:21 +02:00
Damien Arrachequesne 9428b6bac7
chore(release): 0.1.2
Diff: https://github.com/socketio/socket.io-admin-ui/compare/0.1.1...0.1.2
2021-06-02 11:51:48 +02:00
Damien Arrachequesne 74f1c20f6a
fix(server): add support for dynamic namespaces
This fix depends on the "new_namespace" event emitted by the server,
which was added in `socket.io@4.1.0`.

Related: https://github.com/socketio/socket.io-admin-ui/issues/6
2021-06-02 10:37:19 +02:00
Damien Arrachequesne eab7bfab64
chore(release): 0.1.1 2021-05-10 00:03:17 +02:00
Damien Arrachequesne ad0ec0de08
chore(release): 0.1.0 2021-05-04 15:01:31 +02:00
Damien Arrachequesne 62f4659f03
docs: update readme 2021-04-15 15:17:59 +02:00
Damien Arrachequesne f453422662
initial commit 2021-04-15 12:28:15 +02:00