Wiki

Clone wiki

CloudFlare.API / ReleaseNotes

Release Notes

v1.0.2.0 (17-sep-2013)

  • Code refactoring: Updated "hard coded" strings to Enums.
  • Parameters and Method Structs made internal
  • MAY INTRODUCE BREAKING CHANGES,as some method parameters have changed from String to Enum values.

v1.0.1.3 (9-sep-2013)

  • New method CFProxy.Modify.EnableCloudflare() to enable/disable CloudFlare proxy for given DNS record.

v1.0.1.2 (8-sep-2013)

v1.0.1.1 (7-sep-2013)

  • Implemented "Modify" methods, except "zone_grab"
    • CFProxy.Modify: Methods in "Modify" section
  • Added #regions to source code for clarification

v1.0.1.0 (6-sep-2013)

  • First stable release
  • Changed access to all implemented methods through CFProxy object:
    • CFProxy.Access: Methods in "Access" section
    • CFProxy.Dns: Methods in "Dns" section
  • Changed access to config values in app/web.config:
    • CFProxy.Config
  • Error Handling included, for both Network/HTTP error and Methods error.

Updated