<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/lib/grunt, branch v1.2.x</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>chore(utils): fix version number processing</title>
<updated>2014-03-21T18:42:18+00:00</updated>
<author>
<name>Peter Bacon Darwin</name>
</author>
<published>2014-03-18T10:43:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ca69dc6f1779221ffe01ac5542afc4433ab41a05'/>
<id>ca69dc6f1779221ffe01ac5542afc4433ab41a05</id>
<content type='text'>
The changes to version-info meant that the version being injected into
the code at build time was missing the "dot" (patch) version and the
release code-name.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The changes to version-info meant that the version being injected into
the code at build time was missing the "dot" (patch) version and the
release code-name.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(version-info): use remote tags and increment patch version</title>
<updated>2014-03-13T00:33:52+00:00</updated>
<author>
<name>Tobias Bosch</name>
</author>
<published>2014-03-12T22:19:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=809d47ec7731050077063ec97511d38dca99954e'/>
<id>809d47ec7731050077063ec97511d38dca99954e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(build): refactor build version information</title>
<updated>2014-03-11T06:54:52+00:00</updated>
<author>
<name>Peter Bacon Darwin</name>
</author>
<published>2014-03-11T06:34:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=550fc21ce562aa5250370b62a02cc9d17ca4a106'/>
<id>550fc21ce562aa5250370b62a02cc9d17ca4a106</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(grunt): remove unnecessary white spaces</title>
<updated>2014-03-07T23:03:57+00:00</updated>
<author>
<name>Takashi Nakagawa</name>
</author>
<published>2014-03-04T12:23:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=08120612741421da9e702d70e41e586314a30209'/>
<id>08120612741421da9e702d70e41e586314a30209</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(travis): reorganize protractor configs to group by spec instead of by browser</title>
<updated>2014-02-22T00:57:04+00:00</updated>
<author>
<name>Julie</name>
</author>
<published>2014-02-20T05:01:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=39c82f3fb7a8459304d5e07dc87bd0623ad1efd0'/>
<id>39c82f3fb7a8459304d5e07dc87bd0623ad1efd0</id>
<content type='text'>
Use the multiConfiguration ability of Protractor to start tests on multiple browsers
from the same travis cell. Group tests by type (jquery, jqlite, or docs tests) instead
of by browser. Turn on tests for jQuery.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the multiConfiguration ability of Protractor to start tests on multiple browsers
from the same travis cell. Group tests by type (jquery, jqlite, or docs tests) instead
of by browser. Turn on tests for jQuery.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(grunt): grunt should error when doc generation grunt errors</title>
<updated>2014-02-16T19:03:44+00:00</updated>
<author>
<name>Julie</name>
</author>
<published>2014-02-14T23:12:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4ee35287f0f405bff03d766539f8dfea28ae38c7'/>
<id>4ee35287f0f405bff03d766539f8dfea28ae38c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(doc-gen): new docs</title>
<updated>2014-02-16T19:03:41+00:00</updated>
<author>
<name>Peter Bacon Darwin</name>
</author>
<published>2014-02-12T22:47:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=389d4879da4aa620ee95d789b19ff9be44eb730a'/>
<id>389d4879da4aa620ee95d789b19ff9be44eb730a</id>
<content type='text'>
chore(doc-gen): implement dgeni
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chore(doc-gen): implement dgeni
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(testing): run end to end tests on separate browsers in parallel</title>
<updated>2014-02-05T23:40:16+00:00</updated>
<author>
<name>Julie</name>
</author>
<published>2014-01-31T06:09:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=84467d869730c6821c07496f510355ab73e7c10b'/>
<id>84467d869730c6821c07496f510355ab73e7c10b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(testing): run end to end tests on firefox and safari as well as chrome</title>
<updated>2014-02-05T23:39:59+00:00</updated>
<author>
<name>Julie</name>
</author>
<published>2014-01-31T02:49:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0e85ca9ddb5f259908400463764fd6141977b341'/>
<id>0e85ca9ddb5f259908400463764fd6141977b341</id>
<content type='text'>
Update the Travis and Jenkins configs to run protractor tests on Safari and Firefox as well,
and make the Travis tests run output XML and turn off color.

Fix tests which were failing in Firefox due to clear() not working as expected.

Fix tests which were failing in Safari due to SafariDriver not understanding the minus key,
and disable tests which SafariDriver has no support for.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the Travis and Jenkins configs to run protractor tests on Safari and Firefox as well,
and make the Travis tests run output XML and turn off color.

Fix tests which were failing in Firefox due to clear() not working as expected.

Fix tests which were failing in Safari due to SafariDriver not understanding the minus key,
and disable tests which SafariDriver has no support for.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(end2end): remove old references to the scenario runner and update to point to protractor</title>
<updated>2014-02-05T23:39:46+00:00</updated>
<author>
<name>Julie</name>
</author>
<published>2014-01-28T21:56:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e7face4728d3aed6dc089966d489d0c93b65913d'/>
<id>e7face4728d3aed6dc089966d489d0c93b65913d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
