Sha256: 06ce4b71c830eee18a5d5d84ff7bcf1874815ac3aa0f326c3ea7d9883a50d9c1

Contents?: true

Size: 472 Bytes

Versions: 1

Compression:

Stored size: 472 Bytes

Contents

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.4 CHANGELOG.md