Releases: peterschwarz/clj-serial
Releases · peterschwarz/clj-serial
clj-serial 2.0.5
Additions:
Performance Improvements
- Improved reflection usage (#5)
Additionally:
- Remove JDK 6 and 7 from travis builds
- Updated dependencies
- Change maven repo for purejavacomm to main maven repositories, which removes warning on using insecure repository (#10, #11)
Thanks to @WickedShell for all the PR's, and @WhittlesJr for testing (and pushing me to get the release out)
clj-serial 2.0.3
- Backward compatible naming changes
close
->close!
listen
->listen!
remove-listener
->unlisten!
- allow ports to be specified by the full path name (e.g
/dev/tty.usbmodem1421
vs justtty.usbmodem1421
on OS X)
clj-serial 2.0.2
- Update to Clojure 1.6.0
list-ports
refactor (thanks @blakejakopovic)
Bug Fixes
- Fixed a serious issue with the keyword args on the
serial.core/open
function