Sha256: 6aaab466404a53e03c85ff9eea26ec702f6dda3ac61194aaa6b134918a564954

Contents?: true

Size: 552 Bytes

Versions: 1

Compression:

Stored size: 552 Bytes

Contents

0.0.6
=====
- Minor bug fix

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