- initial version.
- add file.dirCopy
- add bigint supported.
- add febs.controls in front.
- [bugfix] febs.crypt.crc32
- [feature] 添加global.__debug
- [feature] 添加 febs.file.dirExplorer
- [feature] 添加 febs.file.dirExplorerFilesRecursive
- [feature] 添加 febs.file.dirExplorerDirsRecursive
- [feature] 添加 febs.net 支持 fetch, jsonp
- [feature] 添加 requestAnimationFrame / cancelAnimationFrame
- [feature] 添加 febs.utils.sleep
- [feature] febs.controls.upload为es7方式
- [feature] febs.utils.getTimeStringFromNow
- [bugfix] control upload.
- [bugfix] client control upload base64. cross domain
- [enhancement] client control upload base64. set headers
- [enhancement] client jquery -> $
- [bugfix] client uploadBase64
- [feature] add febs.utils.getDate2
- [feature] remove all controls code in client.
- [feature] add sha1, md5 in crypt. use uuid module for crypt.uuid
- [feature] add dom.getViewPort dom.getDocumentPort.
- [feature] add dom.getElementOffset
- [feature] upload允许不验证crc32.
- [feature] 分离browser包为多个小包.
- [bugfix] ajax header: content-type:false
- [feature] add __column
- [feature] add $('input[name="xxx"]:checked') selector.
- [feature] add febs.date.xxx.
- [feature] add dom.isDom
- [bugfix] set timeout error net.fetch in ie
- [feature] add time function.
- [bugfix] bigint check.
- [feature] promise.finally polyfill.