meongx
Results
2
issues of
meongx
In my project, i made changes to `knockout.viewmodel` to make it compatible with [AMD](https://github.com/amdjs/amdjs-api) (i am using [durandal.js](http://durandaljs.com)) based on template in [UMD.js](https://github.com/umdjs/umd/blob/master/amdWebGlobal.js). The changes is also compatible when used...
Major changes: - added `password` option for plain-text authentication, with somewhat proper handling of `keyboard-interactive` event - refactor from callback-style to native Promise, in conformance to `co@4+` - added `encoding`...