Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

更新日志 #1

Closed
nuysoft opened this issue Aug 11, 2013 · 0 comments
Closed

更新日志 #1

nuysoft opened this issue Aug 11, 2013 · 0 comments
Assignees
Labels

Comments

@nuysoft
Copy link
Owner

nuysoft commented Aug 11, 2013

2013.7.12

  1. Mock.mock(rurl, template) 的参数 rurl 可以是字符串或正则。
  2. 把产生随机元数据的接口封装到 Mock.Random 中。
  3. 增加对日期的格式化。
  4. 增加占位符 @img@paragraph@Sentence@word@FIRST@last@name@Domain、@EMAIL、@ip@id
  5. 支持嵌套的占位符,例如 @IMG(@AD_SIZE)
  6. 支持把普通属性当作占位符使用,例如 @IMG(@size)

2013.7.18

  1. 增加占位符 @color
  2. 完善对占位符的解析,过滤掉 #%&()?/.
  3. 对“支持的占位符”分组。

2013.7.31

  1. 50% 基于客户端模板生成模拟数据。

2013.8.2

  1. 60% 基于客户端模板生成模拟数据。
  2. 增加测试用例 test/mock4tpl-node.js,参考自 http://handlebarsjs.com/。

2013.8.7

  1. 75% 基于客户端模板生成模拟数据。
  2. 完善测试用例 test/mock4tpl-node.js
  3. 重构文件和目录结构,把代码模块化。
  4. 参考 Handlebars.js,引入 Jison 生成模板解析器。

2013.8.11

  1. 80% 基于客户端模板生成模拟数据。
  2. 完善针对 KISSY XTemplate 的测试用例 test/mock4tpl-xtpl-node.js
  3. Mock4Tpl 支持 Partials。
  4. Mock 支持转义 @。
  5. 更新 README.md,增加对 Mock4Tpl 的说明。
  6. 完善 demo
  7. 减少 Mock、Mock4Tpl 暴漏的 API。

2013.8.21

  1. 100% 基于客户端模板生成模拟数据,支持 KISSY XTemplate。
  2. 调整文件结构。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant