| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-03-14 | chore(release): cutting 1.0.0rc1 moiré-visionv1.0.0rc1 | Igor Minar | |
| 2012-03-13 | docs(links): corrected borken links | Misko Hevery | |
| 2012-03-13 | fix(scope): remove scope $destroy event | Igor Minar | |
| 2012-03-12 | docs(release): release notes for 1.0.0rc1 | Igor Minar | |
| 2012-01-19 | docs(changelog): clarified breaking changes for 0.10.6 | Igor Minar | |
| 2012-01-18 | chore(release): preparing the 0.10.7 moiré-vision iteration | Igor Minar | |
| 2012-01-17 | docs(*): more docs | Igor Minar | |
| 2012-01-17 | docs(release-notes): 0.10.6 bubblewrap-cape release | Igor Minar | |
| 2011-11-08 | chore(release): preparing the 0.10.6 bubblewrap-cape iteration | Igor Minar | |
| 2011-11-08 | docs(changelog): release notes for 0.10.5 steel-fist | Igor Minar | |
| 2011-10-24 | chore(release): preparing the 0.10.5 steel-fist iteration | Igor Minar | |
| 2011-10-22 | docs(changelog): update changelog with 0.10.4 release notes | Igor Minar | |
| 2011-10-14 | chore(release): preparing the 0.10.4 human-torch iteration | Igor Minar | |
| 2011-10-13 | chore(release): preparing release notes for 0.10.3 | Igor Minar | |
| 2011-10-11 | feat(ng:repeat) collection items and DOM elements affinity / stability | Misko Hevery | |
| 2011-10-10 | chore(release): prepare the 0.10.3 shattering-heartbeat iteration | Igor Minar | |
| 2011-10-08 | docs(changelog): release notes for 0.10.2 sneaky-seagull | Igor Minar | |
| 2011-09-12 | chore(version): preparing the 0.10.2 sneaky-seagull iteration | Igor Minar | |
| 2011-09-09 | docs(changelog): release notes for angular 0.10.1 inexorable-juggernaut | Igor Minar | |
| 2011-09-02 | chore(version.yaml): preparing the 0.10.1 inexorable-juggernaut iteration | Igor Minar | |
| 2011-09-02 | docs(changelog): release notes for 0.10.0 chicken-hands | Igor Minar | |
| 2011-08-21 | doc(changelog): add info about the memory leak in ng:options | Igor Minar | |
| 2011-08-21 | preparing the project for 0.10.0 chicken-hands iteration | Igor Minar | |
| 2011-08-21 | release notes of the 0.9.19 canine-psychokinesis | Igor Minar | |
| 2011-08-12 | feat(scope): $evalAsync support | Misko Hevery | |
| 2011-08-12 | refactor(scope): remove $flush/$observe ng:eval/ng:eval-order | Misko Hevery | |
| 2011-08-02 | fix($xhr.error): fix docs and add missed breaking change | Vojta Jina | |
| $xhr.error's first argument (request) has no callback property anymore, it's called success now... This breaking change was introduced by b5594a773a6f07dcba914aa385f92d3305285b24 | |||
| 2011-08-02 | feat(scope): new and improved scope implementation | Misko Hevery | |
| - Speed improvements (about 4x on flush phase) - Memory improvements (uses no function closures) - Break $eval into $apply, $dispatch, $flush - Introduced $watch and $observe Breaks angular.equals() use === instead of == Breaks angular.scope() does not take parent as first argument Breaks scope.$watch() takes scope as first argument Breaks scope.$set(), scope.$get are removed Breaks scope.$config is removed Breaks $route.onChange callback has not "this" bounded | |||
| 2011-07-29 | prepare the 0.9.19 canine-psychokinesis iteration | Igor Minar | |
| 2011-07-29 | doc(release notes): small fixes for the 0.9.18 release | Igor Minar | |
| 2011-07-29 | doc(release notes): release notes for the 0.9.18 jiggling-armfat release | Igor Minar | |
| 2011-07-26 | fix(ng:options): add support for option groups | Misko Hevery | |
| Closes# 450 | |||
| 2011-07-26 | fix(directive): ng:options to support ng:change | Misko Hevery | |
| Closes #463 | |||
| 2011-07-26 | fix(directive): ng:options to support iterating over objects | Misko Hevery | |
| Closes #448 | |||
| 2011-07-26 | fix(directive): ng:options incorrectly re-grew options on datasource change | Misko Hevery | |
| Closes #464 | |||
| 2011-07-26 | fix(directive): ng:options now support binding to expression | Misko Hevery | |
| Closes #449 | |||
| 2011-07-20 | feat(filter.date): add support for default datetime formats in en | Di Peng | |
| - add support for full,long, medium, short datetime formats in en Breaks MMMMM. now we don't support MMMMM anymore as old implementation differs from Unicode Locale Data format we are following. - removed support for fullDateTime and fullTime as it means too much trouble with full timeZone names - added docs for the new features | |||
| 2011-07-02 | doc:changelog: small changelog fixes | Igor Minar | |
| 2011-06-30 | preparing the 0.9.18 jiggling-armfat iteration | Igor Minar | |
| 2011-06-30 | docs:changelog: add release date for 0.9.17 | Igor Minar | |
| 2011-06-30 | docs:changelog: updating release notes | Igor Minar | |
| 2011-06-30 | feat:$xhr: provide access to $xhr header defaults | Igor Minar | |
| $xhr header defaults are now exposed as $xhr.defaults.headers.common and $xhr.default.headers.<httpmethod>. This allows applications to configure their defaults as needed. This commit doesn't allow headers to be set per request, only per application. Per request change would require api change, which I tried to avoid *for now*. | |||
| 2011-06-27 | docs:release notes: prepare for notes for 0.9.17 release | Igor Minar | |
| 2011-06-23 | fix:ng:repeater - fix $position when collection size changes | Misko Hevery | |
| 2011-06-23 | fix:$orderBy - return unsorted array if no predicate | Misko Hevery | |
| Closes #399 | |||
| 2011-06-16 | Added ng:disabled, ng:checked, ng:multiple, ng:readonly, ng:selected to ↵ | Di Peng | |
| markup.js. Also added coresponding descriptions live examples and tests for each directive to be displayed on the website. Closes #351 | |||
| 2011-06-08 | Fix changelog url (angularjs.com -> angularjs.org) | Vojta Jina | |
| 2011-06-08 | remove ng:format=index | Misko Hevery | |
| 2011-06-08 | Added ng:options directive | Misko Hevery | |
| Closes #301 | |||
| 2011-06-08 | Added prepend() to jqLite | Misko Hevery | |
