<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/Rakefile, branch v0.9.x</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix(e2e): add index-nocache.html to run e2e tests without cache</title>
<updated>2011-10-03T19:24:29+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-09-21T00:47:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2f128c96191825139fe9eb1b43b0e3f5b5265440'/>
<id>2f128c96191825139fe9eb1b43b0e3f5b5265440</id>
<content type='text'>
using appcache while running e2e tests was causing the following
problems:
- Safari would occasionally reload the app (as a result of the appcache
  refresh) during the angular.validator.asychronous test, which would
  result in test failure and false positivy.
- Firefox6 would run the tests very slowly, disabling the cache resolved
  the latency issues
- Sometimes tests would run with stale code pulled from cache, which
  would result in flaky tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
using appcache while running e2e tests was causing the following
problems:
- Safari would occasionally reload the app (as a result of the appcache
  refresh) during the angular.validator.asychronous test, which would
  result in test failure and false positivy.
- Firefox6 would run the tests very slowly, disabling the cache resolved
  the latency issues
- Sometimes tests would run with stale code pulled from cache, which
  would result in flaky tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(Rakefile): index-jq.html needs to be rewritten like index.html</title>
<updated>2011-08-19T06:23:41+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-07-30T02:35:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=590cd14ae0cd073b30c56d0d29dd1c03a954148f'/>
<id>590cd14ae0cd073b30c56d0d29dd1c03a954148f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(docs): add full offline support</title>
<updated>2011-07-26T23:35:42+00:00</updated>
<author>
<name>Di Peng</name>
</author>
<published>2011-07-21T02:29:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9dea9de44917b0b72a786122e619d451ccb8b0dc'/>
<id>9dea9de44917b0b72a786122e619d451ccb8b0dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(license): update license headers + add version num</title>
<updated>2011-07-22T22:49:10+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-07-22T22:49:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=fdd5d9471f3b330e3b941681c5b11e16e948da75'/>
<id>fdd5d9471f3b330e3b941681c5b11e16e948da75</id>
<content type='text'>
- fixed copyright overnship
- updated copyright years
- added @license tag so that closure compiler preserves the header
- added version number into headers (finally!)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fixed copyright overnship
- updated copyright years
- added @license tag so that closure compiler preserves the header
- added version number into headers (finally!)
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(angular.version): add angular.version</title>
<updated>2011-07-22T22:34:55+00:00</updated>
<author>
<name>Di Peng</name>
</author>
<published>2011-07-12T00:31:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0782422d1f319593ffe3f0d7b2372ba995ad362c'/>
<id>0782422d1f319593ffe3f0d7b2372ba995ad362c</id>
<content type='text'>
- placeholders are replaced with actual angular versions when doing
rake compile
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- placeholders are replaced with actual angular versions when doing
rake compile
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(gen-docs): use q, qq, q-fs (node modules) to write gen-docs</title>
<updated>2011-07-21T00:33:18+00:00</updated>
<author>
<name>Di Peng</name>
</author>
<published>2011-07-10T01:15:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8fa066190af2b2267a5e8111a41beb6e8af5c340'/>
<id>8fa066190af2b2267a5e8111a41beb6e8af5c340</id>
<content type='text'>
- re-write gendocs.js, reader.js and writer.js
- all calls are asynchronous
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- re-write gendocs.js, reader.js and writer.js
- all calls are asynchronous
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(strict mode): turn on ECMAScript 5 strict mode</title>
<updated>2011-07-18T19:12:55+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-05-19T07:19:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b98c23274b4dd51205d5020a254ac53966c9ae9a'/>
<id>b98c23274b4dd51205d5020a254ac53966c9ae9a</id>
<content type='text'>
- add 'use strict'; statement to the prefix file
- configure closure compiler to use the ES5 strict mode
- strip all file-specific strict mode flags after concatination

Closes #223
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add 'use strict'; statement to the prefix file
- configure closure compiler to use the ES5 strict mode
- strip all file-specific strict mode flags after concatination

Closes #223
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ie-compat): escape \ in regexp</title>
<updated>2011-07-13T23:21:07+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-07-11T21:33:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4ab359629548b777a69cfdb989a0249806696163'/>
<id>4ab359629548b777a69cfdb989a0249806696163</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>style(ie-compat): improved generated ie compat code</title>
<updated>2011-07-13T23:21:07+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-07-11T21:32:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=106674ac1e06a6d23b5ece3a05f5eefd0bdc2842'/>
<id>106674ac1e06a6d23b5ece3a05f5eefd0bdc2842</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat:build: better build/pkg/ dir structure</title>
<updated>2011-06-30T17:58:14+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-06-30T17:58:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6dc22fe57529387b1a66b42193670bf6d6685675'/>
<id>6dc22fe57529387b1a66b42193670bf6d6685675</id>
<content type='text'>
rake package now produced directory structure that can be uploaded to
the ftp server as is without manual changes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rake package now produced directory structure that can be uploaded to
the ftp server as is without manual changes
</pre>
</div>
</content>
</entry>
</feed>
