Skip to content

Releases: jasonlong/geo_pattern

v1.5.0

05 Apr 19:54
750a7e6
Compare
Choose a tag to compare

A collection of updates from the past several years.

v1.4.0

16 Feb 14:32
Compare
Choose a tag to compare

New class structure for patterns and colors as well as updated testing infrastructure. See #46.

v1.3.2

09 Jan 22:07
Compare
Choose a tag to compare

We finally have a basic test suite in place thanks to @maxmeyer. No new functionality here.

v1.3.1

29 Dec 14:42
Compare
Choose a tag to compare

Allow for no generator parameter. (#37)

v1.3.0

27 Dec 15:33
Compare
Choose a tag to compare

#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

10 Mar 11:53
Compare
Choose a tag to compare

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

06 Mar 16:31
Compare
Choose a tag to compare

You can now specify a color for the background w/o the hue or saturation shifting.

v1.1.4

25 Feb 21:38
Compare
Choose a tag to compare

Fix for inner squares on nested_squares pattern.

v1.1.3

24 Feb 14:47
Compare
Choose a tag to compare

Fixes opacity problem with mosaic squares.

v1.1.2

21 Feb 19:05
Compare
Choose a tag to compare

Using frozen array list for better security.