Skip to content

Latest commit

 

History

History
133 lines (75 loc) · 1.97 KB

CHANGELOG.md

File metadata and controls

133 lines (75 loc) · 1.97 KB

CHANGE LOG

V3.3 (27/10/2015)

  • Added support for custom adapter

V3.2 (06/10/2015)

  • Improved lumen support

V3.1 (06/07/2015)

  • Support rackspace internal urls

V3.0 (26/06/2015)

  • Drop support for laravel 5.0
  • Support the aws sdk v3
  • Official lumen support
  • Code cleanup
  • Moved the factory
  • Normalised exception messages
  • Container binding improvements

V2.1.1 (20/05/2015)

  • Fixed the azure connector

V2.1 (07/05/2015)

  • Support both laravel 5.0 and 5.1
  • Dropped php 5.4 support

V2.0 (05/02/2015)

  • Upgraded to laravel 5.0

V1.0 (29/01/2015)

  • Fixed a syntax error in the config
  • Updated the method annotations

V1.0 RC 1 (24/01/2015)

  • Upgraded to flysystem 1.0
  • Added support for the azure adapter
  • Added support for the gridfs adapter
  • Removed the cs fixers
  • CS fixes
  • Moved to the MIT license

V0.7 Alpha (07/11/2014)

  • More rackspace fixes
  • Support setting global visibility

V0.6.2 Alpha (30/10/2014)

  • Fixed the rackspace adapter

V0.6.1 Alpha (19/10/2014)

  • Support aws base_url and options
  • Added cs fixers to the test suite
  • Improved the docs

V0.6 Alpha (20/09/2014)

  • Improved the test suite
  • Copy adapter support
  • Other minor fixes

V0.5.2 Alpha (10/08/2014)

  • Expose the factory class in the ioc
  • Corrected the license comments
  • Added dynamic method docs to the manager
  • Other minor tweaks

V0.5.1 Alpha (27/07/2014)

  • Stricter config validation
  • Minor tweaks and fixes
  • Support eventable flysystem

V0.5 Alpha (20/07/2014)

  • Upgrade to Laravel 4.1/4.2
  • Refactoring
  • Added di aliases
  • Null adapter support
  • Added more tests

V0.4 Alpha (31/05/2014)

  • Improved caching support
  • Now using my manager package
  • Refactoring

V0.3 Alpha (21/04/2014)

  • PHP 5.6 and partial HHVM compatibility
  • Composer tweaks

V0.2 Alpha (08/02/2014)

  • PSR-4 namespacing
  • Updated docs
  • Added rackspace support
  • Minor tweaks

V0.1 Alpha (21/01/2014)

  • Initial testing release