dart_nats 0.1.3+3 dart_nats: ^0.1.3+3 copied to clipboard
A Dart client for the NATS messaging system. It's simple. Design to use with flutter easy to write no need to deal with complex asynchronous.
0.1.3+3 #
- refactor code
- add commend
0.1.3+1 #
- add string api client.pubString and message.payloadString
- fix defect: pub sub non ascii
- fix defect: message include \r or \n
- revamp message decoding
0.1.2 #
- change api from string to byte array
0.1.1 #
- publish can be buffered.
0.1.0+4 #
- Update sample code
0.1.0+3 #
- Update sample code
0.1.0+2 #
- Update readme
0.1.0+1 #
- Add readme
0.0.2+1 #
- Add change log
0.0.2 #
- Refactor code
0.0.1 #
- Initial experimental version