File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
core/engine/src/main/kotlin/com/gatehill/corebot/chat/template Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
66## [ Unreleased]
77### Added
8+ - Adds HTTP bot.
9+ - Adds Slack backend.
810- Adds a RESTful API store.
911- Adds a store implementation that mirrors writes to the backing store to another, separate, store implementation.
1012- Allows chat service implementations to indicate support for user termination.
13+ - Adds the ability to start with an empty action configuration.
14+ - Allows version placeholder to be used in plugin files.
1115
1216### Changed
13- - Moves plugins to single directory. Changed Maven artifact names for plugins.
17+ - Moves plugins to single directory.
18+ - Changes Maven artifact names for plugins.
1419
1520## [ 1.1.2] - 2017-11-05
1621### Fixed
Original file line number Diff line number Diff line change 11package com.gatehill.corebot.chat.template
22
3- import com.gatehill.corebot.operation.OperationFactoryConverter
4- import com.gatehill.corebot.action.OperationFactoryConverter
53import com.gatehill.corebot.chat.SessionService
64import com.gatehill.corebot.chat.filter.CommandFilter
75import com.gatehill.corebot.chat.filter.FilterConfig
86import com.gatehill.corebot.chat.filter.RegexFilter
97import com.gatehill.corebot.chat.filter.StringFilter
108import com.gatehill.corebot.config.ConfigService
9+ import com.gatehill.corebot.operation.OperationFactoryConverter
1110import com.gatehill.corebot.operation.factory.OperationFactory
1211import com.gatehill.corebot.operation.factory.Template
1312import com.google.inject.Injector
Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ project(':backends:deployment:jobs').name = 'backends-deployment-jobs'
1111include ' :backends:deployment:rundeck'
1212project(' :backends:deployment:rundeck' ). name = ' backends-deployment-rundeck'
1313
14- include ' :backends:deployment:rundeck:plugin'
15- project(' :backends:deployment:rundeck:plugin' ). name = ' backends-deployment-rundeck-plugin'
16-
1714include ' :backends:deployment:test'
1815project(' :backends:deployment:test' ). name = ' backends-deployment-test'
1916
You can’t perform that action at this time.
0 commit comments