<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/lib, branch v1.1.2</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>chore(jquery): upgrade to jquery 1.8.2</title>
<updated>2012-11-26T14:45:04+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-10-31T20:46:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e249502880974cd7bc34a065d23f4d0bfdec6353'/>
<id>e249502880974cd7bc34a065d23f4d0bfdec6353</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(jasmine): remove Jasmine from our repo</title>
<updated>2012-10-18T10:14:27+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-10-18T10:14:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d938983c06896306a7629ca15162e565ee98001c'/>
<id>d938983c06896306a7629ca15162e565ee98001c</id>
<content type='text'>
it's bundled with Testacular, so we don't need it here
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it's bundled with Testacular, so we don't need it here
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(jstd): remove JsTestDriver from our repo</title>
<updated>2012-10-18T10:13:04+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-10-18T10:13:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8d69f4b93aea66a417f5c881b2e6381d19d86b35'/>
<id>8d69f4b93aea66a417f5c881b2e6381d19d86b35</id>
<content type='text'>
Testacular FTW!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Testacular FTW!
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(): remove unused files</title>
<updated>2012-09-16T17:39:43+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-09-16T17:39:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4a04c2ec0c935dd47b124ea488d68e8c87618386'/>
<id>4a04c2ec0c935dd47b124ea488d68e8c87618386</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(docs): don't rewrite colons in doc filenames</title>
<updated>2012-09-04T18:11:09+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-08-31T23:29:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b8fac353f07c00c21a16926740aaec4b1c8cb487'/>
<id>b8fac353f07c00c21a16926740aaec4b1c8cb487</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(docs): use GAE and Google CDN for docs</title>
<updated>2012-08-24T21:54:35+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-08-20T15:28:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4a4b28dbf3af9a1871f00dfeded6da9eda557412'/>
<id>4a4b28dbf3af9a1871f00dfeded6da9eda557412</id>
<content type='text'>
Short summary: if you use local node server everything should work as before,
if you use GAE, everything should work now as well, but we pull assets from CDN.

- GAE doesn't support ':' in filenames, so I had to replace it with '_'
  but only in the filename, all servers were reconfigured to rewrite the
  urls from : to _ when doing file lookup
- We now pull angular assets from google CDN when deployed on GAE (locally
  or in production). When running on a non GAE server we pull assets from
  ../ directory as before
- Since only certain versions of Angular are available on CDN and we want
  to be able to autodeploy docs, I had to pin down the Angular files
  to a "stable" version when running on GAE
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Short summary: if you use local node server everything should work as before,
if you use GAE, everything should work now as well, but we pull assets from CDN.

- GAE doesn't support ':' in filenames, so I had to replace it with '_'
  but only in the filename, all servers were reconfigured to rewrite the
  urls from : to _ when doing file lookup
- We now pull angular assets from google CDN when deployed on GAE (locally
  or in production). When running on a non GAE server we pull assets from
  ../ directory as before
- Since only certain versions of Angular are available on CDN and we want
  to be able to autodeploy docs, I had to pin down the Angular files
  to a "stable" version when running on GAE
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(nodeserver): add font mime type</title>
<updated>2012-08-04T19:09:28+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-08-04T19:09:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=77e6d833f6818cbf3eecbe8e7cf640453af36ee1'/>
<id>77e6d833f6818cbf3eecbe8e7cf640453af36ee1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(favicon): update to aliased icon</title>
<updated>2012-05-24T20:48:31+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-05-12T14:59:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b5fb18ae354831736bf56e9e6dccf6213ea24f16'/>
<id>b5fb18ae354831736bf56e9e6dccf6213ea24f16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(server.js): Add CSP support</title>
<updated>2012-04-28T05:04:16+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-04-27T22:20:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2b1b2570344cfb55ba93b6f184bd3ee6db324419'/>
<id>2b1b2570344cfb55ba93b6f184bd3ee6db324419</id>
<content type='text'>
The support is disabled by default, uncomment relevant lines to enable
it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The support is disabled by default, uncomment relevant lines to enable
it.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(jquery): jquery 1.7.2 support</title>
<updated>2012-04-20T21:29:36+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-04-18T22:51:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8ebe5ccd9ace7807bedc7317d605370fe82b773d'/>
<id>8ebe5ccd9ace7807bedc7317d605370fe82b773d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
