Releases: pboivin/flou
Releases · pboivin/flou
v1.0.0
Stable release.
Added
- Add
data()
method (ImageSet
) - Add
toArray()
methods (Image
andImageFile
)
Changed
- Export plain array from
toArray()
method (ImageSet
) - Change internal setter methods from public to protected (
ImageSet
) - Rename
source()
tomain()
to improve clarity (ImgRenderable
) - Get dimensions from last source item instead of original file (
ImageSetRender
)
Chores
- Update lint config and reformat
- Update README examples
v1.0.0-beta
v1 is a complete rewrite of the project with the following goals:
- Optimize for prototyping and static site generators use cases
- Use Glide for image processing
- Support PHP >= 8.0
- Cleaner code architecture
- Fast and decoupled suite of tests