Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Latest commit

History

History
33 lines (20 loc) 路 1.07 KB

CHANGELOG.md

File metadata and controls

33 lines (20 loc) 路 1.07 KB

Changelog

All notable changes to laravel-fileable will be documented in this file

v0.3.0 - 2021-05-10

  • rename \Astrotomic\Fileable\Concerns\Fileable to \Astrotomic\Fileable\Concerns\HasFiles - #2

v0.2.3 - 2021-03-18

  • add PHP 8 support

v0.2.2 - 2020-10-19

  • fix fclose(): supplied resource is not a valid stream resource exception

v0.2.1 - 2020-10-13

  • fix \Astrotomic\Fileable\Concerns\Fileable::deleting() listener to only return null or false

v0.2.0 - 2020-10-13

  • fix \Astrotomic\Fileable\Models\File JSON response
  • add \Astrotomic\Fileable\Contracts\File interface
  • allow to customize file table and connection
  • fix custom model in \Astrotomic\Fileable\Concerns\Fileable::files() relationship
  • add resource/stream as supported type to \Astrotomic\Fileable\FileAdder::add()
  • add helper methods to \Astrotomic\Fileable\Concerns\Fileable
  • change \Astrotomic\Fileable\Models\File::toResponse() behavior

v0.1.0 - 2020-10-02

  • initial release