|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -## [Unreleased](https://github.com/gaocegege/Processing.R/tree/HEAD) |
| 3 | +## [v1.0.4](https://github.com/gaocegege/Processing.R/tree/v1.0.4) (2017-07-18) |
| 4 | +[Full Changelog](https://github.com/gaocegege/Processing.R/compare/v1.0.4-alpha...v1.0.4) |
4 | 5 |
|
5 | | -[Full Changelog](https://github.com/gaocegege/Processing.R/compare/v1.0.2...HEAD) |
| 6 | +**Closed issues:** |
| 7 | + |
| 8 | +- Fix the wrong indent in PDE editor [\#164](https://github.com/gaocegege/Processing.R/issues/164) |
| 9 | +- howto.md: Document the new way [\#159](https://github.com/gaocegege/Processing.R/issues/159) |
| 10 | +- Rename the examples about package and library [\#156](https://github.com/gaocegege/Processing.R/issues/156) |
| 11 | +- R package example code [\#151](https://github.com/gaocegege/Processing.R/issues/151) |
| 12 | +- Library example code and test case [\#149](https://github.com/gaocegege/Processing.R/issues/149) |
| 13 | +- Cannot build with gcc-bridge on macOS 10.12.5 [\#147](https://github.com/gaocegege/Processing.R/issues/147) |
| 14 | +- renjin: Unable to build in x86 architecture [\#140](https://github.com/gaocegege/Processing.R/issues/140) |
| 15 | +- Add wrapper to cast double into int and print warnings in PDE console [\#108](https://github.com/gaocegege/Processing.R/issues/108) |
| 16 | +- `map` function call meets error [\#107](https://github.com/gaocegege/Processing.R/issues/107) |
| 17 | +- Refactor the logic about frameCount [\#81](https://github.com/gaocegege/Processing.R/issues/81) |
| 18 | +- support static sketches with size\(\) [\#51](https://github.com/gaocegege/Processing.R/issues/51) |
| 19 | +- Support render keywords in size\(\) [\#50](https://github.com/gaocegege/Processing.R/issues/50) |
| 20 | +- Support Constants \(math\) from Processing [\#49](https://github.com/gaocegege/Processing.R/issues/49) |
| 21 | +- size fails in setup [\#39](https://github.com/gaocegege/Processing.R/issues/39) |
| 22 | +- Redirect STDERR to Processing console [\#24](https://github.com/gaocegege/Processing.R/issues/24) |
| 23 | + |
| 24 | +**Merged pull requests:** |
| 25 | + |
| 26 | +- core.R: Add print [\#176](https://github.com/gaocegege/Processing.R/pull/176) ([gaocegege](https://github.com/gaocegege)) |
| 27 | +- README: Remove limitations [\#173](https://github.com/gaocegege/Processing.R/pull/173) ([gaocegege](https://github.com/gaocegege)) |
| 28 | +- ThreeDimensionalCube: Fix frameCount [\#172](https://github.com/gaocegege/Processing.R/pull/172) ([gaocegege](https://github.com/gaocegege)) |
| 29 | +- RLangPApplet: Support static mode [\#171](https://github.com/gaocegege/Processing.R/pull/171) ([gaocegege](https://github.com/gaocegege)) |
| 30 | +- Add built-in variables pixelWidth and pixelHeight [\#169](https://github.com/gaocegege/Processing.R/pull/169) ([gaocegege](https://github.com/gaocegege)) |
| 31 | +- focused: Add example [\#168](https://github.com/gaocegege/Processing.R/pull/168) ([gaocegege](https://github.com/gaocegege)) |
| 32 | +- Examples/importLibrary [\#167](https://github.com/gaocegege/Processing.R/pull/167) ([jeremydouglass](https://github.com/jeremydouglass)) |
| 33 | +- RLangInputHandler: Replacing python with java [\#165](https://github.com/gaocegege/Processing.R/pull/165) ([gaocegege](https://github.com/gaocegege)) |
| 34 | +- BuiltinApplet: Add warnings for casting [\#162](https://github.com/gaocegege/Processing.R/pull/162) ([gaocegege](https://github.com/gaocegege)) |
| 35 | +- docs: Add development [\#161](https://github.com/gaocegege/Processing.R/pull/161) ([gaocegege](https://github.com/gaocegege)) |
| 36 | +- build.xml: Add macOS specific check [\#158](https://github.com/gaocegege/Processing.R/pull/158) ([gaocegege](https://github.com/gaocegege)) |
| 37 | +- examples: Rename examples of library and package [\#157](https://github.com/gaocegege/Processing.R/pull/157) ([gaocegege](https://github.com/gaocegege)) |
| 38 | +- \*: Add cast from double to int [\#155](https://github.com/gaocegege/Processing.R/pull/155) ([gaocegege](https://github.com/gaocegege)) |
| 39 | +- Remove hack of built-in constants [\#154](https://github.com/gaocegege/Processing.R/pull/154) ([gaocegege](https://github.com/gaocegege)) |
| 40 | +- build.xml: Add OS specific code [\#153](https://github.com/gaocegege/Processing.R/pull/153) ([gaocegege](https://github.com/gaocegege)) |
| 41 | +- RLangMode: Add examples of R packages [\#152](https://github.com/gaocegege/Processing.R/pull/152) ([gaocegege](https://github.com/gaocegege)) |
| 42 | +- Add reference and library example [\#150](https://github.com/gaocegege/Processing.R/pull/150) ([gaocegege](https://github.com/gaocegege)) |
| 43 | +- feat: add keyboard event [\#148](https://github.com/gaocegege/Processing.R/pull/148) ([hawkingrei](https://github.com/hawkingrei)) |
| 44 | +- Add built-in constants [\#146](https://github.com/gaocegege/Processing.R/pull/146) ([gaocegege](https://github.com/gaocegege)) |
| 45 | +- badge: Deprecate docker [\#145](https://github.com/gaocegege/Processing.R/pull/145) ([gaocegege](https://github.com/gaocegege)) |
| 46 | +- badge: Remove codacy coverage badge [\#144](https://github.com/gaocegege/Processing.R/pull/144) ([gaocegege](https://github.com/gaocegege)) |
| 47 | +- demo: Add a demo [\#118](https://github.com/gaocegege/Processing.R/pull/118) ([gaocegege](https://github.com/gaocegege)) |
| 48 | +- Pop error or exception to PDE [\#85](https://github.com/gaocegege/Processing.R/pull/85) ([gaocegege](https://github.com/gaocegege)) |
| 49 | + |
| 50 | +## [v1.0.4-alpha](https://github.com/gaocegege/Processing.R/tree/v1.0.4-alpha) (2017-07-05) |
| 51 | +[Full Changelog](https://github.com/gaocegege/Processing.R/compare/v1.0.3...v1.0.4-alpha) |
| 52 | + |
| 53 | +**Closed issues:** |
| 54 | + |
| 55 | +- LibraryImporter: Fix ad-hoc code [\#136](https://github.com/gaocegege/Processing.R/issues/136) |
| 56 | +- Support packages \(libraries\) in R [\#17](https://github.com/gaocegege/Processing.R/issues/17) |
| 57 | +- Add pre-processer into Processing.R [\#9](https://github.com/gaocegege/Processing.R/issues/9) |
| 58 | + |
| 59 | +**Merged pull requests:** |
| 60 | + |
| 61 | +- ci: Remove renjin specific config [\#138](https://github.com/gaocegege/Processing.R/pull/138) ([gaocegege](https://github.com/gaocegege)) |
| 62 | +- LibraryImporter: Fix ad-hoc code [\#137](https://github.com/gaocegege/Processing.R/pull/137) ([gaocegege](https://github.com/gaocegege)) |
| 63 | +- core.R: Support static functions in PApplet [\#134](https://github.com/gaocegege/Processing.R/pull/134) ([gaocegege](https://github.com/gaocegege)) |
| 64 | +- Support Processing libraries [\#133](https://github.com/gaocegege/Processing.R/pull/133) ([gaocegege](https://github.com/gaocegege)) |
| 65 | +- Support Package in R [\#83](https://github.com/gaocegege/Processing.R/pull/83) ([gaocegege](https://github.com/gaocegege)) |
| 66 | + |
| 67 | +## [v1.0.3](https://github.com/gaocegege/Processing.R/tree/v1.0.3) (2017-06-26) |
| 68 | +[Full Changelog](https://github.com/gaocegege/Processing.R/compare/v1.0.2...v1.0.3) |
6 | 69 |
|
7 | 70 | **Closed issues:** |
8 | 71 |
|
9 | | -- Remove Python-specific reference terms from reference import [\#120](https://github.com/gaocegege/Processing.R/issues/120) |
10 | 72 | - Write a tech report to introduce the architecture of Processing.R [\#119](https://github.com/gaocegege/Processing.R/issues/119) |
11 | 73 | - reference: Can't show functions which have no subcategory [\#117](https://github.com/gaocegege/Processing.R/issues/117) |
12 | 74 | - Layout error in documentation [\#112](https://github.com/gaocegege/Processing.R/issues/112) |
|
27 | 89 |
|
28 | 90 | **Merged pull requests:** |
29 | 91 |
|
30 | | -- patch: Remove python-specific refenrence items [\#132](https://github.com/gaocegege/Processing.R/pull/132) ([gaocegege](https://github.com/gaocegege)) |
| 92 | +- patch: Remove python-specific reference items [\#132](https://github.com/gaocegege/Processing.R/pull/132) ([gaocegege](https://github.com/gaocegege)) |
31 | 93 | - docs: Remove table, xml and primitive [\#130](https://github.com/gaocegege/Processing.R/pull/130) ([gaocegege](https://github.com/gaocegege)) |
32 | 94 | - travis: Fix CI failure [\#129](https://github.com/gaocegege/Processing.R/pull/129) ([gaocegege](https://github.com/gaocegege)) |
33 | 95 | - reference: Add tranform reference items [\#128](https://github.com/gaocegege/Processing.R/pull/128) ([gaocegege](https://github.com/gaocegege)) |
|
37 | 99 | - Create CODE\_OF\_CONDUCT.md [\#124](https://github.com/gaocegege/Processing.R/pull/124) ([gaocegege](https://github.com/gaocegege)) |
38 | 100 | - feat: add mouseX and mouseY [\#122](https://github.com/gaocegege/Processing.R/pull/122) ([hawkingrei](https://github.com/hawkingrei)) |
39 | 101 | - Feat/add keyword focused [\#121](https://github.com/gaocegege/Processing.R/pull/121) ([hawkingrei](https://github.com/hawkingrei)) |
40 | | -- WIP: Add reference code for `Lights, Camera` [\#115](https://github.com/gaocegege/Processing.R/pull/115) ([gaocegege](https://github.com/gaocegege)) |
| 102 | +- Add reference code for `Lights, Camera` [\#115](https://github.com/gaocegege/Processing.R/pull/115) ([gaocegege](https://github.com/gaocegege)) |
41 | 103 | - README: Add reference [\#113](https://github.com/gaocegege/Processing.R/pull/113) ([gaocegege](https://github.com/gaocegege)) |
42 | 104 | - Finish shape reference [\#109](https://github.com/gaocegege/Processing.R/pull/109) ([gaocegege](https://github.com/gaocegege)) |
43 | 105 | - reference: Migrate property from processing.py [\#105](https://github.com/gaocegege/Processing.R/pull/105) ([gaocegege](https://github.com/gaocegege)) |
|
0 commit comments