Skip to content

Latest commit

 

History

History
141 lines (98 loc) · 8.9 KB

CHANGELOG.md

File metadata and controls

141 lines (98 loc) · 8.9 KB

ModbusMaster CHANGELOG

v2.0.0 (2016-09-24)

Full Changelog

Implemented enhancements:

  • BREAK: Update library to match IDE 1.5 spec v2.1 #81 (4-20ma)
  • Use platformio to build multiple boards #79 (4-20ma)

Closed issues:

  • Use platformio to build against multiple boards #78
  • Add ruby files to .gitignore #75
  • Reorder Installation section of README #73
  • Update README #71
  • Rename HISTORY to CHANGELOG #47
  • Update library to match 1.5 specification #14

Merged pull requests:

v1.0.0 (2016-09-12)

Full Changelog

Implemented enhancements:

  • Add LICENSE, convert project to Apache 2.0 #67 (4-20ma)
  • Add example sketch for half-duplex RS485 #66 (kintel)
  • Add continuous integration testing with Travis CI #63 (4-20ma)
  • Disable __MODBUSMASTER_DEBUG__ mode by default #43 (kintel)

Closed issues:

  • Fix documentation references in ModbusMaster.h, .cpp #69
  • Clean up template wording #64
  • Add Label section to CONTRIBUTING #60
  • Update README contact information #58
  • Add continuous integration testing with travis #55
  • Add Code of Conduct #54
  • Create PULL_REQUEST_TEMPLATE #49
  • Create ISSUE_TEMPLATE #48
  • Change license to Apache 2.0 #45
  • Set __MODBUSMASTER_DEBUG__ to 0 by default #35
  • Pass Stream object instead of integer reference #17

Merged pull requests:

  • Add documentation cross-references #70 (4-20ma)
  • Clean up ISSUE/PULL_REQUEST templates #65 (4-20ma)
  • Add initial .travis.yml configuration #62 (4-20ma)
  • Add label guidance to CONTRIBUTING #61 (4-20ma)
  • Update README contact information #59 (4-20ma)
  • Add email address to CODE_OF_CONDUCT #57 (4-20ma)
  • Add CODE_OF_CONDUCT #56 (4-20ma)
  • Add initial PULL_REQUEST_TEMPLATE #53 (4-20ma)
  • Clarify instructions in ISSUE_TEMPLATE #52 (4-20ma)
  • Add ISSUE_TEMPLATE title reqs, separator lines #51 (4-20ma)
  • Add initial ISSUE_TEMPLATE #50 (4-20ma)
  • Add preTransmission(), postTransmission() for half-duplex #44 (kintel)
  • Add STYLE coding style guide #29 (4-20ma)

v0.11.0 (2015-05-22)

Full Changelog

Implemented enhancements:

Closed issues:

  • Update architecture switch to match Arduino convention #27
  • Request timeout is impatient #3

v0.10.3 (2015-05-22)

Full Changelog

Closed issues:

  • Inconsistent Doxygen comments #25
  • Replace C macros with inline functions #18

Merged pull requests:

  • Adjust doxygen comments to be consistent #26 (4-20ma)
  • Replace C macros w/inline functions #24 (4-20ma)

v0.10.2 (2015-05-22)

Full Changelog

Implemented enhancements:

  • Implement CRC16 for SAM3X8E microprocessor #11 (4-20ma)
  • Add rx flush, change response timeout to 2000 ms #10 (agprimatic)

Fixed bugs:

  • Fix documentation build error #23 (4-20ma)
  • Work around HardwareSerial for SAM3 micro #12 (4-20ma)

Merged pull requests:

  • Update pointers to match C++ convention #22 (4-20ma)
  • Rename markdown file extensions #21 (4-20ma)

v0.9.1 (2013-01-02)

Full Changelog

v0.9 (2011-12-27)

Full Changelog

v0.8 (2011-11-09)

Full Changelog

v0.7 (2010-02-10)

Full Changelog

v0.6 (2010-02-05)

Full Changelog

v0.5 (2010-01-30)

Full Changelog

v0.4 (2010-01-30)

Full Changelog

v0.3 (2010-01-29)

Full Changelog

v0.2 (2010-01-26)

Full Changelog

v0.1 (2010-01-25)

* This Change Log was automatically generated by github_changelog_generator