| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2011-06-08 | Refactor injector to have invoke method for speed reasons | Misko Hevery | |
| 2011-06-08 | Number filter would return incorrect value when fractional part had leading ↵ | Misko Hevery | |
| zeros. | |||
| 2011-06-08 | preparing the 0.9.17 vegetable-reanimation iteration | Misko Hevery | |
| 2011-06-07 | release notes for angular 0.9.16 weather-control | Igor Minar | |
| 2011-05-19 | JSTD adapter for running e2e tests | Vojta Jina | |
| Couple of changes into angular.scenario runner: - add autotest config (runs tests when document ready) - update ObjectModel (forwards events) - use only one ObjectModel instance for all outputters - expose error msg and line number in ObjectModel.Spec and ObjectModel.Step - fix generating spec.ids - fix 'html' output so that it does not mutate ObjectModel Couple of changes into docs / generator: - rename copy -> copyTpl - move docs/static into docs/examples (to avoid conflict with jstd proxy) Running all docs e2e tests: ======================================================== 1/ compile angular-scenario, jstd-scenario-adapter >> rake compile 2/ build docs >> rake docs 3/ start jstd server >> ./server-scenario.sh 4/ capture some browser 5/ run node server to serve static content >> node ../lib/nodeserver/server.js 6/ run tests >> ./test-scenario.sh | |||
| 2011-04-12 | preparing the 0.9.16 weather-control iteration | Igor Minar | |
| 2011-04-11 | release notes for 0.9.15 lethal-stutter release | Igor Minar | |
| 2011-04-04 | prepare for the angular 0.9.15 lethal-stutter iteration | Igor Minar | |
| 2011-04-01 | release notes for the 0.9.14 key-maker iteration | Igor Minar | |
| 2011-03-13 | preparing the 0.9.14 key-maker iteration | Igor Minar | |
