Skip to content

Releases: peterschwarz/clj-serial

clj-serial 2.0.5

18 Aug 17:06
Compare
Choose a tag to compare

Additions:

  • Added get-port-names to util (#8)
  • Added skip-input (#7)

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

19 Jun 18:29
Compare
Choose a tag to compare
  • 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 just tty.usbmodem1421 on OS X)

clj-serial 2.0.2

22 Aug 19:58
Compare
Choose a tag to compare

Bug Fixes

07 Apr 19:51
Compare
Choose a tag to compare
  • Fixed a serious issue with the keyword args on the serial.core/open function