geopattern v1.4.1 Release Notes

Release Date: 2015-03-10 // about 9 years ago

Previous changes from v1.4.0

  • โž• 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