v0.4.14
Bug Fixes
- Fixed the interface of
fget_object()
, nowfget_object()
returns a stats object, - Fixed the behaviour of
fget_object() when passed
file_path` nested folders does not exist (closing Issue #31)
Breaking Changes
fget_object()
now returns a stat object of typeObject
For Developers
- Added unit and regression tests for
fget_object()
- Test coverage > 90%
Credits
Thanks to @KelvinHong for raising the issue and suggesting a solution