All Versions
14
Latest Version
Avg Release Cycle
21 days
Latest Release
4180 days ago

Changelog History
Page 1

  • v0.6.1 Changes

    November 08, 2012
    • Added the Clear type for clearing fields
    • Updated ghc to 7.4.2 and Haskell platform to 2012.4.0.0
  • v0.6.0 Changes

    October 26, 2012
    • Using credentials file for integration tests
    • Made Response type more robust
    • Released Atomic features (Submit, Flag, Insert)
    • Introduced Options type for the token and timeout option
  • v0.5.2 Changes

    September 11, 2012
    • Added missing dependencies
  • v0.5.1 Changes

    September 11, 2012
    • Added the Insert write type
    • Fixed unicode related issues
    • Forced version 0.3.5 (or higher) of hoauth to ensure full unicode support
    • Added MissingH dependency
  • v0.5.0 Changes

    September 11, 2012
    • Modified Raw Read function (get) to take a path and a Map of query parameters instead of just a query string
    • Added Raw Write function (post) to take a path, query param Map, and a body contents Map
    • Renamed the query and write API functions to executeQuery and executeWrite accordingly
    • Added the MatchQuery type
    • Added the sort field for Read queries
    • Added more filters for queries that support filters: GreaterThan, GreaterThanOrEqualTo, LessThan, LessThanOrEqualTo, and SearchFilter
  • v0.4.0 Changes

    September 11, 2012
    • Removed deprecated Crosswalk endpoint (from now on it should be a normal Read query using the Crosswalk table)
  • v0.3.3 Changes

    September 11, 2012
    • Added debug functions to inspect query strings and/or body contents
  • v0.3.2 Changes

    September 11, 2012
    • Updated tables list: RestaurantsUS (previously USRestaurants) and HotelsUS
  • v0.3.1 Changes

    September 11, 2012
    • Removed deprecated read action from the ReadQuery path strings
  • v0.3.0 Changes

    September 11, 2012
    • Migrated to GHC 7.4.1 and Haskell Platform 2012.2.0.0
    • Added multi call support
    • Improved error handling with additional fields added to the Response type
    • Added more Table values: HealthCareProviders, WorldGeographies, ProductsCPG, and ProductsCrosswalk