All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
NOTE: Always keep an Unreleased version at the top of this CHANGELOG for easy updating. Don't forget to update the links at the bottom of the CHANGELOG.
Unreleased - YYYY-MM-DD
- For new features.
- For changes in existing functionality.
- For once-stable features removed in upcoming releases.
- For deprecated features removed in this release.
- For any bug fixes.
- To invite users to upgrade in case of vulnerabilities.
2.2.0 - 2018-01-22
- Support for pre-signed URLs for AWS S3.
2.1.0 - 2017-06-22
- ODM getFile() fileId -> id, as it's the MongoId that is passed.
- LocalAdapter::getFilePath() storage_path() -> use options instead.
2.0.1 - 2017-05-19
- Find by shortId -> find by fileId.
2.0.0 - 2017-05-19
- ODM YAML mapping.
- CHANGELOG.md.
- Support for lumen framework 5.4.
- shortId -> fileId in ODM mapping.
- README.md.
- Container->make() function call. Use new $className() instead.
- Last parameter to function call put() in DiskAdapter.
1.1.4 - 2017-04-24
- Contributing files.
- Style CI.
- Composer.lock.
- Suggests for lumen-doctrine-mongodb-odm.
- Unused setId() function.
- Dependency on lumen-doctrine
1.1.3 - 2016-05-17
- ORM YAML mapping.
1.1.2 - 2016-03-03
- Updated documentation.
1.1.1 - 2016-03-03
- Bug in Eloquent File model.
- Log call.
1.1.0 - 2016-03-03
- Eloquent support.
- Fractal to suggests.
- Composer.lock.
- Example configuration.
1.0.2 - 2016-02-22
- Check for class_exists when registering facades.
1.0.1 - 2016-02-22
- Update ShortId version.
1.0.0 - 2015-12-04
- Move required adapters to suggests.
0.9.3 - 2015-12-04
- Doctrine ODM support.
- Do not read the files in memory, but use resources instead when saving to disk.
0.9.2 - 2015-09-10
- Add S3 and Cloudinary adapters back, but comment them out.
0.9.1 - 2015-09-10
- S3 and Cloudinary adapters from default adapters.
0.9.0 - 2015-08-27
- Use AWS client v3.
0.8.0 - 2015-08-27
- Revert back to AWS client v2.
0.7.0 - 2015-08-27
- Use AWS client v3.
0.6.0 - 2015-08-25
- Use Doctrine 2.x.
- Namespaces.
0.5.0 - 2015-07-10
- File::getUrl().
0.4.1 - 2015-07-07
- Composer.lock.
0.4.0 - 2015-07-07
- README.md.
- FileManager references from File.
- FileManager Facade accessor.
0.3.0 - 2015-07-06
- Inject FileManager instance into File instances.
0.2.3 - 2015-07-05
- README.md.
0.2.2 - 2015-07-05
- README.md.
0.2.1 - 2015-07-05
- Composer.json.
0.2.0 - 2015-07-05
- FileFactory class.
0.1.0 - 2015-07-05
- Project files.