<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jsUnity</title>
	<atom:link href="http://jsunity.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jsunity.com</link>
	<description>Lightweight Universal JavaScript Unit Testing Framework</description>
	<lastBuildDate>Tue, 21 Apr 2009 15:53:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tweet!</title>
		<link>http://jsunity.com/2009/04/20/78/</link>
		<comments>http://jsunity.com/2009/04/20/78/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 17:16:53 +0000</pubDate>
		<dc:creator>Ates Goral</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://jsunity.com/?p=78</guid>
		<description><![CDATA[jsUnity now has a Twitter feed: http://twitter.com/jsunity
]]></description>
			<content:encoded><![CDATA[<p>jsUnity now has a Twitter feed: <a href="http://twitter.com/jsunity">http://twitter.com/jsunity</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jsunity.com/2009/04/20/78/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moved to new host</title>
		<link>http://jsunity.com/2009/04/04/moved-to-new-host/</link>
		<comments>http://jsunity.com/2009/04/04/moved-to-new-host/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 21:09:17 +0000</pubDate>
		<dc:creator>Ates Goral</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://jsunity.com/?p=72</guid>
		<description><![CDATA[Moved the site from Media Temple Grid-Service to WebFaction. Hopefully, it will now become more responsive.
]]></description>
			<content:encoded><![CDATA[<p>Moved the site from <a href="http://mediatemple.net/">Media Temple</a> Grid-Service to <a href="http://www.webfaction.com/?affiliate=atesgoral">WebFaction</a>. Hopefully, it will now become more responsive.</p>
]]></content:encoded>
			<wfw:commentRss>http://jsunity.com/2009/04/04/moved-to-new-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jsUnity v0.6 released</title>
		<link>http://jsunity.com/2009/03/25/jsunity-v06-released/</link>
		<comments>http://jsunity.com/2009/03/25/jsunity-v06-released/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 15:06:43 +0000</pubDate>
		<dc:creator>Ates Goral</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://jsunity.com/?p=59</guid>
		<description><![CDATA[Changes:

Improved assertion messages, added custom message argument
Renamed assert[Not]Equals to assert[Not]Equal and made it more lax than the new assert[Not]Identical
Added more assertion functions
Made missing test suite names undefined instead of empty string
Fixed function probing logic so that an outer function doesn&#8217;t shield an inner function with the same name
Added compile
Introduced TestSuite and TestResults classes
Fixed test suite [...]]]></description>
			<content:encoded><![CDATA[<p>Changes:</p>
<ul>
<li>Improved assertion messages, added custom message argument</li>
<li>Renamed assert[Not]Equals to assert[Not]Equal and made it more lax than the new assert[Not]Identical</li>
<li>Added more assertion functions</li>
<li>Made missing test suite names undefined instead of empty string</li>
<li>Fixed function probing logic so that an outer function doesn&#8217;t shield an inner function with the same name</li>
<li>Added compile</li>
<li>Introduced TestSuite and TestResults classes</li>
<li>Fixed test suite scope to use the object for object test suites instead of the generated test suite object</li>
<li>Test cases are run within the scope of the test suite (as &#8220;this&#8221;)</li>
<li>Fixed multiple test suite name concatenation to work with AppJet</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jsunity.com/2009/03/25/jsunity-v06-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jsUnity v0.5 released</title>
		<link>http://jsunity.com/2009/02/20/jsunity-v05-released/</link>
		<comments>http://jsunity.com/2009/02/20/jsunity-v05-released/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 08:21:56 +0000</pubDate>
		<dc:creator>Ates Goral</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://jsunity.com/?p=3</guid>
		<description><![CDATA[Changes:

Added jsUnity.env that contains defaultScope and getDate
Added results.duration
Proper plural/singular count messages
Made test runners proper HTML
run() now can take multiple test suites as arguments
Renamed globalScope to defaultScope

]]></description>
			<content:encoded><![CDATA[<p>Changes:</p>
<ul>
<li>Added jsUnity.env that contains defaultScope and getDate</li>
<li>Added results.duration</li>
<li>Proper plural/singular count messages</li>
<li>Made test runners proper HTML</li>
<li>run() now can take multiple test suites as arguments</li>
<li>Renamed globalScope to defaultScope</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jsunity.com/2009/02/20/jsunity-v05-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jsUnity v0.4 released</title>
		<link>http://jsunity.com/2009/02/18/jsunity-v04-released/</link>
		<comments>http://jsunity.com/2009/02/18/jsunity-v04-released/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 05:29:55 +0000</pubDate>
		<dc:creator>Ates Goral</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://jsunity.com/blog.php/?p=7</guid>
		<description><![CDATA[Changes:

Fixed jsUnity assignment method to make JScript happy
Removed the need for runner functions
Rewired suite type handling
Added probing to array suites
Array suites now support both strings and functions as items
Renamed results.name to results.suiteName

]]></description>
			<content:encoded><![CDATA[<p>Changes:</p>
<ul>
<li>Fixed jsUnity assignment method to make JScript happy</li>
<li>Removed the need for runner functions</li>
<li>Rewired suite type handling</li>
<li>Added probing to array suites</li>
<li>Array suites now support both strings and functions as items</li>
<li>Renamed results.name to results.suiteName</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jsunity.com/2009/02/18/jsunity-v04-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jsUnity v0.3 released</title>
		<link>http://jsunity.com/2009/02/14/jsunity-v03-released/</link>
		<comments>http://jsunity.com/2009/02/14/jsunity-v03-released/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 06:52:33 +0000</pubDate>
		<dc:creator>Ates Goral</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://jsunity.com/blog.php/?p=10</guid>
		<description><![CDATA[Changes:

Improved function parser to handle nested functions and comments
Enabled all suite types
Fixed default assertion scope
Fixed test suite name passing bug
Made function parsing regex more lax to work with AppJet

]]></description>
			<content:encoded><![CDATA[<p>Changes:</p>
<ul>
<li>Improved function parser to handle nested functions and comments</li>
<li>Enabled all suite types</li>
<li>Fixed default assertion scope</li>
<li>Fixed test suite name passing bug</li>
<li>Made function parsing regex more lax to work with AppJet</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jsunity.com/2009/02/14/jsunity-v03-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jsUnity v0.2 released</title>
		<link>http://jsunity.com/2009/02/03/jsunity-v02-released/</link>
		<comments>http://jsunity.com/2009/02/03/jsunity-v02-released/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 19:30:52 +0000</pubDate>
		<dc:creator>Ates Goral</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://jsunity.com/blog.php/?p=13</guid>
		<description><![CDATA[Changes:

Moved default assertions into defaultAssertions, out of the global scope
Assertion set can be overridden
Added attachAssertions

]]></description>
			<content:encoded><![CDATA[<p>Changes:</p>
<ul>
<li>Moved default assertions into defaultAssertions, out of the global scope</li>
<li>Assertion set can be overridden</li>
<li>Added attachAssertions</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jsunity.com/2009/02/03/jsunity-v02-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jsUnity v0.1 released</title>
		<link>http://jsunity.com/2009/01/31/jsunity-v01-released/</link>
		<comments>http://jsunity.com/2009/01/31/jsunity-v01-released/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 18:56:48 +0000</pubDate>
		<dc:creator>Ates Goral</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://jsunity.com/blog.php/?p=15</guid>
		<description><![CDATA[Changes:

Initial release
Supports only function-style test suites

]]></description>
			<content:encoded><![CDATA[<p>Changes:</p>
<ul>
<li>Initial release</li>
<li>Supports only function-style test suites</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jsunity.com/2009/01/31/jsunity-v01-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
