This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
forked from agnat/node_mdns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
57 lines (34 loc) · 1.53 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
CHANGES
Version 1.0.0 to 1.1.0
- better handling of network interfaces
- error handling: exceptions/errors contain the numeric error code now
Version 0.0.7 to 1.0.0
- replaced IOWatcher with a libuv based SocketWatcher (Tony Ealden)
- fixed an API typo: filterAdresses -> filterAddresses (major version bumped)
- first release that actually works on windows
Version 0.0.6 to 0.0.7
- Bugfix: convert NULL strings to undefined values in callbacks
Version 0.0.5 to 0.0.6
- use node-gyp in gyp based builds
- prepared a windows port
Version 0.0.4 to 0.0.5
- Publish and receive TXT records
- Build universal binaries on Mac OS
This helps to work around a architecture mismatch between gyp-build nodes
and waf-build addons.
- Added experimental gyp-based build
- Continuous integration and coverage testing.
- Fixed FreeBSD build
Version 0.0.3 to 0.0.4
- New service type objects:
The strings have been replaced with a small ServiceType object. Also, older
versions used TCP as the default protocol. The protocol is now mandatory.
However, the new syntax is much more flexible. See user guide at
http://agnat.github.com/node_mdns/user_guide.html#service_types.
- The 'info' object is now called 'service'
- The info.regtype property is now called service.type
- The info.serviceName property is now called service.name
- Callback signature changed:
flags is now a property of the service object (service.flags)
- possibly more
vim: spell spelllang=en_us :