File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ currentMenu: change-log
55
66# Change Log
77
8+ ## 2.0.0-alpha1
9+
10+ * Features
11+ * Add SimpleTrigger to Model and Web API.
12+ * Add CronTrigger to Model and Web API.
13+ * Remove IntegrationJob from Model and Web API (replaced by SimpleTrigger and CronTrigger).
14+ * Chores
15+ * Setup CI with AppVeyor.
16+ * Bugs
17+ * Config loader no longer mistakenly looks for config.json instead of IntegrationEngine.json.
18+
819## 1.4.1
920
1021* Chores
@@ -26,7 +37,7 @@ currentMenu: change-log
2637## 1.3.2
2738
2839* Features
29- * Load jobs from an external assembly that implement IIntegrationJob.
40+ * Schedule jobs from an external assembly that implement IIntegrationJob.
3041 * Develop EngineHost, start engine and load jobs from an external assembly.
3142 * Add repository layer for persisting jobs to a data store.
3243 * Create REST API for creating standard jobs.
You can’t perform that action at this time.
0 commit comments