Skip to content

Commit 32ce161

Browse files
committed
Add new changes + new beta version.
1 parent f7b6edd commit 32ce161

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

changes.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- added: `LOCALIZE()` a new global alias to `F.localize()`
44
- added: `F.path.rmdir(directory/directories, callback)`
55
- added: `F.path.unlink(file/files, callback)`
6+
- added: `ArrayBuffer.prototype.toBuffer()`
67

78
- updated: `F.http(mode, [options], [middleware(listen)])` added a new argument `middleware`
89
- updated: `debug.js` now reads directories according to the config (author: @luoage)
@@ -18,6 +19,7 @@
1819
- fixed: `MODEL()`, `MODULE()`, `INCLUDE()` now are direct aliases
1920
- fixed: unit testing (author: @ckpiggy)
2021
- fixed: a check for maximum length of request data
22+
- fixed: `ArrayBuffer` in weboskcet
2123

2224
======= 2.8.0
2325

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"name": "luoage",
8585
"email": "luoage@msn.cn"
8686
}],
87-
"version": "2.8.1-6",
87+
"version": "2.8.1-7",
8888
"homepage": "http://www.totaljs.com",
8989
"bugs": {
9090
"url": "https://github.com/totaljs/framework/issues",

0 commit comments

Comments
 (0)