packages feed

gopro-plus 0.6.1.2 → 0.6.2.0

raw patch · 2 files changed

+9/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ GoPro.Plus.Media: BurstVideo :: MediumType
+ GoPro.Plus.Media: Chaptered :: MediumType
+ GoPro.Plus.Media: Livestream :: MediumType
+ GoPro.Plus.Media: Looped :: MediumType
+ GoPro.Plus.Media: LoopedVideo :: MediumType
+ GoPro.Plus.Media: ViewPreTranscoding :: ReadyToViewType
+ GoPro.Plus.Media: ViewUpdating :: ReadyToViewType

Files

gopro-plus.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 6d0f0bd4ed2516dce211a0156ac512af8485e6d79ee5787564318d05fc909ee3+-- hash: 7978d726abfc1fe3a9d4deb3534ee342c213838e7d02d8dd92726d8e08e97b2d  name:           gopro-plus-version:        0.6.1.2+version:        0.6.2.0 synopsis:       GoPro Plus Client API. description:    Please see the README on GitHub at <https://github.com/dustin/gopro-plus#readme> category:       Web
src/GoPro/Plus/Media.hs view
@@ -95,6 +95,11 @@     | TimeLapse -- ^ a timelapse series of photos     | TimeLapseVideo -- ^ a timelapse video     | Burst -- ^ a set of photos taken in a burst+    | Chaptered+    | Livestream+    | Looped+    | LoopedVideo+    | BurstVideo     deriving (Bounded, Enum, Show, Read, Eq)  instance ToJSON MediumType where@@ -111,6 +116,8 @@     | ViewTranscoding     | ViewProcessing     | ViewUploading+    | ViewPreTranscoding+    | ViewUpdating     deriving (Bounded, Enum, Show, Read, Generic, Eq)  instance ToJSON ReadyToViewType where