Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

46 lines (37 loc) · 1.45 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

1.4.0 - 2017-01-05

Added

  • Field delimiter option for CSVs in Ingest command

1.3.0 - 2017-01-05

Added

  • Ingest command works with File Geodatabases

1.2.0 - 2016-12-12

Added

  • Prepare command works with File GeoDatabases

Fixed

  • Ensure blank lines are skipped
  • Token and server can be specified
  • Only types which exist in GeoEvent are included in definitions
  • Correct capitalization in field type names
  • Correct schema errors in definition from GDB

1.1.0 - 2016-12-09

Added

  • command prepare to prepare a definition and data source
  • Function to generate Geoevent definition from Socrata view
  • Function to generate slurp configuration from Socrata view
  • Slurp command can use a configuration file

Changed

  • Reorganized into commands directory

Fixed

  • ObjectIDs are properly assigned
  • Removed duplicate code from index.js
  • Bug where csv rows could be parsed incorrectly into values

1.0.0 - 2016-12-07

  • Initial Release