Skip to content

Release 1.4.0

Compare
Choose a tag to compare
@facchinm facchinm released this 21 Dec 11:53
· 90 commits to master since this release

What's Changed

  • Make String move constructor move instead of copy. by @leg0 in #21
  • Bool as return value for logical operations by @mcspr in #147
  • Fix minor misspellings in comments by @earlephilhower in #149
  • Fix bitWrite with parenthesis by @positron96 in #154
  • Add a new 'OUTPUT_OPENDRAIN' pinmode for platforms. by @obra in #157
  • Fix including "Arduino.h" from C files by @guberti in #163
  • Add IPv6 support to IPAddress by @sgryphon in #169
  • Allow creating IPAddress object from string and provide = overload by @pennam in #174
  • isAscii: avoid dependency on _GNU_SOURCE by @facchinm in #176

New Contributors

Full Changelog: 1.3.1...1.4.0