This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
Apigility 1.0.5
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
- 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
- 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
- zf-content-validation 1.0.3
- zf-deploy 1.0.4
- 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)
- #38 (created
- zf-rpc 1.0.2
- documentation fixes
- zf-versioning 1.0.2
- documentation fixes