v2.2.0
v2.2.0 (2021-04-02)
Bug Fixes
-
User model: Fix the
Smartcar::Usermodel and handle the bugs found in the issue along with additional end-to-end tests to verify (issue-14) -
Utils module: Fix the
Utilsmodule and nest it underSmartcarmodule so that it does not cause any conflicts (issue-14)
Features
Smartcar::User.get: Instead of having a static method foruser_id, it is better to have agetmethod that returns a user object. For backward compatibility the existinguser_idmethod is still there but prints out a deprecation warning.