Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 4.05 KB

CHANGELOG.md

File metadata and controls

102 lines (57 loc) · 4.05 KB

Changelog

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

v1.2.2 - 2024-11-03

What's Changed

  • added missed file by @akoevroman in #28

Full Changelog: https://github.com/kalynasolutions/laravel-tus/compare/v1.2.1...v1.2.2

1.2.1 - 2024-10-24

What's Changed

  • build(deps): bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #26
  • Add some fixes and new event by @akoevroman in #27

New Contributors

  • @akoevroman made their first contribution in #27

Full Changelog: https://github.com/kalynasolutions/laravel-tus/compare/v1.2.0...v1.2.1

v1.2.0 - 2024-06-01

What's Changed

  • use streams to append data to files by @ryssbowh in #25

Full Changelog: https://github.com/kalynasolutions/laravel-tus/compare/v1.1.2...v1.2.0

v1.1.2 - 2024-05-01

What's Changed

  • build(deps): bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #21
  • fixed middleware in routes by @ryssbowh in #24
  • build(deps): bump dependabot/fetch-metadata from 1.6.0 to 2.1.0 by @dependabot in #23

New Contributors

  • @ryssbowh made their first contribution in #24

Full Changelog: https://github.com/kalynasolutions/laravel-tus/compare/v1.1.1...v1.1.2

v1.1.1 - 2024-04-07

What's Changed

  • add url to config to work with proxy by @spelbreker in #18

New Contributors

  • @spelbreker made their first contribution in #18

Full Changelog: https://github.com/kalynasolutions/laravel-tus/compare/v1.1.0...v1.1.1

v1.0.3 - 2023-10-14

What's Changed

  • build(deps): bump aglipanci/laravel-pint-action from 2.2.0 to 2.3.0 by @dependabot in #9
  • build(deps): bump dependabot/fetch-metadata from 1.5.0 to 1.5.1 by @dependabot in #10
  • build(deps): bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #11
  • build(deps): bump actions/checkout from 3 to 4 by @dependabot in #12
  • build(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #13

Full Changelog: https://github.com/kalynasolutions/laravel-tus/compare/v1.0.2...v1.0.3

v1.0.2 - 2023-05-29

What's Changed

  • feat: auto clear files functionality by @ArthurPatriot in #7
  • fix: readme by @ArthurPatriot in #8

Full Changelog: https://github.com/kalynasolutions/laravel-tus/compare/v1.0.1...v1.0.2

v1.0.1 - 2023-05-29

What's Changed

  • build(deps): bump dependabot/fetch-metadata from 1.4.0 to 1.5.0 by @dependabot in #5
  • Dev by @ArthurPatriot in #6

New Contributors

  • @dependabot made their first contribution in #5

Full Changelog: https://github.com/kalynasolutions/laravel-tus/compare/v1.0.0...v1.0.1

First package release with core functionality - 2023-05-03

What's Changed

  • Dev by @ArthurPatriot in #2
  • fix: composer.json by @ArthurPatriot in #3
  • Dev by @ArthurPatriot in #4

Full Changelog: https://github.com/kalynasolutions/laravel-tus/compare/v0.0.1...v1.0.0