<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/collect.js, branch v1.0.0rc11</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>removed unnedded files; switch rake to new doc build script</title>
<updated>2011-01-10T22:48:13+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-01-10T22:48:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f534def0c63a8dddd5ce7ddc92363a26b66bac54'/>
<id>f534def0c63a8dddd5ce7ddc92363a26b66bac54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>change to keydown from keyup; add delayed $updateView</title>
<updated>2011-01-07T22:39:46+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-12-10T21:55:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=47c454a315b6c0260c8f65e70ae9b30f924650df'/>
<id>47c454a315b6c0260c8f65e70ae9b30f924650df</id>
<content type='text'>
 - 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - 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
</pre>
</div>
</content>
</entry>
<entry>
<title>@returns tag should allow the content to be split into multiple lines</title>
<updated>2010-12-08T00:07:14+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2010-12-08T00:07:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=809ca94e1cca45fbf40a2bfd84e8770536e3624b'/>
<id>809ca94e1cca45fbf40a2bfd84e8770536e3624b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow documentation to be in external file</title>
<updated>2010-12-06T23:48:40+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-11-22T20:05:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=58d0e8945d772eddbfecbe6a645b2f1c4dd38bf2'/>
<id>58d0e8945d772eddbfecbe6a645b2f1c4dd38bf2</id>
<content type='text'>
* Load templates once instead of per request
* show timing information
* load files ending in .ngdoc and process them
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Load templates once instead of per request
* show timing information
* load files ending in .ngdoc and process them
</pre>
</div>
</content>
</entry>
<entry>
<title>Small refactor in doc parser</title>
<updated>2010-11-25T16:51:32+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2010-11-17T21:34:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9f1b9849d864da17a7a3dd42a81abcd92d451471'/>
<id>9f1b9849d864da17a7a3dd42a81abcd92d451471</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add @workInProgress tag and mark all @ngdocs as work in progress</title>
<updated>2010-11-19T00:28:42+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2010-11-19T00:28:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=fc7f11d03b4380866033c38eb7649cdc5be93d9a'/>
<id>fc7f11d03b4380866033c38eb7649cdc5be93d9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add support for {@link} tags within @description and remove implicit linking</title>
<updated>2010-11-18T10:35:29+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2010-11-18T01:26:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=65989c6f0d13b8f205ab929999a4b9f66c8c1c93'/>
<id>65989c6f0d13b8f205ab929999a4b9f66c8c1c93</id>
<content type='text'>
use as:
- foo {@link bar}
- foo {@link bar desc}

I'm removing implicit linking because it unintentionally links stuff and
generally interferes with other conversions. We have to link stuff explicitely
from now on.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use as:
- foo {@link bar}
- foo {@link bar desc}

I'm removing implicit linking because it unintentionally links stuff and
generally interferes with other conversions. We have to link stuff explicitely
from now on.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs linkifying regexp should not mess up links alreaded converete by markdown</title>
<updated>2010-11-18T10:35:28+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2010-11-17T23:09:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4491bbdede825df78302301d4689dd73bcf9c256'/>
<id>4491bbdede825df78302301d4689dd73bcf9c256</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make @param type and description non-optional</title>
<updated>2010-11-18T10:35:28+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2010-11-17T22:46:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a6978b201bbc1756b661dd968b3fb1b0d97f5033'/>
<id>a6978b201bbc1756b661dd968b3fb1b0d97f5033</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>adding support for @param.optional</title>
<updated>2010-11-18T10:34:54+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2010-11-17T21:07:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ee0e9a44521218a1d13bc502350414d30ca03cf9'/>
<id>ee0e9a44521218a1d13bc502350414d30ca03cf9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
