Skip to content

Releases: pboivin/flou

v1.0.0

01 Aug 15:35
Compare
Choose a tag to compare

Stable release.

Added

  • Add data() method (ImageSet)
  • Add toArray() methods (Image and ImageFile)

Changed

  • Export plain array from toArray() method (ImageSet)
  • Change internal setter methods from public to protected (ImageSet)
  • Rename source() to main() 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

28 Jul 14:00
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release

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

v0.1.1

29 May 15:21
Compare
Choose a tag to compare

Bugfix: Initialize an image processor instance only if the image needs to be processed. This saves quite a bit of memory on pages with multiple images.

v0.1

24 May 23:58
be32d4d
Compare
Choose a tag to compare

Some dusting off to do... let's call this 0.1