<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/lib, branch v0.10.2</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>feat(docs): use html5 history api for all routing in the docs app</title>
<updated>2011-09-26T21:51:53+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-08-30T09:47:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=13f92de6246a0af8450fde84b209211a56397fda'/>
<id>13f92de6246a0af8450fde84b209211a56397fda</id>
<content type='text'>
- Configure our docs app to use new $location with html5 history api!

- Update simple node web server to serve index.html for all links
  (rewritting).

- Update .htaccess file to serve index.html for all links (rewritting).

- At runtime determine the base href path and attach it to the DOM. We
  needed the absolute URL to get all browsers to work well.

- Because of the above, we also need to dynamically determine all needed
  js/css resources and add them to the DOM. This was needed because FF6
  would eagerly fetch resources with wrong URL since the base element is
  added to the dom at runtime.

- All content html files were moved to the partials directory, because
  with the new html5 urls it was impossible to tell if request for
  http://domain/api/angular.filter.html was an html5 url for the html
  filter doc page, or an xhr/appcache request for the content html file
  for the html filter.

f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Configure our docs app to use new $location with html5 history api!

- Update simple node web server to serve index.html for all links
  (rewritting).

- Update .htaccess file to serve index.html for all links (rewritting).

- At runtime determine the base href path and attach it to the DOM. We
  needed the absolute URL to get all browsers to work well.

- Because of the above, we also need to dynamically determine all needed
  js/css resources and add them to the DOM. This was needed because FF6
  would eagerly fetch resources with wrong URL since the base element is
  added to the dom at runtime.

- All content html files were moved to the partials directory, because
  with the new html5 urls it was impossible to tell if request for
  http://domain/api/angular.filter.html was an html5 url for the html
  filter doc page, or an xhr/appcache request for the content html file
  for the html filter.

f
</pre>
</div>
</content>
</entry>
<entry>
<title>feat (jquery): upgrade everything to jQuery 1.6.4</title>
<updated>2011-09-16T00:44:27+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-09-12T16:56:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a2a830e2273f2cb114d1889d6dece171621b046c'/>
<id>a2a830e2273f2cb114d1889d6dece171621b046c</id>
<content type='text'>
Closes #556
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #556
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(jasmine): disable 'Jasmine waiting for..' msg</title>
<updated>2011-08-15T07:21:02+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-08-14T09:50:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=1d45e65f4a026eb0461429f2557a5f0400b7f88e'/>
<id>1d45e65f4a026eb0461429f2557a5f0400b7f88e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(closure-compiler): upgrading to v20110615</title>
<updated>2011-07-18T19:12:54+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-07-17T07:32:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c43ce91b2534fe36994fd74cf8d159e54909d8ca'/>
<id>c43ce91b2534fe36994fd74cf8d159e54909d8ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add appcache for docs site - caches only css/js/img resources</title>
<updated>2011-06-07T21:56:01+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-06-07T19:53:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=25b3438fd78184cbbc420e2e051888f4f192a68a'/>
<id>25b3438fd78184cbbc420e2e051888f4f192a68a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use node's vm module instead of deprecated process.compile</title>
<updated>2011-06-07T05:52:01+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-05-24T11:57:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d05e83992023c0aa8c663ac187529abf45dfe533'/>
<id>d05e83992023c0aa8c663ac187529abf45dfe533</id>
<content type='text'>
So that I don't have to watch the warning all the time :-D
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So that I don't have to watch the warning all the time :-D
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some typos, missing semi-colons, etc...</title>
<updated>2011-04-25T15:17:17+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-04-19T22:24:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f85c82acd623e63f23a4f3ebba239280f14e380b'/>
<id>f85c82acd623e63f23a4f3ebba239280f14e380b</id>
<content type='text'>
This is a combination of 4 commits:
* Fix some small typos, missing semi-colons, etc.
* Fix comment for angular.scenario.SpecRunner.run method
* Fixed some missing semi-colons in cookbook
* Fixed missing semi-colon in nodeserver/server.js
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a combination of 4 commits:
* Fix some small typos, missing semi-colons, etc.
* Fix comment for angular.scenario.SpecRunner.run method
* Fixed some missing semi-colons in cookbook
* Fixed missing semi-colon in nodeserver/server.js
</pre>
</div>
</content>
</entry>
<entry>
<title>Have iit have higher priority then ddesrcibe</title>
<updated>2011-04-12T21:02:21+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-03-29T18:47:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b2dc2ce0b5913c6aa2baf5f5e305a57dd326e6fc'/>
<id>b2dc2ce0b5913c6aa2baf5f5e305a57dd326e6fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>upgrade jstd to 1.3.2 + improve test-coverage.sh script</title>
<updated>2011-04-01T16:59:42+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-03-23T22:22:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ac3dbae37056ee9dbf53e4b027ae7b4ac645948e'/>
<id>ac3dbae37056ee9dbf53e4b027ae7b4ac645948e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>upgrade closure compiler to version 20110322</title>
<updated>2011-03-27T06:22:00+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-03-27T05:50:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=faf29dd047d282c74a7383dc42299ab4e38cdefe'/>
<id>faf29dd047d282c74a7383dc42299ab4e38cdefe</id>
<content type='text'>
the new version minifies our js better:

              before   |  after  | diff
-----------------------------------------
min       |  62161     | 60868   | -2.1%
min+gzip  |  25176     | 24552   | -2.5%
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the new version minifies our js better:

              before   |  after  | diff
-----------------------------------------
min       |  62161     | 60868   | -2.1%
min+gzip  |  25176     | 24552   | -2.5%
</pre>
</div>
</content>
</entry>
</feed>
