Skip to content

Latest commit

 

History

History
143 lines (79 loc) · 2.87 KB

CHANGELOG.md

File metadata and controls

143 lines (79 loc) · 2.87 KB

CHANGELOG

Emoji Cheatsheet

  • ✏️ doc updates
  • 🐛 when fixing a bug
  • 🚀 when making general improvements
  • ✅ when adding tests
  • ⬆️ when upgrading dependencies
  • 🎉 when adding new features

Version History

v12.0.1

  • ⬆️ Update dependencies

v12.0.0

  • 🚀 import module now accepts a stream or a string filepath
  • 🚀 [breaking] Remove ArrayReader in favour of unified stream
  • ✅ Add first basic integration test for import module
  • 🚀 Have import module query server for upload limits

v11.2.0

  • ✏️ Add JSDoc comments to all functions, and update ESLint & DocumentationJS to enforce this

v11.1.0

  • 🚀 10x speed of delta reversion by running feature history retrieval in parallel

v11.0.1

  • 🚀 Retire node-mb-string-size module in favour of now correct Buffer.length

v11.0.0

  • 🎉 Add substanitally faster and better support for reverting deltas

v10.3.0

  • 🎉 Add support for the features history API

v10.2.0

  • 🎉 Add duplicate ID check to import API

v10.1.0

  • 🎉 Add automatic schema to features to be imported via the import API

v10.0.3

  • ⬆️ Update to latest base dependencies

v10.0.2

  • 🚀 Add support for offset parameter for list deltas endpoint

v10.0.1

  • 🚀 Add helper functions for features endpoints

v10.0.0

  • 🎉 Add support for authenticating all requests to Hecate
  • 🚀 Remove support for stack parameter and ELB lookup
  • 🚀 Remove support for port parameter; should be included with url
  • 🚀 Add url validation

v9.1.0

  • 🎉 Add support for the new webhooks API

v9.0.4

  • ⬆️ Update to latest deps

v9.0.3

  • 🐛 Show help information if no subcommand is given

v9.0.2

  • 🚀 Add additional null geometry checks

v9.0.1

  • 🐛 Fix hecate.stack call with 2nd argument

v9.0.0

  • 🚀 Drop support for node 8, lock to node 10

v8.0.4

  • ✏️ Update API docs to be generated by DocumentationJS

v8.0.3

  • 🐛 Update --stack cli command expectations
  • ✏️ Fix formatting of help text

v8.0.1 & v8.0.2

  • 🚀 Uniform options.geometry

v8.0.0

  • 🚀 Add ability to include username & pass via stack instantiation

v7.3.2

  • 🐛 Fix options name mismatch on bounds set

v7.3.1

  • 🚀 Add setBound alias

v7.3.0

  • 🎉 Add hecate meta bounds API
  • ✏️ Add missing bounds documentation

v7.2.0

  • 🎉 Add basic mvt tiles API support

v7.1.1

  • 🐛 Avoid memory overflow bug if all features in a large file are invalid

v7.1.0

  • 🎉 Add get & list support for deltas API

v7.0.1

  • 🐛 Ensure data chunk with EOT is written with EOT stripped

v7.0.0

  • 🎉 Introduce EOT checks on all streaming API endpoints