Skip to content

Latest commit

 

History

History
238 lines (128 loc) · 3.85 KB

CHANGELOG.md

File metadata and controls

238 lines (128 loc) · 3.85 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

v5.2.1

  • 🚀 Additional Use ofexport type syntax

v5.2.0

  • 🚀 Use export type syntax
  • ⬆️ Update all core deps
  • ⬆️ Update node-cot@12

v5.1.1

  • 🐛 Fix ephemeral API URL

v5.1.0

  • 🎉 Expose Ephemeral key/value API
  • 🚀 Use strongly typed Layer Responses
  • ⬆️ Update to latest deps

v5.0.0

  • 🚀 Apply default values if present in Environment

v4.12.0

  • 🚀 Pass fetch error messages upstream
  • ⬆️ Update all core deps

v4.11.1

  • 🚀 Update Feature

v4.11.0

  • 🚀 Export node-cot Feature

v4.10.2

  • 🐛 Remove extraneous await

v4.10.1

  • 🐛 Maintain previous exports

v4.10.0

  • 🚀 Add Task.env() function to return validated environment

v4.9.0

  • 🚀 Log Response body if it fails Type Checks

v4.8.0

  • 🚀 Add basic support for JSON Schema String Formats

v4.7.2

  • 🐛 Avoid clashing with default fetch use used in index

v4.7.1

  • 🚀 Avoid use of express dependency

v4.7.0

  • 🚀 Expose TypedFetch Interface

v4.6.0

  • 🚀 Update Alert API

v4.5.0

  • 🚀 Hit the API with empty feature collections

v4.4.0

  • 🚀 Update to flat ESLint Config

v4.3.6

  • 🐛 Fix DataSync UIDs Gen

v4.3.5

  • 🐛 Fix timezone override

v4.3.4

  • 🐛 Ensure schema.properties is present

v4.3.3

  • 🐛 Check for length of timezone

v4.3.2

  • 🐛 Additional field checks

v4.3.1

  • 🐛 Ignore No TimeZone option in config

v4.3.0

  • 🚀 Move env to it's own fn to allow env to be pop'd before constructor called

v4.2.2

  • 🚀 Squash instanceof bugs

v4.2.1

  • 🚀 Schema as instance method

v4.2.0

  • 🐛 Fix use of this

v4.1.2

  • ⬆️ Change to deps

v4.1.1

  • ⬆️ Include minimist types

v4.1.0

  • 🎉 Include automatic basic CLI
  • 🚀 Allow schema:output or schema:input for CLI
  • 🚀 Automatically parse .env if current path is given to .local(path: string)

v4.0.0

  • 🚀 layer() => fetchLayer
  • 🚀 layer now stores the output of fetchLayer to support internal operations that require it
  • 🎉 The new Config option is now supported - initially with timezone override support

v3.0.1

  • 🐛 Add internal: true

v3.0.0

  • 🚀 Use new token strategy

v2.1.0

  • 🎉 Add generic fetch method

v2.0.2

  • 🐛 Fix existance check not being thrown

v2.0.1

  • 🐛 Misunderstood Object type -> JSONSchema6

v2.0.0

  • 🚀 Schema now returns a JSONSchema6Object Type

v1.4.3

  • ⬆️ Update Base Deps

v1.4.2

  • ⬆️ Update Base Deps

v1.4.1

  • 🐛 Fix how larger submissions are split up and submitted

v1.4.0

  • 🚀 The ETL CoT submission endpoint has a limit of 50mb per submission. To make for a better developer experience, automatically submit in smaller batches

v1.3.2

  • 🐛 Include ContentType header for alerts

v1.3.1

  • 🐛 small typescript definition fixes

v1.3.0

  • 🚀 Add support for creating Alerts

v1.2.1

  • 🎉 Include Event type

v1.2.0

  • 🎉 Include static type for layer response

v1.1.2

  • ⬆️ Update base deps

v1.1.1

  • ⬆️ Update base deps

v1.1.0

  • ⬆️ Update base deps
  • 🚀 Additional logging

v1.0.2

  • 🐛 Return layer as JSON, throwing if the request fails
  • 🚀 If doing local dev, automatically create ETL Token

v1.0.1

  • 🐛 Add TypeScript build step to release workflow

v1.0.0

  • 🚀 Initial Release