aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
AgeCommit message (Collapse)Author
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
2011-06-23fix:$orderBy - return unsorted array if no predicateMisko Hevery
Closes #399
2011-06-16Added 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-08Fix changelog url (angularjs.com -> angularjs.org)Vojta Jina
2011-06-08remove ng:format=indexMisko Hevery
2011-06-08Added ng:options directiveMisko Hevery
Closes #301
2011-06-08Added prepend() to jqLiteMisko Hevery
2011-06-08Refactor injector to have invoke method for speed reasonsMisko Hevery
2011-06-08Number filter would return incorrect value when fractional part had leading ↵Misko Hevery
zeros.
2011-06-08preparing the 0.9.17 vegetable-reanimation iterationMisko Hevery
2011-06-07release notes for angular 0.9.16 weather-controlIgor Minar
2011-05-19JSTD adapter for running e2e testsVojta 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-12preparing the 0.9.16 weather-control iterationIgor Minar
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