Releases: rekalogika/file-src
Releases · rekalogika/file-src
2.2.2
2.2.1
2.2.0
What's Changed
- fix(AtributesPropertyLister): throw exception if there are two properties with the same name in the same class hierarchy by @priyadi in #146
- feat: record initial value for avoid some file requests by @priyadi in #149
- perf: avoid removing file if we know the file does not exist by @priyadi in #150
- release: 2.2.0 by @priyadi in #151
Full Changelog: 2.1.0...2.2.0
2.1.0
What's Changed
- fix: make
FileRepository
implementResetInterface
by @priyadi in #135 - style: improve profiler UI by @priyadi in #136
- refactor: make internal services use non-class service names by @priyadi in #137
- fix: make
ClassMetadataFactoryInterface
autowireable by @priyadi in #138 - Revert "fix: make
ClassMetadataFactoryInterface
autowireable" by @priyadi in #142 - refactor: make user-facing
ClassSignatureResolverInterface
gets the result from metadata by @priyadi in #141 - refactor: refactor directory hashing code to a separate class for reusability by @priyadi in #144
- fix: disable
PropertyLister
autoconfiguration by @priyadi in #145 - fix: compatibility with reconstitutor 2.1 by @priyadi in #147
- release: 2.1.0 by @priyadi in #148
Full Changelog: 2.0.0...2.1.0
2.0.0
What's Changed
- chore: clean up
FileAssociationManager
by @priyadi in #106 - refactor: Make
FileAssociationManager
useClassBasedFileLocationResolverInterface
by @priyadi in #107 - chore: remove deprecated
FileLocationResolverInterface
by @priyadi in #108 - refactor: move property related methods to
FilePropertyManagerInterface
by @priyadi in #109 - fix: service definition by @priyadi in #110
- refactor: use
PropertyMetadata
as arguments for simplicity by @priyadi in #111 - refactor: make
PropertyListerInterface
return property name and the class scope by @priyadi in #112 - test: enable monologbundle by @priyadi in #114
- deps: require reconstitutor 2 by @priyadi in #115
- deps: require reconstitutor 2.0.2 by @priyadi in #116
- refactor: change exception to implement our interface by @priyadi in #117
- perf: after saving, use file reference as the new file by @priyadi in #118
- refactor:
FilePropertyManagerInterface
by @priyadi in #119 - feat: add logging by @priyadi in #120
- refactor: remove dependency on property access by @priyadi in #121
- refactor: move console command to bundle as it is Symfony-specific by @priyadi in #122
- deprecation: stop accepting string as
AsFileAssociation
argument by @priyadi in #123 - fix: add architecture test, fix missing dependencies by @priyadi in #124
- deps: add dependency on PHP 8.2 on all packages by @priyadi in #125
- deprecation: remove deprecated tree-contracts package by @priyadi in #126
- refactor: change file-image twig extension to use runtime instead of service subscriber by @priyadi in #127
- refactor: rename
FileAssociationManager
toDefaultObjectManager
and add interfaceObjectManagerInterface
by @priyadi in #128 - refactor: refactor
FilePropertyManager
to return status result by @priyadi in #129 - refactor: refactor
ObjectManager
to return status result by @priyadi in #130 - feat: data collector and profiler pane by @priyadi in #132
- chore: cleanup by @priyadi in #133
- release: 2.0.0 by @priyadi in #134
Full Changelog: 1.14.0...2.0.0
1.14.0
What's Changed
- chore: add comment describing why forcing load is currently necessary by @priyadi in #94
- fix: fix web serving by @priyadi in #95
- refactor(PropertyInspector): change interface to accept class, not object; BC break but probably won't affect anyone. add caching using symfony/cache. by @priyadi in #96
- chore: rector run by @priyadi in #97
- fix: fix interface phpdoc by @priyadi in #98
- fix: remove no longer needed psr-16 by @priyadi in #99
- refactor: introduce
ClassMetadataFactoryInterface
to replacePropertyInspectorInterface
by @priyadi in #100 - refactor: introduce
ClassMetadataFactoryInterface
to replacePropertyInspectorInterface
(#100) by @priyadi in #101 - feat:
ClassSignatureResolverInterface
for overriding class signatures used in file locations by @priyadi in #102 - refactor: make
FileAssociationManager
useClassMetadataFactoryInterface
instead ofPropertyListerInterface
by @priyadi in #103 - deprecation:
FileLocationResolverInterface
by @priyadi in #104 - release: 1.14.0 by @priyadi in #105
Full Changelog: 1.13.0...1.14.0
1.13.0
What's Changed
- build(deps): update doctrine/persistence requirement from ^3.1 to ^4.0 by @dependabot in #87
- deps: remove dependency on doctrine/persistence by @priyadi in #90
- fix: correctly handle common proxy objects by @priyadi in #91
- deps: update JS dependencies by @priyadi in #92
- release: 1.13.0 by @priyadi in #93
Full Changelog: 1.12.0...1.13.0
1.12.0
What's Changed
- fix: fix phpstan errors by @priyadi in #67
- build(deps-dev): bump @babel/preset-env from 7.25.7 to 7.26.0 in /packages/file-filepond/assets by @dependabot in #66
- build(deps-dev): bump @babel/cli from 7.25.7 to 7.25.9 in /packages/file-filepond/assets by @dependabot in #65
- build(deps-dev): bump @babel/core from 7.25.7 to 7.26.0 in /packages/file-filepond/assets by @dependabot in #64
- build: schedule weekly CI by @priyadi in #76
- build: update to phpstan 2 by @priyadi in #77
- build: update to psalm 6 by @priyadi in #78
- build(deps-dev): bump @babel/preset-env from 7.26.0 to 7.26.9 in /packages/file-filepond/assets by @dependabot in #79
- build(deps): bump filepond from 4.31.4 to 4.32.7 in /packages/file-filepond/assets by @dependabot in #73
- build(deps-dev): bump @babel/core from 7.26.0 to 7.26.9 in /packages/file-filepond/assets by @dependabot in #80
- build(deps-dev): bump @babel/cli from 7.25.9 to 7.26.4 in /packages/file-filepond/assets by @dependabot in #71
- fix: handle attempts to resize corrupt images by @priyadi in #81
- feat:
FileLocationResolverCommand
to debug file location by @priyadi in #82 - release: 1.12.0 by @priyadi in #83
Full Changelog: 1.11.0...1.12.0
1.11.0
What's Changed
- test: modernization by @priyadi in #55
- test: modernization by @priyadi in #56
- chore: assorted by @priyadi in #57
- build(deps): bump filepond from 4.31.3 to 4.31.4 in /packages/file-filepond/assets by @dependabot in #51
- fix(filepond): clear field class, fix issues with Bootstrap 4 by @priyadi in #58
- fix(filepond): also clear style attribute just in case by @priyadi in #59
- fix: remnant by @priyadi in #60
- release: 1.11.0 by @priyadi in #61
Full Changelog: 1.10.2...1.11.0