geopattern v1.4.0 Release Notes
Release Date: 2015-03-09 // about 8 years ago-
โ Add
- ๐ CHANGELOG for the project
๐ Fix
- Issue #4 : Struct fields should be in camelcase
๐ Change
- Rename project to geoPattern; following the new golang blog, Package Names
- ๐ฆ Package functions API : Change function names to CamelCase
- Pattern names : Change available image pattern names
- (Now supports - instead of _; like concentric-circles instead of concentric_circles)
- Function arguments : Rename function argument base_color to baseColor
- Example gists according to the API changes