From 83b3be72dd753422a1a001f39f4637a5f40a1104 Mon Sep 17 00:00:00 2001 From: German Toro del Valle Date: Wed, 10 Aug 2016 16:09:10 +0200 Subject: [PATCH] Preparation for the first release of the project --- CHANGES_NEXT_RELEASE | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CHANGES_NEXT_RELEASE diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE new file mode 100644 index 0000000..8e25ed5 --- /dev/null +++ b/CHANGES_NEXT_RELEASE @@ -0,0 +1,13 @@ +- First release including all the basic functionality: + - Entity and device active and static attributes updates + - Cron-style update schedules + - Value interpolators including: + - time-linear-interpolator + - time-random-linear-interpolator + - time-step-after-interpolator + - time-step-before-interpolator + - date-increment-interpolator + - Simulation configuration validation + - Notification of the progress of the simulation as well as errors via EventEmitter events + - Complete unit test coverage +