v1.1.3 (July 31, 2013)
- Rolled back original v1.2 changes after deciding they were outside the scope of this project.
v1.1.2 (April 18, 2013)
- Added: JCL.Point.round() to round the point to the nearest pixel.
- Added: JCL.Point.crisp() to overcome the subpixel blurring on single pixel width lines.
v1.1.1 (April 8, 2013)
- Added: JCL.Oval class to draw ovals.
- Added: Optional 'copy' argument to JCL.Point.translate() to clone the point instead of changing the current point.
- Fixed: Bug with JCL.Point not recognizing the proper number of arguments with 5,0 coordinates.