edit history

master
宇天 2017-02-28 01:02:07 +08:00
parent dd4afee1b0
commit d9b9ffe031
2 changed files with 3 additions and 52 deletions

View File

@ -1,52 +1,3 @@
1.1.9 / 2017-02-10
0.0.1 / 2017-02-28
==================
* 优化字符串splice方法的实现;
* 修复empty方法对字符串'0'的判断;
1.1.8 / 2017-01-23
==================
* 简化gmdate方法对传入时间字符串的处理;
1.1.6 / 2016-06-30
==================
* 对merge方法设置为可写(妥协于superagent模块中的qs依赖冲突);
1.1.5 / 2016-06-30
==================
* 优化判断
1.1.4 / 2016-06-24
==================
* 增加特殊字符的转义方法
1.1.2 / 2016-04-19
==================
* 修复改写定义方式之后,参数错误的bug
* 修复日历周数方法判断是否存在的bug
1.1.0 / 2016-04-19
==================
* 修复单个项目多处引用本模块导致报错的bug
* 优化内置方法定义方式,避免for in遍历时出现不必要的坑
1.0.1 / 2016-04-11
==================
* 补充文档
* 修正pakage.json配置
1.0.0 / 2016-04-10
==================
* v1.0.0 正式发布
* Initial release

View File

@ -1,6 +1,6 @@
{
"name": "es.shim",
"version": "0.0.1",
"version": "0.0.2",
"description": "Some shim api that let you can use in all node.js environment",
"keyworks": [
"es5",