<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/Rakefile, branch v0.10.1</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>feat($sniffer): basic implementation of browser feature testing</title>
<updated>2011-09-08T18:37:28+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-06-23T18:01:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d0f459c56fdb3dae692c359a2915acb2fd063c79'/>
<id>d0f459c56fdb3dae692c359a2915acb2fd063c79</id>
<content type='text'>
This only extracts our 'hashchange' event and html5 history api detection from
$browser.

Closes #400
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This only extracts our 'hashchange' event and html5 history api detection from
$browser.

Closes #400
</pre>
</div>
</content>
</entry>
<entry>
<title>feat($route): add events before/after route change</title>
<updated>2011-08-31T21:31:23+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-08-24T05:30:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ad3cc16eef0a13844e6e05abcb18c46a370f0814'/>
<id>ad3cc16eef0a13844e6e05abcb18c46a370f0814</id>
<content type='text'>
BREAKING CHANGE
* removing `onChange`

FEATURE
* adding three events: $beforeRouteChange, $afterRouteChange, $routeReload
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BREAKING CHANGE
* removing `onChange`

FEATURE
* adding three events: $beforeRouteChange, $afterRouteChange, $routeReload
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(i18n): collect and convert locale info from closure</title>
<updated>2011-08-15T06:44:20+00:00</updated>
<author>
<name>Di Peng</name>
</author>
<published>2011-07-29T21:22:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=966cbd4cf8d795b1706ff400f604c6002d7e81f9'/>
<id>966cbd4cf8d795b1706ff400f604c6002d7e81f9</id>
<content type='text'>
- add i18n/closure directory with closure i18n files and
  update-closure.sh script to update them
- generate.sh script runs node.js scripts that extract localization
  rules from the closure library, transform them to a more suitable
format and dumps them into i18n/locale directory as angular's $locale
services
- update Rakefile to copy i18n files to build/ and pkg/ dirs
- copy i18n stuff during rake build
- e2e tests for several locales
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add i18n/closure directory with closure i18n files and
  update-closure.sh script to update them
- generate.sh script runs node.js scripts that extract localization
  rules from the closure library, transform them to a more suitable
format and dumps them into i18n/locale directory as angular's $locale
services
- update Rakefile to copy i18n files to build/ and pkg/ dirs
- copy i18n stuff during rake build
- e2e tests for several locales
</pre>
</div>
</content>
</entry>
<entry>
<title>feat($locale): add default locale service for en-US</title>
<updated>2011-08-15T06:44:20+00:00</updated>
<author>
<name>Di Peng</name>
</author>
<published>2011-07-29T20:47:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6802a760078d9f8e305e41cc208383ca6415436f'/>
<id>6802a760078d9f8e305e41cc208383ca6415436f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(scope): remove $flush/$observe ng:eval/ng:eval-order</title>
<updated>2011-08-12T22:47:47+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-08-10T20:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=42062dab34192d2cb9ed66a720c0f791408c61c0'/>
<id>42062dab34192d2cb9ed66a720c0f791408c61c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(Rakefile): index-jq.html needs to be rewritten like index.html</title>
<updated>2011-07-30T02:35:27+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=eb758bc60578cbc720917156238c07157ee736d7'/>
<id>eb758bc60578cbc720917156238c07157ee736d7</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>
</feed>
