红联Linux门户
Linux帮助

Ember.js v2.7.0-beta.3发布

发布时间:2016-07-06 09:22:18来源:红联作者:baihuo
Ember.js v2.7.0-beta.3 发布了,Ember是一个雄心勃勃的Web应用程序,消除了样板,并提供了一个标准的应用程序架构的JavaScript框架。

本次发布主要是修复网址编码相关问题,具体如下:

Adds many tests for non-standard routes and paths (with percent-encodings and/or unicode characters)

Adds normalization for added routes and recognized paths to improve the matching of non-standard routes and paths

Fixes a bug where dynamic segments are not percent-encoded during generation

Fixes a bug where dynamic segments are not percent-decoded during recognition

Adds tests (and some code) to ensure that star segments in routes do not get decoded during recognition

Adds a flag that can be turned off by consumers to opt-out of the changes introduced here

下载地址:https://github.com/emberjs/ember.js/archive/v2.7.0-beta.3.tar.gz

来自:开源中国社区
文章评论

共有 1 条评论

  1. qwlp19910807 于 2016-07-06 13:53:30发表:

    学习一下