geopattern v1.4.1 Release Notes

Release Date: 2015-03-10 // over 10 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