Changelog History
-
v1.4.0 Changes
February 16, 2015🆕 New class structure for patterns and colors as well as updated testing infrastructure. See #46.
-
v1.3.2 Changes
January 09, 2015✅ We finally have a basic test suite in place thanks to @maxmeyer. No new functionality here.
-
v1.3.1 Changes
December 29, 2014👍 Allow for no
generator
parameter. (#37) -
v1.3.0 Changes
December 27, 2014#34 introduced a new syntax for the
:generator
option. Rather than the previous string parameter (e.g.plus_signs
), we now use a class (e.g.GeoPattern::PlusSignPattern
). String references will still work, though a deprecation warning will be output as a comment in the generated SVG. -
v1.2.1 Changes
March 10, 2014🚚 Somehow, the fact that I had 17 patterns instead of 16 escaped me until recently reported. I decided to remove
triangles_rotated
because it was very similar to the regulartriangles
pattern. Apologies for any inconvenience this may have caused. -
v1.2.0 Changes
March 06, 2014You can now specify a color for the background w/o the hue or saturation shifting.
-
v1.1.4 Changes
February 25, 2014Fix for inner squares on nested_squares pattern.
-
v1.1.3 Changes
February 24, 2014🛠 Fixes opacity problem with mosaic squares.
-
v1.1.2 Changes
February 21, 2014🔒 Using frozen array list for better security.
-
v1.1.1 Changes
February 21, 2014- 👍 Validates requested generator against list of supported options.
- Fixes invalid hash index in
concentric_circles
andnested_squares
.