Skip to content

Settled

Compare
Choose a tag to compare
@Mulkave Mulkave released this 20 Oct 20:20
· 50 commits to master since this release

New

  • Connection authentication. Thanks to @thylo's PR

Fixes

  • Fixed issue #9
  • Fixed issue #11
  • Fixed issue #12
  • Fixed issue #13
  • Fixed issue #14
  • Fixed issue #16
  • Fixed issue #17
  • Fixed issue #18
  • Fixed issue #19
  • Fixed issue #28
  • Fixed an issue where passing null on a value when updating a node doesn't set the field, it just ignores it
  • Fixed an issue where passing false on a value when updating saves it as 0 instead
  • Change the return value of ->update($attributes) from ResultSet to the count of records that were affected by the update
  • Fixed an issue where using boolean or null values in createWith(...) model attributes results in an error, especially with false and null, also true was being converted by PHP to its equivalent int value

SensioLabs Insight Violations

  • Replaced global function declaration with class function
  • Avoided using logical operators
  • Add required use statements
  • Type-hint object params
  • Strict comparison for booleans
  • Fixed unused variables, properties and parameters
  • Removed unused use statements
  • Removed unused commented out code