Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Apigility 1.0.5

Compare
Choose a tag to compare
@weierophinney weierophinney released this 16 Apr 13:26
· 262 commits to master since this release

This is the final release in the 1.0 series, and primarily contains a number of
incremental improvements, as broken down by module below.

  • zf-apigility 1.0.3
    • documentation updates
  • zf-apigility-admin 1.0.5
    • UI code is now in its own repo
    • #226 (name normalization for URIs)
    • #249 (validation of content_name for content-negotiation service)
    • #252 (implementation of input filter for content negotiation rules)
    • #253 (optional selectors for content negotiation creation)
  • zf-apigility-admin-ui 1.0.7
    • #6 (fixes /ui route)
  • zf-apigility-doctrine 0.3.4
    • Doctrine Autodiscovery features
    • PHP 5.3 compatibility
    • Ensure service_name is available in configuration
  • zf-apigility-documentation 1.0.4
    • #17 (support for documenting field types)
    • #20 (support for method-specific fields)
    • #24 (nested fields display)
    • #26 (support for PHP 5.3)
  • zf-apigility-documentation-swagger 1.0.3
    • #9 (support for documenting field types)
  • zf-apigility-skeleton 1.0.5
    • #68 (added config and module caching by default; disabled in development)
  • zf-api-problem 1.0.2
    • documentation fixes
  • zf-configuration 1.0.2
    • documentation fixes
    • CS fixes
  • zf-console 1.0.4
    • #16 (automatic indentation on help screens)
  • zf-content-negotiation 1.0.4
    • #25 (fix to allow multiple upload files to be filtered)
    • #25 (fix to allow multiple upload files to be filtered)
    • #29 (allow validating DELETE requests to collections)
    • #32 (allow registering the CotnentTypeListener as a service)
  • zf-content-validation 1.0.3
    • #21 (created getInputFilter() controller plugin for retrieving input filter in RPC services)
    • #31 (ensure input filter abstract factory composes registered filter and validator plugin managers into input filter factory)
  • zf-deploy 1.0.4
    • #31 (support for PHP 5.4 short-array syntax when detecting zf2 applications)
    • #33 (do not overwrite non-API modules when creating a deployment package with select modules)
  • zf-development-mode 2.0.5
    • CS, Quality Assurance tooling, and doc fixes
    • #10 Remove cached module configuration when enabling development mode.
  • zf-hal 1.0.5
    • #59 (better injection of Hal plugin into helper plugin manager)
    • #60 (move all factories into classes)
    • #63 (allow generating URLs behind proxies)
    • #68 (cache value from serverUrl() helper)
    • #69 (use hydrator map when possible - performance improvement)
    • #86 (allow auto-invokable hydrators)
    • #88 (circular dependency detection during entity extraction)
  • zf-mvc-auth 1.0.3
    • #38 (created getIdentity() controller plugin for use in RPC services)
    • #40 (added configurable HTTP auth resolver - allows specifying file or Apache resolver via configuration)
    • #46 (allow using configured ZF\OAuth2\Service\OAuth2Server service instead of building from configuration)
    • #57 (inject current HTTP request headers into OAuth2\Request instance) - zf-oauth2 1.0.3
    • #61 (document pgsql-specific DDL)
    • #62 (better options merging order, to allow setting common defaults and allow overriding per adapter)
    • #65 (allow configuration-driven MongoClient options)
    • #67 (allow configuration of server storage)
    • #80 (properly handle null message bodies)
  • zf-rpc 1.0.2
    • documentation fixes
  • zf-versioning 1.0.2
    • documentation fixes