<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
 
  <title>daycount.js log</title>
  <link href="http://yellowseed.org/daycount.js/atom.xml" rel="self"/>
  <link href="http://yellowseed.org/daycount.js"/>
  <updated>2012-03-26T20:57:14+00:00</updated>
  <id>http://yellowseed.org/daycount.js</id>

  
  <entry>
    <title>daycount-0.1.3.js.</title>
    <link href="http://yellowseed.org/daycount.js/log/0.1.3.html"/>
    <updated>2011-02-21T00:00:00+00:00</updated>
    <id>http://yellowseed.org/daycount.js/log/0.1.3</id>
    <content type="html">&lt;p&gt;Ok, one more release before I go to sleep.&lt;/p&gt;
&lt;p&gt;Known bugs:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Safari 5 still doesn&amp;#8217;t work with the &lt;strong&gt;explorer&lt;/strong&gt; demo.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Backwards-incompatible changes:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;code&gt;increment()&lt;/code&gt; has been renamed to &lt;code&gt;plus()&lt;/code&gt;, returning a new moment instead of modifying the given moment.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The following counts can now also be recognized in text:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Venus e.g. &lt;strong&gt;VC:11/86&lt;/strong&gt;&lt;/li&gt;
	&lt;li&gt;Mars e.g. &lt;strong&gt;MC:4/533&lt;/strong&gt;&lt;/li&gt;
	&lt;li&gt;Thoth e.g. &lt;strong&gt;TC:38/35&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Also, the &lt;strong&gt;explorer&lt;/strong&gt; demo has been vastly improved with a few small changes.&lt;/p&gt;</content>
  </entry>
  
  <entry>
    <title>daycount-0.1.2.js.</title>
    <link href="http://yellowseed.org/daycount.js/log/0.1.2.html"/>
    <updated>2011-02-20T00:00:00+00:00</updated>
    <id>http://yellowseed.org/daycount.js/log/0.1.2</id>
    <content type="html">&lt;p&gt;This makes it two releases in one day &amp;#8211; quite a pace, though not abnormal so early in a project.  Development will slow down soon as the basic features are nearly all implemented and the weekend is nearly over&amp;#8230;&lt;/p&gt;
&lt;p&gt;Backwards-incompatible changes:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;code&gt;mars&lt;/code&gt; has an improved &lt;code&gt;toString()&lt;/code&gt; that includes more detailed information.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Added support for counts:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;strong&gt;Long Count&lt;/strong&gt; (&lt;code&gt;daycount.counts.long&lt;/code&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The following counts can now be recognized in text:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Gregorian e.g. &lt;strong&gt;2012-12-21&lt;/strong&gt;&lt;/li&gt;
	&lt;li&gt;Local Julian Day e.g. &lt;strong&gt;&lt;span class=&quot;caps&quot;&gt;LJD&lt;/span&gt;:2456283&lt;/strong&gt;&lt;/li&gt;
	&lt;li&gt;Long Count e.g. &lt;strong&gt;13.0.0.0.0&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A new demo, &lt;strong&gt;explorer&lt;/strong&gt;, has been added, or rather copied from it&amp;#8217;s previous home outside of this project.&lt;/p&gt;</content>
  </entry>
  
  <entry>
    <title>daycount-0.1.1.js.</title>
    <link href="http://yellowseed.org/daycount.js/log/0.1.1.html"/>
    <updated>2011-02-20T00:00:00+00:00</updated>
    <id>http://yellowseed.org/daycount.js/log/0.1.1</id>
    <content type="html">&lt;p&gt;Backwards-incompatible changes:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;code&gt;mercury&lt;/code&gt; has been renamed to &lt;code&gt;mars&lt;/code&gt;, since it was named incorrectly in code.&lt;/li&gt;
	&lt;li&gt;&lt;code&gt;daycount.counts.gregorian&lt;/code&gt; has an improved &lt;code&gt;toString()&lt;/code&gt; that zero-pads month and day numbers to keep them two characters long.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Added support for counts:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;strong&gt;Thoth Count&lt;/strong&gt; (&lt;code&gt;daycount.counts.thoth&lt;/code&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Coming soon:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Recognize date strings and parse them into corresponding counts.&lt;/li&gt;
&lt;/ul&gt;</content>
  </entry>
  
  <entry>
    <title>daycount-0.1.0.js.</title>
    <link href="http://yellowseed.org/daycount.js/log/0.1.0.html"/>
    <updated>2011-02-19T00:00:00+00:00</updated>
    <id>http://yellowseed.org/daycount.js/log/0.1.0</id>
    <content type="html">&lt;p&gt;Backwards-incompatible changes:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;code&gt;day&lt;/code&gt; has been renamed to &lt;code&gt;moment&lt;/code&gt;, supporting fluency across counts whose days begin and end at different times.&lt;/li&gt;
	&lt;li&gt;&lt;code&gt;daycount.counts.thoth&lt;/code&gt; has been renamed to &lt;code&gt;daycount.counts.venus&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Added support for counts:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;strong&gt;Local Julian Day&lt;/strong&gt; (&lt;code&gt;daycount.counts.localJulianDay&lt;/code&gt;)&lt;/li&gt;
	&lt;li&gt;&lt;strong&gt;Mercury Count&lt;/strong&gt; (&lt;code&gt;daycount.counts.mercury&lt;/code&gt;)&lt;/li&gt;
&lt;/ul&gt;</content>
  </entry>
  
  <entry>
    <title>daycount-0.0.4.js.</title>
    <link href="http://yellowseed.org/daycount.js/log/0.0.4.html"/>
    <updated>2011-02-18T00:00:00+00:00</updated>
    <id>http://yellowseed.org/daycount.js/log/0.0.4</id>
    <content type="html">&lt;p&gt;Alright, it&amp;#8217;s beginning to take form.  Version 0.0.4 is tagged and the demo is working with one more count.  Lots of work still to do, check back here for updates!&lt;/p&gt;</content>
  </entry>
  
 
</feed>

