Rust 1.5 发布,该版本最主要更新是支持 cargo install 。 cargo install 可以用于安装新的子命令:cargo-check: statically check a project, but don’t build a binary.cargo-edit: add or remove dependencies f ...
Android Studio 2.0 Preview 3 发布,该版本有多项 bug 修复,主要更新如下:A new lint check which looks at switch statements used in concert with @IntDef integers, and makes sure that all constants from ...
GitHub Atom 1.3.0/1.4.0 Beta 1 发布,1.3.0 主要更新The tree-view now sorts directory entries more naturally, in a locale-sensitive way.Lines can now be moved up and down with multiple cursors.Improved ...
ionic 1.2.0 发布,更新如下:特性:$ionicSlideBoxDelegate: add speed parameter to next()/previous() (b3c086eb, closes #3493)NavView: support ControllerAs syntax for ion-nav-views.. Cloese #3651 This ad ...
Bootstrap 4.0.0-alpha.2 发布,更新如下:Overhauled spacing utilities to use a numerical tiering (to avoid confusion with grid tiers).Continued refactoring efforts to replace markup-specific selectors ...
C3P0 0.9.5.2 发布,此版本改进内容如下:-- Fix a bug in MLog bridge to slf4j logging, in which loggability of levels of wrapped loggers was misreported, leading to useless allocation of log Strings bel ...
Node v5.2.0 ,更新如下:build:Add support for Intel's VTune JIT profiling when compiled with --enable-vtune-profiling. For more information about VTune, see https://software.intel.com/en-us/node/54421 ...
AngularJS 1.5.0-rc.0 发布,更新如下:特性$parse:provide a mechanism to access the locals object,$locals(0ea53503)$resource:add proper support for cancelling requests,$cancelRequest()(98528be3,#9332,#1 ...