V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
Meteor Official Site
http://www.meteor.com/
Follow @meteorjs on Twitter
yakczh
V2EX  ›  Meteor

meteor 6.0有什么新变化吗?

  •  
  •   yakczh · 2013-04-05 13:36:44 +08:00 · 3880 次点击
    这是一个创建于 4039 天前的主题,其中的信息可能已经有所发展或是发生改变。
    New version available: 0.6.0
    downloading [=============================] 100%... finished download

    Meteor has a brand new distribution system!

    In this new system, code-named Engine, packages are downloaded
    individually and on demand. But all of the packages in each official
    Meteor release are prefetched and cached so you can still use Meteor
    when you're on a plane or in a coffeeshop with no Wifi.

    Also, every Meteor project is now pinned to a specific Meteor release,
    so everyone on your team is always running the same code regardless of
    what they have installed on their laptop. Whenever you run 'meteor',
    Engine automatically fetches the needed release manifest, build tools,
    smart packages, and npm dependencies into your local warehouse.

    Removing your current installation.

    Downloading Engine upgrade
    ######################################################################## 100.0%

    Installing Meteor in your home directory (~/.meteor):
    * 'meteor' build tool
    * Package updates: absolute-url accounts-base accounts-facebook
    account-github accounts-google accounts-oauth1-helper accounts-oauth2-helper
    accounts-oauth-helper accounts-password accounts-twitter accounts-ui
    accounts-ui-unstyled accounts-urls account-weibo amplify autopublish
    backbone bootstrap code-prettify coffeescript d3 deps domutils ejson email
    force-ssl handlebars htmljs http insecure jquery jquery-history
    jquery-layout jquery-waypoints json jsparse less livedata liverange
    localstorage-polyfill logging madewith meteor minimongo mongo-livedata
    ordered-dict past preserve-inputs random reload routepolicy session showdown
    spark spiderable srp startup stream stylus templating test-helpers
    test-in-browser tinytest underscore universal-events

    Writing a launcher script to /usr/local/bin/meteor for your convenience.
    **************************************************************
    *** Meteor is now installed at /usr/local/bin/meteor. ***
    *** Run `hash -r` so that your shell notices it has moved. ***
    **************************************************************
    demo: updated to Meteor 0.6.0.

    -- Notice --

    0.6.0: Variables declared with `var` at the outermost level of a JavaScript
    source file are now private to that file. Remove the `var` to share
    a value between files.
    1 条回复    1970-01-01 08:00:00 +08:00
    chuangbo
        1
    chuangbo  
       2013-04-05 14:30:55 +08:00
    简单翻译一下
    主要改进:
    1. 可以为每个应用单独指定 meteor 的版本,meteor 会在更新的时候保留各个版本的 meteor.
    2. 可以使用 NPM 的包。

    其他更新:
    1. 支持所有 x86 Linux
    2. 为每个 js 文件加上了闭包
    3. 为内部包加上了测试
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1674 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 24ms · UTC 17:12 · PVG 01:12 · LAX 10:12 · JFK 13:12
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.