Skip to content

v2.2.0

Choose a tag to compare

@s-ashwinkumar s-ashwinkumar released this 02 Apr 19:58
· 77 commits to master since this release
13a7a9c

v2.2.0 (2021-04-02)

Bug Fixes

  • User model: Fix the Smartcar::User model and handle the bugs found in the issue along with additional end-to-end tests to verify (issue-14)

  • Utils module: Fix the Utils module and nest it under Smartcar module so that it does not cause any conflicts (issue-14)

Features

  • Smartcar::User.get: Instead of having a static method for user_id, it is better to have a get method that returns a user object. For backward compatibility the existing user_id method is still there but prints out a deprecation warning.