<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/.gitignore, branch v0.9.4</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>added LICENSE to IDEA</title>
<updated>2010-11-04T18:07:49+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-11-03T15:52:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c0d30aedfca89fee2e1fc3b0b2fc1e7bfcb008b1'/>
<id>c0d30aedfca89fee2e1fc3b0b2fc1e7bfcb008b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix failing tests for ie, and mark elements as ng-widget, ng-directive, and ng-binding</title>
<updated>2010-10-27T22:42:46+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-10-27T05:02:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=62c0e5c46091d8b98a20c31ab26e715bad574bae'/>
<id>62c0e5c46091d8b98a20c31ab26e715bad574bae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Workaround for http://bugs.jquery.com/ticket/7292</title>
<updated>2010-10-23T05:46:51+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-10-23T05:46:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8a867cee229b78f5bfde6a05fdbe0d7d3d608e11'/>
<id>8a867cee229b78f5bfde6a05fdbe0d7d3d608e11</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 version numbers in the Rakefile</title>
<updated>2010-10-20T21:48:35+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2010-10-20T04:19:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2e687ee56fb81e96c0f45b2655a1a723331e2d20'/>
<id>2e687ee56fb81e96c0f45b2655a1a723331e2d20</id>
<content type='text'>
* version number is stored in version.yaml
  - work in progress is marked with version number that ends with '-snapshot'
* all compiled files are stored in the './build/' directory without version numbers
* :package task creates a tarball in the build directory
  - if version number contains '-snapshot', this substring is replaced with sha of the head
  - tarball contains version number in the filename
  - all js files contain version number in the filename
* .gitignore was updated to reflect all these changes
* the .map file is not created by the closure compiler any more
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* version number is stored in version.yaml
  - work in progress is marked with version number that ends with '-snapshot'
* all compiled files are stored in the './build/' directory without version numbers
* :package task creates a tarball in the build directory
  - if version number contains '-snapshot', this substring is replaced with sha of the head
  - tarball contains version number in the filename
  - all js files contain version number in the filename
* .gitignore was updated to reflect all these changes
* the .map file is not created by the closure compiler any more
</pre>
</div>
</content>
</entry>
<entry>
<title>inline all images into css</title>
<updated>2010-10-18T23:24:43+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2010-10-16T04:38:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7059579c7499337c7946f3877ce77dd9a04ea22a'/>
<id>7059579c7499337c7946f3877ce77dd9a04ea22a</id>
<content type='text'>
* embedded images as data URIs
* rake task to generate multipart js file with embeded images for IE
* move images into a separate directory outside of src or css and
  keep them there for reference
* clean up Rakefile and ruby code
* .gitignore update
* don't penalize IE 8+ with an extra request to the ie-compat.js file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* embedded images as data URIs
* rake task to generate multipart js file with embeded images for IE
* move images into a separate directory outside of src or css and
  keep them there for reference
* clean up Rakefile and ruby code
* .gitignore update
* don't penalize IE 8+ with an extra request to the ie-compat.js file
</pre>
</div>
</content>
</entry>
<entry>
<title>remove TODO.text and add jstd.log to gitignore</title>
<updated>2010-09-23T10:21:27+00:00</updated>
<author>
<name>Bolek Szewczyk</name>
</author>
<published>2010-09-23T10:13:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=29f995fc7897d0ee0e82c77153b1b318a993c99b'/>
<id>29f995fc7897d0ee0e82c77153b1b318a993c99b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add ftp script to auto deploy to angularjs.org</title>
<updated>2010-08-14T18:03:36+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-08-14T18:03:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=91104f878debd0cd86ba62fed2f30be433200690'/>
<id>91104f878debd0cd86ba62fed2f30be433200690</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added rake task to create a single file for scenario runner</title>
<updated>2010-05-25T21:23:52+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-05-25T21:23:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5992e81b2e302c3b3375567e347227f6a9496585'/>
<id>5992e81b2e302c3b3375567e347227f6a9496585</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bettor function iterator</title>
<updated>2010-04-17T03:10:09+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-04-17T03:10:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8394353b8580eadb9502abbcc963b594c9d9f53f'/>
<id>8394353b8580eadb9502abbcc963b594c9d9f53f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added resources; removed compiled code</title>
<updated>2010-03-15T21:36:50+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-03-15T21:36:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=cc71b745c3c821f5e012a363ae3267252a81fddb'/>
<id>cc71b745c3c821f5e012a363ae3267252a81fddb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
