README.md in mojo_magick-0.6.2 vs README.md in mojo_magick-0.6.3
- old
+ new
@@ -137,11 +137,11 @@
c.file 'output.jpg'
end
### Get a list of available fonts
- fonts = MojoMagick::get_fonts
+ fonts = MojoMagick::available_fonts
fonts.first
=> #<MojoMagick::Font:0x000001015a8b90 @name="AvantGarde-Book", @family="AvantGarde", @style="Normal", @stretch="Normal", @weight="400", @glyphs="/usr/local/share/ghostscript/fonts/a010013l.pfb">
@@ -209,9 +209,17 @@
Note: please don't change the version. We'll do that when we merge
in the new code
Recent Changes
==============
+#### Version 0.6.3
+
+* Major cleanup and refactor (https://github.com/rcode5/mojo_magick/pull/33)
+* Deprecated `MojoMagick.get_fonts` in favor of `MojoMagick.available_fonts`
+* Moved `raw_command` and `execute` and `execute!` methods into their own module (and added deprecation warnings)
+* Renamed `Util::Parser` to `Util::FontParser` because that's what it does
+* Overall rubocop and ruby clean up
+
#### Version 0.6.2
* fix `annotate` option. Now it takes keyword arguments for geometry.
#### Version 0.6.1