- add web compatability
- extend examples
- add static effective dart analysis
- add logger
- fix connection retry exception
- fix unit tests cocurrent run
- improve subscription security
- fix client init constructor
- fix on connect exit from retry loop
- fix await connection for flutter bug
- improve docs
- fix request error on second request
- add async support for ping()
- add message.respondString
- Improve receive buffer handling
- async connect
- fix defect message delay when sub receive continuous message
- fix defect
- request/respond function
- change some wording from payload to data
- add inbox to generate unique inbox subject
- add nuid to generate unique id
- refactor code
- add commend
- add string api client.pubString and message.string
- fix defect: pub sub non ascii
- fix defect: message include \r or \n
- revamp message decoding
- change api from string to byte array
- publish can be buffered.
- Update sample code
- Update sample code
- Update readme
- Add readme
- Add change log
- Refactor code
- Initial experimental version