v0.6.0
·
456 commits
to refs/heads/main
since this release
What’s Changed
- Bump to version 0.6.0 (#110) @synthead
- Use protocol_3/ paths for protocol 3 EEPROM files in gemspec (#109) @synthead
- Document all model classes for TimexDatalinkClient#initialize's models parameter YARDoc (#107) @synthead
- Add individual documentation for each protocol (#106) @synthead
- Mention protocol 6 is unsupported in README.md (#105) @synthead
- Mention protocol 9 support in README.md (#103) @synthead
- Use separate Eeprom classes in Protocol1 and Protocol3 (#101) @synthead
- Remove extra truncate logic from Eeprom::PhoneNumber (#99) @synthead
- Remove trailing commas in a few places (#97) @synthead
- Use uppercase "H" type in Eeprom::PhoneNumber spec (#95) @synthead
- Add missing escaped quotes in spec descriptions (#93) @synthead
- Send ping byte before sync bytes from Sync classes (#91) @synthead
- Add Eeprom, Eeprom::Chrono, and Eeprom::PhoneNumber models to protocol 9 (#88) @synthead
- Add Timer model to protocol 9 (#86) @synthead
- Add Alarm model to protocol 9 (#82) @synthead
- Add SoundOptions model to protocol 9 (#80) @synthead
- Add Time and TimeName models to protocol 9 (#78) @synthead
- Add sync start and end models for protocol 9 (#76) @synthead
- Use duplicate Sync and Start classes in Protocol1 and Protocol3 classes (#74) @synthead