Sha256: 98b1ffbbb4a4fab1b77774d3d0983bc5d1fa684ff06cb4350a25baa8e95cd15d

Contents?: true

Size: 523 Bytes

Versions: 1

Compression:

Stored size: 523 Bytes

Contents

0.0.5
=====
- Experimental image/font preloading.

0.0.4
=====
- Correctly adjusts line number in parse error message

0.0.3
=====
- Constants (e.g. `P3D`, `RGB`) are now directly accessible without `processing` variable or shortcut methods.
- The same holds true for `ArrayList`, `HashMap`, `PVector`, `ObjectIterator` and `PConstants`

0.0.2
=====
- Prevents accidental assignment of `processing` variable which breaks the sketch.

```coffee
# This used to break the whole sketch
processing = null

setup = -> # ...
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
coffee-processing-0.0.5 CHANGELOG.md