Skip to content

Major improvement in code style

Compare
Choose a tag to compare
@DaanRijpkema DaanRijpkema released this 31 Dec 13:55
· 227 commits to master since this release

Major improvement in code style.

  • Added $bluem->getConfig($key) method to retrieve a configuration value.
  • Added $bluem->setConfig($key, $value) method to set a configuration value.
  • Added several validation steps
  • Added more unit testing coverage
  • Separated more responsibilities for cleaner code