CHANGELOG.md in link_thumbnailer-0.0.3 vs CHANGELOG.md in link_thumbnailer-0.0.4

- old
+ new

@@ -1,5 +1,15 @@ +# 0.0.4 + +- Add specs for almost all classes +- Add a method `to_json` for WebImage class to be able to get a usable array of images' attributes + +# 0.0.3 + +- Add specs for LinkThumbnailer class +- Refactor config system, now using dedicated configuration class + # 0.0.2 - Added Rspec - Bug fixes: - Now checking if attribute is blank for LinkThumbnailer::Object.valid? method @@ -14,6 +24,6 @@ - LinkThumbnailer::ImgParser - LinkThumbnailer::ImgUrlFilter - LinkThumbnailer::Opengraph - LinkThumbnailer::WebImage - LinkThumbnailer.configure -- LinkThumbnailer.generate \ No newline at end of file +- LinkThumbnailer.generate