「Backbone.js 1.1.0」リリース

[PR]記事内のアフィリエイトリンクから収入を得る場合があります
  • URLをコピーしました!

Backbone js

JavaScriptのMVCフレームワークBackbone.jsの最新版「Backbone.js 1.1.0」がリリースされました。1.1.0 の変更点配下の通り。

  • Made the return values of Collection's set, add,
    remove, and reset more useful. Instead of returning
    this, they now return the changed (added, removed or updated)
    model or list of models.
  • Backbone Views no longer automatically attach options passed to the constructor as
    this.options, but you can do it yourself if you prefer.
  • All "invalid" events now pass consistent arguments. First the
    model in question, then the error object, then options.
  • You are no longer permitted to change the id of your model during
    parse. Use idAttribute instead.
  • On the other hand, parse is now an excellent place to extract
    and vivify incoming nested JSON into associated submodels.
  • Many tweaks, optimizations and bugfixes relating to Backbone 1.0,
    including URL overrides, mutation of options, bulk ordering, trailing
    slashes, edge-case listener leaks, nested model parsing...

ついでにBackbone.js学習のために役に立ちそうなリンクなど。

よかったらシェアしてね!
  • URLをコピーしました!
  • URLをコピーしました!
目次