From 3905e56cc820db9e0dd54cba2a64636cfed13cc7 Mon Sep 17 00:00:00 2001 From: Alexander Granhof Date: Wed, 27 Nov 2019 15:13:50 +0100 Subject: [PATCH] Added v3.0.0 breaking changes --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5949c72..9f4b52c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,15 @@ Im a student learning how to work and publish packages on NPM. This is a simple This project is currently a work in progress, but as of 1.0.1 it can communicate with a tello drone with the sample code bellow. +## v3.0.0 Breaking changes +- Package is now only async. +- Removed offsetBuffer and async option from config. +- Removed DELAYS attribute from the tello-data.json and the tello package. + +### v3.0.0 General changes +- Replaced large sections of the code that could be replaced with native node modules, such as events and assert. +- Added testing and linting + ## Information The goal of this package is to provide an independent (no dependecies), simple and easy-to-use interface between nodejs and a tello drone. You can communicate with the drone asynchronously. When you connect to the drone it **automatically sends the 'command' command**, so that is not nececary.