Changes

Jump to: navigation, search
no edit summary
*[http://processing.org/reference/stringEquals_.html ''String::equals()'']
*[http://processing.org/reference/nf_.html ''nf()''] (bug fix)
*[http://processing.org/reference/int_.html ''int()''] (bug fix)
== Resources ==
*float and doubles rounded to thousandths digit.
*.5 rounds down rather than up.
 
===int()===
*JavaScript does not distinguish between bytes and ints, causing incomplete replication of Processing behaviour
*Processing's ''PApplet.parseInt(String)'' and ''PApplet.parseInt(String[])'' handles doubles-as-Strings differently. In the former, doubles are 'floored' correctly, in the latter exceptions are thrown.
==Things to do==
!Notes
!Resources
|-
|0.5
|''min()'', ''max()'', ''nf()'', and ''int()'' enhanced. ''String::equals()'' implemented.
|
*[http://github.com/mlam19/processing-js/commit/2b829739c5a70322e384b1103bf0313e1935d045 ''int()'' GitHub commit]
*[http://github.com/mlam19/processing-js/commit/6b5d56d6f9aa2d7e431164201b9aa8a007178d34 ''nf()'' GitHub commit]
*[http://github.com/mlam19/processing-js/commit/c29df2b8c9cd68572ca1e01196306770fab14ff8 ''String::equals()'' GitHub commit]
*[http://github.com/mlam19/processing-js/commit/541d520221006cd37df153fa656b7a657ff8025d ''min()'' and ''max()'' commit]
|-
|0.4
!Date
!Notes
|-
|Feb. 5, 2010
|[http://wobblyretroaction.blogspot.com/2010/02/processingjs-int-and-release-05.html ''int()'' upgraded, and release 0.5 announcement]
|-
|Feb. 2, 2010
1
edit

Navigation menu