Skip to content

v0.8.0

Compare
Choose a tag to compare
@Sija Sija released this 05 Aug 21:03
· 103 commits to master since this release
2def5bc
  • Compatibility with Crystal 0.35.1
  • Removed Camera.autorelease method, which wasn't very useful anyway (Camera#autorelease is still present)
  • Changed Camera.where to accept only named arguments (Camera.where(model: /Canon/))
  • Changed timeout argument type to Time::Span for Camera::Event#wait
  • Added optional timeout argument to Camera::Event#wait_for
  • Changed CameraFile#save to take additionally a Path object as destination
  • Changed many methods to accept only enums instead of Symbol | String variants as before
  • Lots of code and APIs cleanups