Ember.js 1.0.0-pre4

This is a prerelease version of Ember.js.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Ember.js --version 1.0.0-pre4
NuGet\Install-Package Ember.js -Version 1.0.0-pre4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Ember.js" Version="1.0.0-pre4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ember.js --version 1.0.0-pre4
#r "nuget: Ember.js, 1.0.0-pre4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Ember.js as a Cake Addin
#addin nuget:?package=Ember.js&version=1.0.0-pre4&prerelease

// Install Ember.js as a Cake Tool
#tool nuget:?package=Ember.js&version=1.0.0-pre4&prerelease

Ember.js is built for productivity. Designed with developer ergonomics in mind, its friendly APIs help you get your job done—fast.
     Don't waste time making trivial choices. Ember.js incorporates common idioms so you can focus on what makes your app special, not reinventing the wheel.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0-rc2 1,262 4/11/2013
1.0.0-rc1 987 3/5/2013
1.0.0-pre4 1,113 1/20/2013
1.0.0-pre2 1,253 10/31/2012
1.0.0-pre 1,258 10/16/2012

*Ember 1.0.0-pre.4 (January 17, 2013)*

     * Add {{partial}}
     * Fix regressions in router.js
     * Support jQuery 1.9.0
     * Use the controller with the same name as the template passed to render, if it exists

     *Ember 1.0.0-pre.3 (January 17, 2013)*

     * BREAKING CHANGE: New Router API
     * BREAKING CHANGE: `Ember.Object.create` behaves like `setProperties`. Use `createWithMixins` for the old behavior.
     * BREAKING CHANGE: No longer default a view's context to itself
     * BREAKING CHANGE: Remove the nearest view computed properties
     * Significant performance improvements
     * Bound handlebars helpers with `registerBoundHelper`
     * Ember.String improvements
     * TextSupport handles input, cut, and paste events
     * Add `action` support to Ember.TextField
     * Warn about using production builds in localhost
     * Update Metamorph
     * Deprecate Ember.alias in favour of Ember.aliasMethod
     * Add Ember.computed.alias
     * Allow chaining on DeferredMixin#then
     * ArrayController learned itemControllerClass.
     * Added VagrantFile and chef cookbooks to ease ember build for developers.
     * Provide an Ember.Handlebars precompilation package
     * Removed Tab controls
     * Fix Chrome (pre v25) MutationObserver Memory Leak
     * Update to Promises/A+ compatible RSVP
     * Improved instrumentation
     * Rename empty to isEmpty and none to isNone
     * Added support for toStringExtension to augment toString
     * Implement a default computed property setter.
     * Add support for unhandledEvent to StateManager.
     * Load external dependencies via an AMD shim
     * Pass in the old value into the CP as a third argument
     * Deep copy support for NativeArray
     * Added an afterRender queue for scheduling code to run after the render queue has been drained
     * Implement _super() for computed properties
     * Miscellaneous bug fixes
     * General cleanup