v1.0.3
v1.0.3 has reference documentation and the processing
prefix is removed in this release.
Besides this, v1.0.3 supports almost all built-in functions in Processing.
Thank @hawkingrei, our new contributor, for his work on some built-in variables such as mouseX
.
Closed issues:
- Remove Python-specific reference terms from reference import #120
- Write a tech report to introduce the architecture of Processing.R #119
- reference: Can't show functions which have no subcategory #117
- Layout error in documentation #112
- Error when run example/reference #106
- Travis-CI testing and Docker error? #101
- Fail to run in macOS #99
- trigonometry is not in example in PDE #96
- Support description and syntax in reference by .property.yml #93
- Runner.jar blocks although exit is called #89
- Create documentation using Processing docs tools #80
- New release (pre-GSOC) #70
- coala: Support code linting for Java #69
- Adapt float type in language level by renjin #61
- adopt style guide for R code and examples #52
- Package necessary deps when installation #43
- Support more built-in functions #16
- Add unit test cases into Processing.R #10
Merged pull requests:
- patch: Remove python-specific refenrence items #132 (gaocegege)
- docs: Remove table, xml and primitive #130 (gaocegege)
- travis: Fix CI failure #129 (gaocegege)
- reference: Add tranform reference items #128 (gaocegege)
- style: remove useless import #127 (hawkingrei)
- feat: move the function about mouse to BuiltinApplet #126 (hawkingrei)
- Add architecture documentation #125 (gaocegege)
- Create CODE_OF_CONDUCT.md #124 (gaocegege)
- feat: add mouseX and mouseY #122 (hawkingrei)
- Feat/add keyword focused #121 (hawkingrei)
- WIP: Add reference code for
Lights, Camera
#115 (gaocegege) - README: Add reference #113 (gaocegege)
- Finish shape reference #109 (gaocegege)
- reference: Migrate property from processing.py #105 (gaocegege)
- Add reference sketches #104 (gaocegege)
- test: Generate test cases from reference code #102 (gaocegege)
- Rename to add the example into mode distribution #100 (gaocegege)
- Pre-processor: Remove processing prefix #95 (gaocegege)
- reference: Add description and parameters #94 (gaocegege)
- reference: Add category properties #92 (gaocegege)
- reference: Fix the integer transfer #91 (gaocegege)
- Runner: Exit when finished #90 (gaocegege)
- examples: add R sketches equivalent to examples in Processing(Java) reference #88 (gaocegege)
- Establish e2e test architecture #87 (gaocegege)
- Support float from renjin #79 (gaocegege)
- ant: Remove test dependencies from build process #76 (gaocegege)
- LICENSE: GPLv3 #74 (gaocegege)
- Fix the code style according to coala #73 (gaocegege)
- style: Update code with google style #72 (gaocegege)