Releases: RonasIT/laravel-media
Releases · RonasIT/laravel-media
0.0.6-beta
What's Changed
- build: when macro into helpers now by @RGO230 in #26
- build:use only declared static routes by @RGO230 in #27
- feat: add preview to media file with using gcs filesystem by @RGO230 in #29
- fix: set name in to preiview in create method, add relative path to d… by @RGO230 in #30
- fix: block not declared routes, tests: add single decrlared route tests by @RGO230 in #28
- fix: create temp files directory in local disk by @RGO230 in #31
- Rguskov/implement media factory by @RGO230 in #32
- feat: add preview to response by @pirs1337 in #34
- #36 update readme by @neellii in #38
- #39 Move max upload size to config by @neellii in #40
New Contributors
Full Changelog: 0.0.4-beta...0.0.6-beta
0.0.5-beta
What's Changed
- build: when macro into helpers now by @RGO230 in #26
- build:use only declared static routes by @RGO230 in #27
- feat: add preview to media file with using gcs filesystem by @RGO230 in #29
- fix: set name in to preiview in create method, add relative path to d… by @RGO230 in #30
- fix: block not declared routes, tests: add single decrlared route tests by @RGO230 in #28
- fix: create temp files directory in local disk by @RGO230 in #31
- Rguskov/implement media factory by @RGO230 in #32
- feat: add preview to response by @pirs1337 in #34
- #36 update readme by @neellii in #38
- #39 Move max upload size to config by @neellii in #40
New Contributors
Full Changelog: 0.0.4-beta...0.0.5-beta
Router extension
0.0.3-beta
What's Changed
- #9: Added file deletion when deleting an entity by @ulin-evgeny in #15
- #11: Added creating a preview when loading an image. by @ulin-evgeny in #12
- #6: Fixed a small typo in the documentation. by @ulin-evgeny in #17
- #14: Configured automatic running tests on commit by @ulin-evgeny in #16
- #9: Removed soft delete from the Media model by @ulin-evgeny in #19
- #18: Added inclusion of .env files in tests by @ulin-evgeny in #20
- Update dependencies by @aizlee in #22
New Contributors
Full Changelog: 0.0.1-beta...0.0.3-beta
Documentation update
Merge pull request #4 from RonasIT/3-tests #3: Covered package by autotests.
Initial release
- Release package
- Implemented base APIs: create, delete, bulkCreate, search