Version updated.
This commit is contained in:
parent
b922a5b413
commit
d1d57dcdd8
2 changed files with 6 additions and 4 deletions
|
@ -1,6 +1,8 @@
|
||||||
# Release History
|
# Release History
|
||||||
|
|
||||||
## Version 0.1.4
|
## Version 0.1.4
|
||||||
|
* Error handling improved and logging enriched as well.
|
||||||
|
* Setting DATABASE_ is now STORAGE_.
|
||||||
|
|
||||||
|
|
||||||
## Version 0.1.3
|
## Version 0.1.3
|
||||||
|
@ -27,8 +29,8 @@
|
||||||
## Version 0.0.30
|
## Version 0.0.30
|
||||||
|
|
||||||
- FIX: Packages updated.
|
- FIX: Packages updated.
|
||||||
- NEW: STORAGE_SYNC_ALTER environment parameter.
|
- NEW: DATABASE_SYNC_ALTER environment parameter.
|
||||||
- NEW: STORAGE_SYNC_FORCE environment parameter.
|
- NEW: DATABASE_SYNC_FORCE environment parameter.
|
||||||
- NEW: Define constraint names in MSSQL.
|
- NEW: Define constraint names in MSSQL.
|
||||||
|
|
||||||
## Version 0.0.29
|
## Version 0.0.29
|
||||||
|
@ -47,7 +49,7 @@
|
||||||
|
|
||||||
- FIX: Packages updated.
|
- FIX: Packages updated.
|
||||||
- NEW: If a bot package's name begins with '.', then it is ignored.
|
- NEW: If a bot package's name begins with '.', then it is ignored.
|
||||||
- NEW: Created STORAGE_LOGGING environment parameter.
|
- NEW: Created DATABASE_LOGGING environment parameter.
|
||||||
|
|
||||||
## Version 0.0.25
|
## Version 0.0.25
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "botserver",
|
"name": "botserver",
|
||||||
"version": "0.1.3",
|
"version": "0.1.4",
|
||||||
"description": "General Bot Community Edition open-core server.",
|
"description": "General Bot Community Edition open-core server.",
|
||||||
"main": "./src/app.ts",
|
"main": "./src/app.ts",
|
||||||
"homepage": "http://www.generalbot.com",
|
"homepage": "http://www.generalbot.com",
|
||||||
|
|
Loading…
Add table
Reference in a new issue