ali-needlejs
v0.4.7
Published
Needle Javascript Framework (Make hybrid app great again!)
Downloads
11
Readme
Needle Javascript Framework
Make hybrid app great again!
Generate Doc
npm i -g jsdoc
npm i
gulp doc
Doc will be located at ./out/index.html
Event
TBD
Plugin API
TBD
Release Notes
0.4.6
- still run Interceptor when the callback of
execute
is null - support
customFnCb
for the cb ofexecute
- still run Interceptor when the callback of
0.4.5
- fix function style of writing.
0.4.4
- fix the callback of
execute
maybe null
- fix the callback of
0.4.3
- add Interceptor for
execute
- add Interceptor for
0.4.2
- iOS payload incompatibility problem
0.4.1
- Protect null calback
0.4.0
- Add MiniApp support
0.3.3
- Add unhandled callback
0.3.2
- Add support to menu2 api
0.3.1
- Fix bug(probably canuse 'WebViewJavascriptBridge is not defined' error) on iOS
0.3.0
- Add weex calling support
0.2.3
- Fix bug(probably canuse 'WebViewJavascriptBridge is not defined' error)
0.2.2
- Fix syntax
0.2.1
- Fix typo
0.2.0
- Change the messaging method(Backward compatible)
0.1.6
- Add code protection
0.1.4
- Add isNeedle method to detect whether if is needle webview
0.1.3
- Support AMD and CMD
older version