Skip to content

Releases: katmore/flat

curl wrapper improvements

12 Apr 00:31
Compare
Choose a tag to compare

Modified the curl wrapper so that xpath error handling is improved:

  • display appropriate error message when error due to invalid xpath query
  • provide LibXMLError object in exception for more context

composer fix

03 Apr 23:11
Compare
Choose a tag to compare

composer fix removing unused namespaces

fixed bad source file

24 Mar 23:04
Compare
Choose a tag to compare

fixed a class definition file to utf8 format, could cause some systems to not recognize line breaks properly and crash the script

api update

24 Mar 20:24
Compare
Choose a tag to compare

Keep track of requested media type; handling for value of ACCEPT header (or its equivalent within the applied interface)

cumulative fixes

24 Mar 04:21
Compare
Choose a tag to compare

Summary of updates in this release...

  • fixed some wrongly formatted source code files (converted them to utf8)
  • fix to api/response/not_found object to avoid losing the "message" value
  • updated copyright messages on docblocks and elsewhere

allow reserved words in resources

20 Mar 21:06
Compare
Choose a tag to compare

There are now less limitations on flat 'resource' names.

This update allows php reserved words, keywords, etc. to be used as a resource node. The corresponding class definition is the reserved word prepended with an underscore.

For example, the route /my/route/list would be defined by the class /my/route/_list.

cli fixes

17 Mar 23:14
Compare
Choose a tag to compare

cli indentation fix

updates to authorize wrapper

09 Mar 01:16
Compare
Choose a tag to compare

updates to authorize wrapper

stability updates

09 Mar 01:05
Compare
Choose a tag to compare
stability updates Pre-release
Pre-release

includes stability updates for

  • \flat\cloud\authorize (Authorize.net API call handler)
  • \flat\core\cli (command line convenience object)
  • composer.json (added missing deps)

critical update

04 Mar 01:11
Compare
Choose a tag to compare

Changelog

  • critical fix to the \flat\exception class that was causing crashes
  • updates to each source file's 'file element' DocBlock with new copyright message