Conversation
* 调整:Dotweb.AppContext变更为Dotweb.Items * 调整:HttpContext.AppContext变更为HttpContext.AppItems * 新增config.ConfigSet\config.ParseConfigSetXML\ParseConfigSetJSON\ParseConfigSetYaml,用于解析常规Key\Value格式的配置文件 * 新增Dotweb.IncludeConfigSetXML\IncludeConfigSetJSON\IncludeConfigSetYaml,解析配置后置入Dotweb.Items,可通过HttpContext.AppItems().Get()获取 * Include\ParseConfigSetXML:支持xml格式文件解析 * Include\ParseConfigSetJSON:支持json格式文件解析 * Include\ParseConfigSetYaml:支持yaml格式文件解析 * 具体配置文件格式可参考example/configset * 新增示例代码 example/configset * 2018-01-23 19:00
* 调整:ItemContext更名为ItemMap,新增ConcurrenceMap、ReadonlyMap接口 * 调整:Dotweb.AppContext变更为Dotweb.Items * 调整:HttpContext.AppContext变更为HttpContext.AppItems * 调整:HttpContext.AppSetConfig变更为HttpContext.ConfigSet * 调整:config.AppSet变更为config.ConfigSet * 新增: config.ParseConfigSetXML\ParseConfigSetJSON\ParseConfigSetYaml,用于解析常规Key\Value格式的配置文件 * 新增:config.Config.IncludeConfigSet,用于向config.ConfigSet中导入Key\Value格式的配置文件,通过HttpContext.ConfigSet获取相关设置信息 * ParseConfigSetXML:支持xml格式文件解析,返回core.ConcurrenceMap * ParseConfigSetJSON:支持json格式文件解析,返回core.ConcurrenceMap * ParseConfigSetYaml:支持yaml格式文件解析,返回core.ConcurrenceMap * 具体配置文件格式可参考example/configset * 新增示例代码 example/configset * 2018-01-24 22:00
* 调整:ItemContext更名为ItemMap,新增ConcurrenceMap、ReadonlyMap接口 * 调整:Dotweb.AppContext变更为Dotweb.Items * 调整:HttpContext.AppContext变更为HttpContext.AppItems * 调整:HttpContext.AppSetConfig变更为HttpContext.ConfigSet * 调整:config.AppSet变更为config.ConfigSet * 新增: config.ParseConfigSetXML\ParseConfigSetJSON\ParseConfigSetYaml,用于解析常规Key\Value格式的配置文件 * 新增:config.Config.IncludeConfigSet,用于向config.ConfigSet中导入Key\Value格式的配置文件,通过HttpContext.ConfigSet获取相关设置信息 * ParseConfigSetXML:支持xml格式文件解析,返回core.ConcurrenceMap * ParseConfigSetJSON:支持json格式文件解析,返回core.ConcurrenceMap * ParseConfigSetYaml:支持yaml格式文件解析,返回core.ConcurrenceMap * 具体配置文件格式可参考example/configset * 新增示例代码 example/configset * 2018-01-24 22:00
* 调整:ItemContext更名为ItemMap,新增ConcurrenceMap、ReadonlyMap接口 * 调整:Dotweb.AppContext变更为Dotweb.Items * 调整:HttpContext.AppContext变更为HttpContext.AppItems * 调整:HttpContext.AppSetConfig变更为HttpContext.ConfigSet * 调整:config.AppSet变更为config.ConfigSet * 新增: config.ParseConfigSetXML\ParseConfigSetJSON\ParseConfigSetYaml,用于解析常规Key\Value格式的配置文件 * 新增:config.Config.IncludeConfigSet,用于向config.ConfigSet中导入Key\Value格式的配置文件,通过HttpContext.ConfigSet获取相关设置信息 * ParseConfigSetXML:支持xml格式文件解析,返回core.ConcurrenceMap * ParseConfigSetJSON:支持json格式文件解析,返回core.ConcurrenceMap * ParseConfigSetYaml:支持yaml格式文件解析,返回core.ConcurrenceMap * 具体配置文件格式可参考example/configset * 新增示例代码 example/configset * 2018-01-24 22:00
* 调整:ItemContext更名为ItemMap,新增ConcurrenceMap、ReadonlyMap接口 * 调整:Dotweb.AppContext变更为Dotweb.Items * 调整:HttpContext.AppContext变更为HttpContext.AppItems * 调整:HttpContext.AppSetConfig变更为HttpContext.ConfigSet * 调整:config.AppSet变更为config.ConfigSet * 新增: config.ParseConfigSetXML\ParseConfigSetJSON\ParseConfigSetYaml,用于解析常规Key\Value格式的配置文件 * 新增:config.Config.IncludeConfigSet,用于向config.ConfigSet中导入Key\Value格式的配置文件,通过HttpContext.ConfigSet获取相关设置信息 * ParseConfigSetXML:支持xml格式文件解析,返回core.ConcurrenceMap * ParseConfigSetJSON:支持json格式文件解析,返回core.ConcurrenceMap * ParseConfigSetYaml:支持yaml格式文件解析,返回core.ConcurrenceMap * 具体配置文件格式可参考example/configset * 新增示例代码 example/configset * 2018-01-24 22:00
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version 1.4.8