- The Latest Stable Release: 0.9.19 canine-psychokinesis - The Latest Unstable Release: 0.10.5 steel-fist # 0.10.6 bubblewrap-cape (in-progress) # # 0.10.5 steel-fist (11-11-08) # ## Features: - [ng:autobind]: drop angular.js file name restrictions ([commit](https://github.com/angular/angular.js/commit/d7ba5bc83ba9a8937384ea677331c5156ed6772d)) - [Scope]: better logging of infinite digest error ([commit](https://github.com/angular/angular.js/commit/ef875ad0cf4349144cb4674e050dd160564f6dd9), issue [#621](https://github.com/angular/angular.js/issues/621)) - enable [widget] styling in IE8 and below using [html5shiv](http://code.google.com/p/html5shiv/)-like approach ([commit](https://github.com/angular/angular.js/commit/163c799effd5cfadc57990f4d4127651bae3fbdb), issue [#584](https://github.com/angular/angular.js/issues/584)) - [ng:style]: compatibility + perf improvements ([commit](https://github.com/angular/angular.js/commit/e2663f62b0fbb8b9ce2e706b821a135e0bc7e885)) ## Bug Fixes: - [ng:view]: ignore stale xhr callbacks - fixes issues caused by race-conditions which occured when user navigated to a new route before the current route finished loading (issue [#619](https://github.com/angular/angular.js/issues/619)) - [ng:form] should always be a block level (css) element ([commit](https://github.com/angular/angular.js/commit/02dc81bae0011b7ae4190363be5fdd5db420aca9)) - Fixes for [e2e test runner]'s `$location` dsl ([commit](https://github.com/angular/angular.js/commit/dc8ffa51b7ebe5fb9bc1c89087c8b3c9e65d1006)) - [ng:repeat] when iterating over arrays ignore non-array properties + when iterating over objects sort keys alphabetically ([commit](https://github.com/angular/angular.js/commit/3945f884c5777e629b57c9ab0e93b9d02b9840d0)) ## Docs: - experimental [disqus.com](http://disqus.com/) integration for all docs-next.angularjs.org pages ([commit](https://github.com/angular/angular.js/commit/28ed5ba46595a371bd734b92a6e4bb40d1013741), contributed by Dan Doyon) - [e2e test runner] docs were moved to the dev guide # 0.10.4 human-torch (2011-10-22) # ## Features: - New validation options for [input widgets](http://docs-next.angularjs.org/api/angular.widget.input): `ng:minlength` and `ng:maxlength` ([commit](https://github.com/angular/angular.js/commit/78f394fd17be581c84ecd526bb786ed1681d35cb)) (contributed by Konstantin Stepanov) - HTML sanitizer was updated to recognize all safe HTML5 elements (Issue [#89](https://github.com/angular/angular.js/issues/89)) - [ng:options]' blank option is now compiled and data-bound as any other template (Issue [#562](https://github.com/angular/angular.js/issues/562)) (contributed by tehek) - [$defer](http://docs-next.angularjs.org/api/angular.service.$defer) service now exposes `cancel` method for task cancellation ([commit](https://github.com/angular/angular.js/commit/ad90c3574f8365ee4a1a973d5e43c64fe9fcda2c)) ## Bug Fixes: - [ng:options] should select correct element when '?'-option (invalid value) was previously selected (Issue [#599](https://github.com/angular/angular.js/issues/599)) (contributed by Tehek) - Fix data-binding of radio button's value property (Issue [#316](https://github.com/angular/angular.js/issues/316)) - Input with type `password` should no be turned into a readable text field ([commit](https://github.com/angular/angular.js/commit/e82e64d57b65d9f3c4f2e8831f30b615a069b7f6)) (contributed by Konstantin Stepanov) - [ng:repeat] should ignore object properties starting with `$` ([commit](https://github.com/angular/angular.js/commit/833eb3c84445110dc1dad238120573f08ed8d102)) - Correctly parse out inlined regexp from the input field's `ng:pattern` attribute. ([commit](https://github.com/angular/angular.js/commit/5d43439dbe764a4c7227f51b34a81b044f13901b)) - $location service in html5 mode should correctly rewrite links that contain nested elements ([commit](https://github.com/angular/angular.js/commit/9b85757102fbd44e88d0a3909fdf8b90f191b593)) ## Breaking Changes: - the [date] filter now uses 'mediumDate' format if none is specified. This was done to deal with browser inconsistencies (each browser used to use different format) (Issue [#605](https://github.com/angular/angular.js/issues/605), [commit](https://github.com/angular/angular.js/commit/c6c3949b14f4003ecab291243edfca61262f2c3d), [commit](https://github.com/angular/angular.js/commit/e175db37c6f52bba4080efeec22a7120a896099e)) - calling the linker function returned by [angular.compile][compile] doesn't automatically run `$digest` on the linked scope any more. This behavior was briefly introduced in 0.10.3 but was causing issues and inefficiencies in production apps so we reverted it. See: [commit](https://github.com/angular/angular.js/commit/f38010d3a2f457a53798212ef72418637dabe189) # 0.10.3 shattering-heartbeat (2011-10-13) # ## Features: - New forms, validation, support for HTML5 input widgets. Please check out: - [Forms overview](http://docs-next.angularjs.org/guide/dev_guide.forms) - [form widget](http://docs-next.angularjs.org/api/angular.widget.form) - [input widget](http://docs-next.angularjs.org/api/angular.widget.input) - [$formFactory service](http://docs-next.angularjs.org/api/angular.service.$formFactory) - [angular.inputType](http://docs-next.angularjs.org/api/angular.inputType) - [commit](https://github.com/angular/angular.js/commit/4f78fd692c0ec51241476e6be9a4df06cd62fdd6) - [ng:repeat] now has element-model affinity, which makes it more friendly to third-party code that is not aware of angular's DOM manipulation. This is also the pre-requisite for supporting animations. ([commit](https://github.com/angular/angular.js/commit/75f11f1fc46c35a28c0905f7316ea6779145e2fb)) ## Bug Fixes: - The select widget with [ng:options] directive now correctly displays selected option (regression from 0.10.2). - Fix for jqLite's removeClass, which under certain circumstances could clobber class names. ([commit](https://github.com/angular/angular.js/commit/b96e978178a6acbf048aa6db466ed845e1395445)) - Other small fixes and documentation improvements. ## Breaking Changes: - Due to changes in how forms and validation works the following were replaced with new apis: - `angular.formatter` - use `angular.inputType` or form's `$createWidget` - `angular.validator` - use `angular.inputType` or form's `$createWidget` - changes to `` and `` element and `selected` attribute of the ``) (Issue [#450](https://github.com/angular/angular.js/issues/450)) - [$xhr] and [$resource] support for per-request error callbacks (Issue [#408](https://github.com/angular/angular.js/issues/408)) (contributed by Karl Seamon) ### Bug Fixes - make injector compatible with Rhino (HtmlUnit) (contributed by Mårten Dolk) [commit](https://github.com/angular/angular.js/commit/77ba539f630c57b17d71dbf1e9c5667a7eb603b7) - `ie-compat.js` fixes and improvements related to fetching this file on the fly on legacy browsers - [jqLite] - fix `bind()` when binding to more events separated by space [commit](https://github.com/angular/angular.js/commit/9ee9ca13da3883d06733637f9048a83d94e6f1f8) - non-existing attributes should return undefined just like in jQuery [commit](https://github.com/angular/angular.js/commit/10da625ed93511dbf5d4e61ca4e42f6f2d478959) - set event.target for IE<8 [commit](https://github.com/angular/angular.js/commit/ce80576e0b8ac9ed5a5b1f1a4dbc2446434a0002) - improved implementation of [ng:show] and [ng:hide] directives by using jqLite/jQuery hide and show methods - [ng:options] - fix incorrect re-growing of options on datasource change (Issue [#464](https://github.com/angular/angular.js/issues/464)) ### Docs - added full offline support for docs (click on the link in the footer of docs.angularjs.org) - many content improvements and corrections across all docs (reference api, tutorial, dev guide) - many small design improvements ### Other - doubled our e2e test suite by running all angular e2e tests with jqLite in addition to jQuery ### Breaking changes - [commit](https://github.com/angular/angular.js/commit/3af1e7ca2ee8c2acd69e5bcbb3ffc1bf51239285) removed support for the `MMMMM` (long month name), use `MMMM` instead. This was done to align Angular with [Unicode Technical Standard #35](http://unicode.org/reports/tr35/#Date_Format_Patterns) used by Closure, as well as, future DOM apis currently being proposed to w3c. - `$xhr.error`'s `request` argument has no `callback` property anymore, use `success` instead # 0.9.17 vegetable-reanimation (2011-06-30) # ### New Features - New [ng:options] directive to better bind a model to ` (one/multiple) could not chose from a list of objects (commit 347be5ae) - null and other falsy values should not be rendered in the view (issue #242) ### Docs - rewrite of several major portions of angular.service.*, angular.Array.*, angular.Object.* docs - added support for [sitemap]((http://docs.angularjs.org/sitemap.xml) to make the docs indexable by search crawlers - transition of Developer Guide docs from the wiki into docs.angularjs.org - lots of improvements related to formatting of the content of docs.anguarjs.org # 0.9.9 time-shift (2011-01-13) # ### Security - Added a just in case security check for JSON parsing. (commit 5f080193) - Completed security review with the Google Security Team. ### Performance - $location and $cookies services are now lazily initialized to avoid the polling overhead when not needed. - $location service now listens for `onhashchange` events (if supported by browser) instead of constant polling. (commit 16086aa3) - input widgets known listens on keydown events instead of keyup which improves perceived performance (commit 47c454a3) - angular boots significantly sooner by listening for DOMContentLoaded event instead of window.load when supported by browser (commit c79aba92) - new service $updateView which may be used in favor of $root.$eval() to run a complete eval on the entire document. This service bulks and throttles DOM updates to improve performance. (commit 47c454a3) ### Docs - Major improvements to the doc parser (commit 4f22d686) - Docs now offline enabled (all dependencies are bundled in the tarball) (commit 4f5d5029) - Added support for navigating the docs app with keyboard shortcuts (tab and ctrl+alt+s) ### Bugfixes - `angular.Object.equals` now properly handless comparing an object with a null (commit b0be87f6) - Several issues were addressed in the `$location` service (commit 23875cb3) - angular.filter.date now properly handles some corner-cases (issue #159 - fix contributed by Vojta) ### Breaking changes - API for accessing registered services — `scope.$inject` — was renamed to [`scope.$service`](http://docs.angularjs.org/#!/api/angular.scope.$service). (commit b2631f61) - Support for `eager-published` services was removed. This change was done to make explicit dependency declaration always required in order to allow making relatively expensive services lazily initialized (e.g. $cookie, $location), as well as remove 'magic' and reduce unnecessary scope namespace pollution. (commit 3ea5941f) Complete list of affected services: - $location - $route - $cookies - $window - $document - $exceptionHandler - $invalidWidgets To temporarily preserve the 'eager-published' status for these services, you may use `ng:init` (e.g. `ng:init="$location = $service('$location'), ...`) in the view or more correctly create a service like this: angular.service('published-svc-shim', function($location, $route, $cookies, $window, $document, $exceptionHandler, $invalidWidgets) { this.$location = $location; this.$route = $route; this.$cookies = $cookies; this.$window = $window; this.$document = $document; this.$exceptionHandler = $exceptionHandler; this.$invalidWidgets = $invalidWidgets; }, {$inject: ['$location', '$route', '$cookies', '$window', '$document', '$exceptionHandler', '$invalidWidgets'], $eager: true}); - In the light of the `eager-published` change, to complete the cleanup we renamed `$creation` property of services to `$eager` with its value being a boolean. To transition, please rename all `$creation: 'eager'` declarations to `$eager: true`. (commit 1430c6d6) - `angular.foreach` was renamed to `angular.forEach` to make the api consistent. (commit 0a6cf70d) - The `toString` method of the `angular.service.$location` service was removed. (commit 23875cb3) # 0.9.8 astral-projection (2010-12-23) # ### Docs/Getting started - angular-seed project to get you hacking on an angular apps quickly https://github.com/angular/angular-seed ### Performance - Delegate JSON parsing to native parser (JSON.parse) if available ### Bug Fixes - Ignore input widgets which have no name (issue #153) # 0.9.7 sonic-scream (2010-12-10) # ### Bug Fixes - $defer service should always call $eval on the root scope after a callback runs (issue #189) - fix for failed assignments of form obj[0].name=value (issue #169) - significant parser improvements that resulted in lower memory usage (commit 23fc73081feb640164615930b36ef185c23a3526) ### Docs - small docs improvements (mainly docs for the $resource service) ### Breaking changes - Angular expressions in the view used to support regular expressions. This feature was rarely used and added unnecessary complexity. It not a good idea to have regexps in the view anyway, so we removed this support. If you had any regexp in your views, you will have to move them to your controllers. (commit e5e69d9b90850eb653883f52c76e28dd870ee067) # 0.9.6 night-vision (2010-12-06) # ### Security - several improvements in the HTML sanitizer code to prevent code execution via `href`s and other attributes. Commits: - 41d5938883a3d06ffe8a88a51efd8d1896f7d747 - 2bbced212e2ee93948c45360fee00b2e3f960392 ### Docs - set up http://docs.angularjs.org domain, the docs for the latest release will from now on be deployed here. - docs app UI polishing with dual scrolling and other improvements ### Bug Fixes - `select` widget now behaves correctly when it's `option` items are created via `ng:repeat` (issue #170) - fix for async xhr cache issue #152 by adding `$browser.defer` and `$defer` service ### Breaking Changes - Fix for issue #152 might break some tests that were relying on the incorrect behavior. The breakage will usually affect code that tests resources, xhr or services/widgets build on top of these. All that is typically needed to resolve the issue is adding a call to `$browser.defer.flush()` in your test just before the point where you expect all cached resource/xhr requests to return any results. Please see 011fa39c2a0b5da843395b538fc4e52e5ade8287 for more info. - The HTML sanitizer is slightly more strinct now. Please see info in the "Security" section above. # 0.9.5 turkey-blast (2010-11-25) # ### Docs - 99% of the content from the angular wiki is now in the docs ### Api - added `angular.Array.limitTo` to make it easy to select first or last few items of an array # 0.9.4 total-recall (2010-11-18) # ### Docs - searchable docs - UI improvements - we now have ~85% of the wiki docs migrated to ng docs - some but not all docs were updated along the way ### Api - ng:include now supports `onload` attribute (commit cc749760) ### Misc - Better error handling - compilation exception now contain stack trace (commit b2d63ac4) # 0.9.3 cold-resistance (2010-11-10) # ### Docs - prettier docs app with syntax highlighting for examples, etc - added documentation, examples and scenario tests for many more apis including: - all directives - all formatters - all validators - some widgets ### Api - date filter now accepts strings that angular.String.toDate can convert to Date objects - angular.String.toDate supports ISO8061 formated strings with all time fractions being optional - ng:repeat now exposes $position with values set to 'first', 'middle' or 'last' - ng:switch now supports ng:switch-default as fallback switch option ### Breaking changes - we now support ISO 8601 extended format datetime strings (YYYY-MM-DDTHH:mm:ss.SSSZ) as defined in EcmaScript 5 throughout angular. This means that the following apis switched from YYYY-MM-DDTHH:mm:ssZ to YYYY-MM-DDTHH:mm:ss.SSSZ (note the added millis) when representing dates: - angular.Date.toString - angular.String.fromDate - JSON serialization and deserialization (used by json filter, $xhr and $resource) - removed SSN validator. It's unlikely that most people will need it and if they do, it can be added simple RegExp validator. # 0.9.2 faunal-mimicry (2010-11-03) # ### Docs - created documentation framework based on jsdoc syntax (commit 659af29a) - jsdoc parser - template generator - json generator - angular doc viewer app - scenario runner for all example code - documentation for all angular filters (commits 1fe7e3a1 & 1ba8c2a33) - docs - example code - scenario tests for example code ### Testability #### Scenario Runner - binding DSL in Scenario can now match bindings without specifying filters - dsl statements now accept a label argument to make test output more readable (issue #94) - dsl element() statement now implements most of the jQuery API (issue #106) - new browser() dsl statement for getting info about the emulated browser running the app (issue #109) - scenario runner is now compatible with IE8 (issue #93) - scenarior runner checks if URL would return a non-success status code (issue #100) - binding() DSL now accepts regular expressions - new textarea() scenario runner DSL for entering text into textareas ### Misc - lots of small bugfixes ### Breaking changes #### Scenario Runner - navigating to about:blank is no longer supported. It results in a sandbox error - navigateTo() is now browser().navigateTo(). Old code must be updated - file:// URLs are no longer supported for running a scenario. You must use a web server that implements HEAD # 0.9.1 repulsion-field (2010-10-26) # ### Security - added html sanitizer to fix the last few known security issues (issues #33 and #34) ### API - new ng:submit directive for creating onSubmit handlers on forms (issue #76) - the date filter now accepts milliseconds as well as date strings (issue #78) - the html filter now supports 'unsafe' option to bypass html sanitization ### Testability - lots of improvements related to the scenario runner (commit 40d7e66f) ### Demo - added a new demo application: Personal Log (src example/personalLog) ### Chores - lots of fixes to get all tests pass on IE - added TzDate type to allow us to create timezone idependent tests (issue #88) ### Breaking changes - $cookieStore service is not globally published any more, if you use it, you must request it via $inject as any other non-global service - html filter now sanitizes html content for XSS attacks which may result in different behavior # 0.9.0 dragon-breath (2010-10-20) # ### Security - angular.fromJson not safer (issue #57) - readString consumes invalid escapes (issue #56) - use new Function instead of eval (issue #52) ### Speed - css cleanup + inline all css and images in the main js (issue #64) ### Testability - initial version of the built-in end-to-end scenario runner (issues #50, #67, #70) ### API - allow ng:controller nesting (issue #39) - new built-in date format filter (issue #45) - $location needs method you call on updates (issue #32) ### Chores - release versioning + file renaming (issue #69) ### Breaking changes - $location.parse was replaced with $location.update - all css and img files were inlined into the main js file, to support IE7 and older app must host angular-ie-compat.js file ### Big Thanks to Our Community Contributors - Vojta Jina [lowercase]: http://docs.angularjs.org/#!/api/angular.lowercase [uppercase]: http://docs.angularjs.org/#!/api/angular.uppercase [isDate]: http://docs.angularjs.org/#!/api/angular.isDate [scope]: http://docs.angularjs.org/#!/api/angular.scope [compile]: http://docs.angularjs.org/#!/api/angular.compile [element]: http://docs.angularjs.org/#!/api/angular.element [widget]: http://docs.angularjs.org/#!/api/angular.widget [ng:repeat]: http://docs.angularjs.org/#!/api/angular.widget.@ng:repeat [ng:view]: http://docs.angularjs.org/#!/api/angular.widget.ng:view [ng:include]: http://docs.angularjs.org/#!/api/angular.widget.ng:include [ng:options]: http://docs.angularjs.org/#!/api/angular.directive.ng:options [ng:disabled]: http://docs.angularjs.org/#!/api/angular.directive.ng:disabled [ng:selected]: http://docs.angularjs.org/#!/api/angular.directive.ng:selected [ng:checked]: http://docs.angularjs.org/#!/api/angular.directive.ng:checked [ng:multiple]: http://docs.angularjs.org/#!/api/angular.directive.ng:multiple [ng:readonly]: http://docs.angularjs.org/#!/api/angular.directive.ng:readonly [ng:show]: http://docs.angularjs.org/#!/api/angular.directive.ng:show [ng:hide]: http://docs.angularjs.org/#!/api/angular.directive.ng:hide [ng:class]: http://docs.angularjs.org/#!/api/angular.directive.ng:class [ng:src]: http://docs.angularjs.org/#!/api/angular.directive.ng:src [ng:href]: http://docs.angularjs.org/#!/api/angular.directive.ng:href [ng:style]: http://docs.angularjs.org/#!/api/angular.directive.ng:style [$defer]: http://docs.angularjs.org/#!/api/angular.service.$defer [$cookies]: http://docs.angularjs.org/#!/api/angular.service.$cookies [$xhr]: http://docs.angularjs.org/#!/api/angular.service.$xhr [$xhr.cache]: http://docs.angularjs.org/#!/api/angular.service.$xhr.cache [$resource]: http://docs.angularjs.org/#!/api/angular.service.$resource [$route]: http://docs.angularjs.org/#!/api/angular.service.$route [$orderBy]: http://docs.angularjs.org/#!/api/angular.Array.orderBy [date]: http://docs.angularjs.org/#!/api/angular.filter.date [number]: http://docs.angularjs.org/#!/api/angular.filter.number [currency]: http://docs.angularjs.org/#!/api/angular.filter.currency [directive]: http://docs.angularjs.org/#!/api/angular.directive [ng:autobind]: http://docs.angularjs.org/#!/api/angular.directive.ng:autobind [guide.di]: http://docs.angularjs.org/#!/guide/dev_guide.di [downloading]: http://docs.angularjs.org/#!/misc/downloading [contribute]: http://docs.angularjs.org/#!/misc/contribute [jqLite]: http://docs.angularjs.org/#!/api/angular.element [angular.version]: http://docs.angularjs.org/#!/api/angular.version [Jstd Scenario Adapter]: https://github.com/angular/angular.js/blob/master/src/jstd-scenario-adapter/Adapter.js [i18n]: http://docs-next.angularjs.org/#!/guide/dev_guide.i18n [ng:pluralize]: http://docs-next.angularjs.org/#!/api/angular.widget.ng:pluralize [ng:form]: http://docs-next.angularjs.org/api/angular.widget.form [ng:cloak]: http://docs-next.angularjs.org/#!/api/angular.directive.ng:cloak [$on]: http://docs-next.angularjs.org/#!/api/angular.scope.$on [$emit]: http://docs-next.angularjs.org/#!/api/angular.scope.$emit [$broadcast]: http://docs-next.angularjs.org/#!/api/angular.scope.$broadcast [$limitTo]: http://docs-next.angularjs.org/api/angular.Array.limitTo [$location]: http://docs-next.angularjs.org/api/angular.service.$location [e2e test runner]: http://docs-next.angularjs.org/guide/dev_guide.e2e-testing