aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
AgeCommit message (Collapse)Author
2012-04-05docs(changelog): release notes for 1.0.0rc4 insomnia-inductionIgor Minar
2012-03-29docs(changelog): release notes for 1.0.0rc3 barefoot-telepathyIgor Minar
2012-03-20docs(changelog): fix rc2 release dateIgor Minar
2012-03-20docs(changelog): release notes for 1.0.0rc2 silence-absorptionIgor Minar
2012-03-15docs(changelog): fix broken linksIgor Minar
Closes #793
2012-03-14style(changelog): Fix some typosalkis
2012-03-14chore(release): cutting 1.0.0rc1 moiré-visionv1.0.0rc1Igor Minar
2012-03-13docs(links): corrected borken linksMisko Hevery
2012-03-13fix(scope): remove scope $destroy eventIgor Minar
2012-03-12docs(release): release notes for 1.0.0rc1Igor Minar
2012-01-19docs(changelog): clarified breaking changes for 0.10.6Igor Minar
2012-01-18chore(release): preparing the 0.10.7 moiré-vision iterationIgor Minar
2012-01-17docs(*): more docsIgor Minar
2012-01-17docs(release-notes): 0.10.6 bubblewrap-cape releaseIgor Minar
2011-11-08chore(release): preparing the 0.10.6 bubblewrap-cape iterationIgor Minar
2011-11-08docs(changelog): release notes for 0.10.5 steel-fistIgor Minar
2011-10-24chore(release): preparing the 0.10.5 steel-fist iterationIgor Minar
2011-10-22docs(changelog): update changelog with 0.10.4 release notesIgor Minar
2011-10-14chore(release): preparing the 0.10.4 human-torch iterationIgor Minar
2011-10-13chore(release): preparing release notes for 0.10.3Igor Minar
2011-10-11feat(ng:repeat) collection items and DOM elements affinity / stabilityMisko Hevery
2011-10-10chore(release): prepare the 0.10.3 shattering-heartbeat iterationIgor Minar
2011-10-08docs(changelog): release notes for 0.10.2 sneaky-seagullIgor Minar
2011-09-12chore(version): preparing the 0.10.2 sneaky-seagull iterationIgor Minar
2011-09-09docs(changelog): release notes for angular 0.10.1 inexorable-juggernautIgor Minar
2011-09-02chore(version.yaml): preparing the 0.10.1 inexorable-juggernaut iterationIgor Minar
2011-09-02docs(changelog): release notes for 0.10.0 chicken-handsIgor Minar
2011-08-21doc(changelog): add info about the memory leak in ng:optionsIgor Minar
2011-08-21preparing the project for 0.10.0 chicken-hands iterationIgor Minar
2011-08-21release notes of the 0.9.19 canine-psychokinesisIgor Minar
2011-08-12feat(scope): $evalAsync supportMisko Hevery
2011-08-12refactor(scope): remove $flush/$observe ng:eval/ng:eval-orderMisko Hevery
2011-08-02fix($xhr.error): fix docs and add missed breaking changeVojta 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-02feat(scope): new and improved scope implementationMisko 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-29prepare the 0.9.19 canine-psychokinesis iterationIgor Minar
2011-07-29doc(release notes): small fixes for the 0.9.18 releaseIgor Minar
2011-07-29doc(release notes): release notes for the 0.9.18 jiggling-armfat releaseIgor Minar
2011-07-26fix(ng:options): add support for option groupsMisko Hevery
Closes# 450
2011-07-26fix(directive): ng:options to support ng:changeMisko Hevery
Closes #463
2011-07-26fix(directive): ng:options to support iterating over objectsMisko Hevery
Closes #448
2011-07-26fix(directive): ng:options incorrectly re-grew options on datasource changeMisko Hevery
Closes #464
2011-07-26fix(directive): ng:options now support binding to expressionMisko Hevery
Closes #449
2011-07-20feat(filter.date): add support for default datetime formats in enDi 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-02doc:changelog: small changelog fixesIgor Minar
2011-06-30preparing the 0.9.18 jiggling-armfat iterationIgor Minar
2011-06-30docs:changelog: add release date for 0.9.17Igor Minar
2011-06-30docs:changelog: updating release notesIgor Minar
2011-06-30feat:$xhr: provide access to $xhr header defaultsIgor 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-27docs:release notes: prepare for notes for 0.9.17 releaseIgor Minar
2011-06-23fix:ng:repeater - fix $position when collection size changesMisko Hevery