Skip to content

v.1.0.2

Latest
Compare
Choose a tag to compare
@kimsama kimsama released this 07 May 04:35
· 13 commits to master since this release
1e9f379
  • #60, Allowed empty cells for non-enum array types - thank thank @zzxiang for the pull request, 8b6de5c
  • #58, Fixed NullReferenceException - thank @zzxiang for the pull request, 257c2ac.
    • The NullReferenceException occurs when the user creates an Excel Tool (ExcelMachine) asset file before an Excel Setting asset file is created.
  • #55. Merged. 25c227f
    • Added SingletonScriptableObject generic class
    • Removed redundant template path on ExcelMachine and GoogleMachine class
  • #54, Changed to skip null or empty column (in the case of Blank type of CellType) - d423107
  • #52, Removing rogue .svn folder which could cause errors when trying to commit to an SVN project - thank @markffrench
  • removed redundant template path in GoogleMachine and ExcelMachine and directly assign the path from GoogleDataSettings's and ExcelSettings's fadbe3a