Skip to content

Releases: afeld/magickly

1.4.0

19 Feb 20:59
Compare
Choose a tag to compare
  • SECURITY: don't pass cookies to image request (tolsen)
  • removed async support (for now) - needs more extensive testing
  • added /q syntax as alternative to query params (tolsen)
  • added JCN effect

1.2.1

19 Feb 21:00
Compare
Choose a tag to compare
  • made compatible w/ Dragonfly v0.9.8 (tolsen)

1.3.0

19 Feb 21:00
Compare
Choose a tag to compare
  • added asynchronous support when using Ruby 1.9 or JRuby
  • reduced gem dependencies

1.2.0

19 Feb 21:01
Compare
Choose a tag to compare
  • add /analyze and /analyze/:analyzer endpoints
  • fix for negative values for brightness_contrast
  • validation & specs for existing shortcuts
  • added shortcuts:
    • color_palette (analyzer)
    • cross_process
    • glow
    • halftone
    • lomo
    • saturation
    • two_color

1.1.3

19 Feb 21:01
Compare
Choose a tag to compare
  • make tilt-shift faster
  • add brightness_contrast shortcut

1.1.2

19 Feb 21:01
Compare
Choose a tag to compare
  • remove rack-cache - this is not the responsibility of the gem
  • use NewRelic, if configured
  • ignore params that do not correspond to jobs or processor methods
  • get job/processor commands from Dragonfly (new in v0.9.1)
  • enable tilt_shift shortcut (possible after convert argument order change in Dragonfly v0.9.0)

1.1.1

19 Feb 21:02
Compare
Choose a tag to compare
  • cross-compatibility fix for Ruby 1.8/1.9 regarding the checking of available methods from the Processor
  • Addressable now required properly when included as a gem

1.1.0

19 Feb 21:02
Compare
Choose a tag to compare
  • make underlying Dragonfly application accessible for external configuration
  • added some example Dragonfly shortcuts
  • major refactoring: namespacing inside of Magickly module (should be entirely backwards compatible)

1.0.0

19 Feb 21:02
Compare
Choose a tag to compare
  • initial release