aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
AgeCommit message (Collapse)Author
2011-04-11release notes for 0.9.15 lethal-stutter releaseIgor Minar
2011-04-04prepare for the angular 0.9.15 lethal-stutter iterationIgor Minar
2011-04-01release notes for the 0.9.14 key-maker iterationIgor Minar
2011-03-13preparing the 0.9.14 key-maker iterationIgor Minar
2011-03-13preparing release notes for the 0.9.13 curdling stare releaseIgor Minar
2011-03-11Remove the script tag after successful JSONP requestMisko Hevery
2011-03-11Added XSRF prevention logic to $xhr serviceMisko Hevery
2011-03-11Changed the $browser.xhr parameter post from optional to requiredMisko Hevery
2011-03-11Consider all 2xx responses as OK, not just 200Misko Hevery
2011-03-11Fixed cookies which contained unescaped '=' would not show up in cookie service.Misko Hevery
2011-03-03preparing the 0.9.13 curdling-stare iterationIgor Minar
2011-03-03fixing link in thought-implanter release notesIgor Minar
2011-03-03preparing release notes for the 0.9.12 though-implanter releaseIgor Minar
2011-02-25Added delay parameter to the $defer serviceMisko Hevery
2011-02-25Corrected an issue where properties inherited from __proto__ show up in ↵Misko Hevery
ng:repeat. Closses #112
2011-02-18Remove ng:watchMisko Hevery
Closes#143
2011-02-18Auto create $inject property form the argument names. Any arg starting with ↵Misko Hevery
$ or _ will be injected
2011-02-16Changed the angular.compile(element)(scope[, cloneAttachNode])Misko Hevery
2011-02-16rewrite of JQuery lite implementation, which now better supports selected setsMisko Hevery
2011-02-16Change API angular.compile(element)([scope], [element/true])Misko Hevery
2011-02-16remove $init on scope from applying compilation templateMisko Hevery
Closes #40
2011-02-16Add public API to retrieve scope from element.Misko Hevery
2011-02-08preparing the 0.9.11 thought-implanter iterationIgor Minar
2011-02-08cutting the 0.9.11 snow-maker releasev0.9.11Igor Minar
2011-02-08release notes for 0.9.11 snow-makerIgor Minar
2011-02-03fixed population of value attribute on optionMisko Hevery
The value attribute must be populated manually, since different browsers default to different value of option when not explicitly defined.
2011-02-01fix older release notesIgor Minar
2011-01-30preparing the 0.9.11 snow-maker iterationIgor Minar
2011-01-26updating release notes for the 0.9.10 releaseIgor Minar
2011-01-14fixed select with ng:formatMisko Hevery
select (one/multiple) could not chose from a list of objects, since DOM requires string ids. Solved by adding index formatter, which exposed incorrect handling of formatters in select widgets.
2011-01-14preparing the 0.9.10 flea-whisperer iterationIgor Minar
2011-01-13updating release notesIgor Minar
2011-01-13significant rewrite of the $location serviceIgor Minar
- don't update browser before and after eval instead - sync location properties before eval - sync location properties and update browser after eval - added tests - symplified the code - removed $location.toString() because it was not idempotent and useless This resolves the issue with issuing two $route.onHashChange calls when the $location was updated with a hashPath that needs to be encoded
2011-01-10Rename angular.foreach to angular.forEach to make the api consistent.Igor Minar
camelcase is used for other angular functions and forEach is also used by EcmaScript standard. - rename the internal as well as the external function name - tweak the implementation of the function so that it doesn't clober it self when we extend the angular object with an object that has a forEach property equal to this forEach function Closes #85
2011-01-07change to keydown from keyup; add delayed $updateViewMisko Hevery
- There was a perceived lag when typing do to the fact that we were listening on the keyup event instead of keydown. The issue with keydown is that we can not read the value of the input field. To solve this we schedule a defer call and perform the model update then. - To prevent calling $eval on root scope too many times as well as to prevent drowning the browser with too many updates we now call the $eval only after 25ms and any additional requests get ignored. The new update service is called $updateView
2011-01-07$location service should utilize onhashchange events instead of pollingIgor Minar
2011-01-04rename scope.$inject to scope.$serviceIgor Minar
see changelog diff for more info
2011-01-04renaming service property $creation to $eagerIgor Minar
see changelog diff for more info
2011-01-04removing support for 'eager-published' servicesIgor Minar
2011-01-04Remove many eager-publish services, lazy pollingMisko Hevery
- Browser now starts the poller on first call to addPollFn() - Many services ($location, $cookies, $router) are no longer eager-publish. The result is that unless someone needs the $cookies, they will not cause the Browser to start polling for them.
2010-12-23preparing the 0.9.9 time-shift iterationIgor Minar
2010-12-23release notes for the 0.9.8 releaseIgor Minar
2010-12-11Closes #153: input widgets without name are ignoredMisko Hevery
2010-12-10preparing the 0.9.8 astral-projection iterationIgor Minar
2010-12-10fixing release notesIgor Minar
2010-12-10updating release notesIgor Minar
2010-12-08Remove RegExp parserMisko Hevery
- RegExp parser is rearly used, feature, and one should not have RegExps in views anyways, so we are removing it BACKWARD INCOMPATIBLE CHANGE!!!
2010-12-08Fixed failed assignments of form abj[0].name=valueMisko Hevery
Closes #169
2010-12-06preparations for the 0.9.7 sonic-scream iterationIgor Minar
2010-12-06fixing release notesIgor Minar