Skip to content

v1.2

Compare
Choose a tag to compare
@igaster igaster released this 29 Mar 22:38
· 82 commits to master since this release
  • Sample Vue component
  • Id is now the original geonames id (Warning: Breaking change)
  • Added getItemsByIds() method

If you are upgrading from v1.1 then you must

  1. remove the column geoid from your database: alter table geo drop column geoid;
  2. seed again to rebuild ids: artisan geo:seed