Releases: dustin10/VichUploaderBundle
Releases · dustin10/VichUploaderBundle
1.23.1
1.23.0
1.22.0
2.1.1
2.1.0
What's Changed
- Remove lazy flag from GaufretteStorage by @bobvandevijver in #1333
- Refactor property mapping creation into a class by @aleho in #1332
- Remove ext-mongo polyfill by @alcaeus in #1336
- XSD schema for XML mapping by @yivi in #1334
- deprecate: spitNameByExtension, use splitNameByExtension instead by @ockstadt in #1338
- Fix column span in mapping collector table header by @endelwar in #1339
- test on php 8.2 by @garak in #1343
- 📝 (Doctrine) Update docs & package suggestions by @feymo in #1351
- Fix docs and improve workflow config by @garak in #1356
- Docs: Fix DownloadHandler link by @adumas37 in #1359
- make Twig extension lazy by @garak in #1363
- Allow use of array to resolve uri by @YummYume in #1365
- do not rely on annotations to use attributes by @garak in #1357
New Contributors
- @aleho made their first contribution in #1332
- @alcaeus made their first contribution in #1336
- @yivi made their first contribution in #1334
- @ockstadt made their first contribution in #1338
- @feymo made their first contribution in #1351
- @adumas37 made their first contribution in #1359
- @YummYume made their first contribution in #1365
Full Changelog: 2.0.1...2.1.0
2.0.1
2.0.0
- minimum PHP version is 8.1, minimum Symfony version is 5.4
- every class marked as
@final
is now final - all properties are now fully type-hinted
- all methods arguments are now fully type-hinted
- all methods have now return types
- all constructors now use property promotion
- all deprecated features were removed
- the new default type for mapping is "attribute". You can still use annotations, but you need an explicit definition.
- the service "vich_uploader.current_date_time_helper" has been removed. The
DateTimeHelper
interface has been removed as well.
1.21.0
- add a way to inject files from sources different than HTTP (thanks to @UlrichThomasGabor)
- add completions to commands (thanks to @endelwar)
- make debug returning XML/YAML mappings too (thanks to @endelwar)
- fix internal deprecation (thanks to @endelwar)
- fix edge case with empty dimensions (thanks to @krstns)
1.20.0
- Allow decorating the UploaderHelper (thanks to @VincentLanglet)
- Allow namer to be generic (thanks to @VincentLanglet)
- Allow the use of propertyPath (thanks to @VincentLanglet)