Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 736 Bytes

CHANGELOG.md

File metadata and controls

25 lines (17 loc) · 736 Bytes

Changelog

2.0.2-alpha - 2020-12-8

  • Published type definitions
  • Tidied up the code build/publish step

2.0.1-alpha - 2020-11-26

  • Basic command validation
  • Executes multiple commands

1.0.1 - 2020-11-25

  • Forked node-json-protocol, created template repository, created new repository for nosozu
  • Merged proof of concept status request with existing client
  • Update readme, license
  • Brought in assets to use in tests
  • Add class for building the command requests, presenting a slightly more sane api for the end user

0.0.1 - 2020-11-8

  • Bootstrapped minimal client that can send and receive a status message to a running Sozu server over a Unix socket.
  • Add some docs
  • Add Github Actions for JS related items.