Releases: jasonlong/geo_pattern
Releases · jasonlong/geo_pattern
v1.5.0
A collection of updates from the past several years.
v1.4.0
New class structure for patterns and colors as well as updated testing infrastructure. See #46.
v1.3.2
We finally have a basic test suite in place thanks to @maxmeyer. No new functionality here.
v1.3.1
Allow for no generator
parameter. (#37)
v1.3.0
#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
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 regular triangles
pattern. Apologies for any inconvenience this may have caused.
v1.2.0
You can now specify a color for the background w/o the hue or saturation shifting.
v1.1.3
Fixes opacity problem with mosaic squares.