Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

49 lines (29 loc) · 1.31 KB

[v1.4.1] - 2015-03-10

Change

[v1.4.0] - 2015-03-09

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

[v1.3.0] - 2015-03-06

Fix

[v1.2.1] - 2014-11-03

Add

  • Blog entry as a development story of geoPatten

[v1.2.0] - 2014-10-28

Fix

  • Issue #1 : Typo in README (contributor : follower)

[v1.0.1] - 2014-10-28

Add

  • Example image pattern files

[v1.0.0] - 2014-10-26

  • Initial Release