dialogflow-fulfillment 0.1.1.3 → 0.1.1.4
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~hspecdep ~hspec-discoverPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: hspec, hspec-discover
API changes (from Hackage documentation)
- Dialogflow.V2.Fulfillment.Message: BasicCardImage :: Msg 'MsgImage -> BasicCardContent
+ Dialogflow.V2.Fulfillment.Message: BasicCardImage :: Msg 'MsgImage -> BasicCardContent
- Dialogflow.V2.Fulfillment.Message: Item :: SelectItemInfo -> String -> Maybe String -> Msg 'MsgImage -> Item
+ Dialogflow.V2.Fulfillment.Message: Item :: SelectItemInfo -> String -> Maybe String -> Msg 'MsgImage -> Item
- Dialogflow.V2.Fulfillment.Message: [BasicCard] :: Maybe String -> Maybe String -> BasicCardContent -> Maybe [BasicCardButton] -> Msg 'MsgBasicCard
+ Dialogflow.V2.Fulfillment.Message: [BasicCard] :: Maybe String -> Maybe String -> BasicCardContent -> Maybe [BasicCardButton] -> Msg 'MsgBasicCard
- Dialogflow.V2.Fulfillment.Message: [Card] :: Maybe String -> Maybe String -> Maybe String -> Maybe [CardButton] -> Msg 'MsgCard
+ Dialogflow.V2.Fulfillment.Message: [Card] :: Maybe String -> Maybe String -> Maybe String -> Maybe [CardButton] -> Msg 'MsgCard
- Dialogflow.V2.Fulfillment.Message: [CarouselSelect] :: [Item] -> Msg 'MsgCarouselSelect
+ Dialogflow.V2.Fulfillment.Message: [CarouselSelect] :: [Item] -> Msg 'MsgCarouselSelect
- Dialogflow.V2.Fulfillment.Message: [Image] :: String -> Maybe String -> Msg 'MsgImage
+ Dialogflow.V2.Fulfillment.Message: [Image] :: String -> Maybe String -> Msg 'MsgImage
- Dialogflow.V2.Fulfillment.Message: [LinkOutSuggestion] :: String -> String -> Msg 'MsgLinkOutSuggestion
+ Dialogflow.V2.Fulfillment.Message: [LinkOutSuggestion] :: String -> String -> Msg 'MsgLinkOutSuggestion
- Dialogflow.V2.Fulfillment.Message: [ListSelect] :: Maybe String -> [Item] -> Msg 'MsgListSelect
+ Dialogflow.V2.Fulfillment.Message: [ListSelect] :: Maybe String -> [Item] -> Msg 'MsgListSelect
- Dialogflow.V2.Fulfillment.Message: [QuickReplies] :: Maybe String -> [String] -> Msg 'MsgQuickReplies
+ Dialogflow.V2.Fulfillment.Message: [QuickReplies] :: Maybe String -> [String] -> Msg 'MsgQuickReplies
- Dialogflow.V2.Fulfillment.Message: [SimpleResponses] :: [SimpleResponse] -> Msg 'MsgSimpleResponses
+ Dialogflow.V2.Fulfillment.Message: [SimpleResponses] :: [SimpleResponse] -> Msg 'MsgSimpleResponses
- Dialogflow.V2.Fulfillment.Message: [Suggestions] :: [Suggestion] -> Msg 'MsgSuggestions
+ Dialogflow.V2.Fulfillment.Message: [Suggestions] :: [Suggestion] -> Msg 'MsgSuggestions
- Dialogflow.V2.Fulfillment.Message: [Text] :: Maybe [String] -> Msg 'MsgText
+ Dialogflow.V2.Fulfillment.Message: [Text] :: Maybe [String] -> Msg 'MsgText
- Dialogflow.V2.Fulfillment.Message: [iImage] :: Item -> Msg 'MsgImage
+ Dialogflow.V2.Fulfillment.Message: [iImage] :: Item -> Msg 'MsgImage
- Dialogflow.V2.Fulfillment.Payload.Google: [BasicCard] :: Maybe String -> Maybe String -> BasicCardContent -> [BasicCardButton] -> ImageDisplayOption -> Res 'RMTBasicCard
+ Dialogflow.V2.Fulfillment.Payload.Google: [BasicCard] :: Maybe String -> Maybe String -> BasicCardContent -> [BasicCardButton] -> ImageDisplayOption -> Res 'RMTBasicCard
- Dialogflow.V2.Fulfillment.Payload.Google: [MediaResponse] :: MediaType -> [MediaObject] -> Res 'RMTMediaResponse
+ Dialogflow.V2.Fulfillment.Payload.Google: [MediaResponse] :: MediaType -> [MediaObject] -> Res 'RMTMediaResponse
- Dialogflow.V2.Fulfillment.Payload.Google: [SimpleResponse] :: SimpleResponse -> Res 'RMTSimpleResponse
+ Dialogflow.V2.Fulfillment.Payload.Google: [SimpleResponse] :: SimpleResponse -> Res 'RMTSimpleResponse
Files
- CHANGELOG.md +4/−0
- dialogflow-fulfillment.cabal +3/−3
CHANGELOG.md view
@@ -21,3 +21,7 @@ ## 0.1.1.3 -- 2020-05-25 Update `aeson` bounds as required by stackage.++## 0.1.1.4 -- 2021-05-12++Update `hspec` and `hspec-discover` bounds as required by stackage.
dialogflow-fulfillment.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: dialogflow-fulfillment-version: 0.1.1.3+version: 0.1.1.4 tested-with: GHC==8.6.4 GHC==8.8.3 category: API@@ -74,6 +74,6 @@ , containers , dialogflow-fulfillment , directory >= 1.3.3 && < 1.4- , hspec >= 2.7.1 && < 2.8- , hspec-discover >= 2.7.1 && < 2.8+ , hspec >= 2.7.1 && < 2.9.0+ , hspec-discover >= 2.7.1 && < 2.9.0 default-language: Haskell2010