Skip to content

Latest commit

 

History

History
174 lines (92 loc) · 2.67 KB

CHANGELOG.md

File metadata and controls

174 lines (92 loc) · 2.67 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

v8.0.0

  • ⬆️ Update required node-cot version to 12

v7.0.0

  • ⬆️ Update required node-cot version to 11

v6.0.0

  • ⬆️ Update required node-cot version to 10

v5.0.0

  • ⬆️ Update required node-cot version to 9

v4.4.0

  • 🚀 Remove Remainder

v4.3.1

  • 🐛 Optimize Regex Compilation

v4.3.0

  • 🐛 Optimize Regex Compilation

v4.2.0

  • 🐛 Fix remainder values for multi-line regex

v4.1.1

  • 🐛 Fix lints

v4.1.0

  • 🚀 Support parsing XML CoTs with multiline fields

v4.0.2

  • ⬆️ Add necessary library types

v4.0.1

  • ⬆️ Update required node-tak version to 8.0.1

v4.0.0

  • ⬆️ Update required node-tak version to 8

v3.0.0

  • ⬆️ Update required node-tak version to 7

v2.1.2

  • 🚀 Add automatic GH Release

v2.1.1

  • ⬆️ Move ts-eslint to dev deps

v2.1.0

  • ⬆️ Update to ESLint Flat Config System

v2.0.1

  • ✅ Fix tests

v2.0.0

  • ⬆️ Update [email protected] Which uses the new .properties.metadata for user defined properties

v1.9.0

  • ⬆️ Increase Ping Aggressiveness

v1.8.0

v1.7.0

  • 🐛 Fix leak where retries would spin up new Ping Intervals

v1.6.1

  • 🐛 Fix capture group to not be numbered

v1.6.0

  • 🐛 Update regex in findCoT to find <event> but not <events>
  • ⬆️ Update to latest deps

v1.5.0

  • ⬆️ Update to latest deps
  • 🚀 Add secureConnect event

v1.4.0

  • 🐛 Destory client when a new client is created after reconnect is called

v1.3.0

  • 🚀 Perform initial parsing in try/catch
  • 🚀 Remove ts-ignores now that node-cot has strong type defs

v1.2.0

  • ⬆️ Move node-cot to peerDependencies

v1.0.2

  • ⬆️ Update node-cot

v1.0.1

  • ⬆️ Update node-cot

v1.0.0

  • ⬆️ Update node-cot

v0.4.2

  • ⬆️ Update node-cot

v0.4.1

  • ⬆️ Update node-cot

v0.4.0

  • 🚀 Update node-cot to support encoding Polygons and LineStrings

v0.3.3

  • 🐛 Non-Zero Opacity Level

v0.3.2

  • 🐛 Close Polygons in Node-CoT

v0.3.1

  • 🐛 Bump Build

v0.3.0

  • 🐛 Properly encode Polygons in Node-COT

v0.2.0

  • 🐛 Fix Lint Errors

v0.1.0

  • ✏️ Add a CHANGELOG, Initial Commit