You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,4 @@
1
+
**v1.0.6** Experimental support for an in sketch slider, examples now featuring Joshua Davis hype library.
1
2
2
3
**v1.0.5** This version prefers processing-3.0.2 as the most recent version, and should be matched with oracle `jdk1.8.0_74+` for JavaFX fixes, or OpenJDK-8 and the latest OpenJFX otherwise stick with processing-3.0.1, which masks JavaFX inversion issue
3
4
@@ -23,7 +24,6 @@ map1d, lerp, norm, p5map and `constrained_map` as module methods in a JRuby exte
23
24
24
25
**v0.4.1** Implement a `live` mode with `pry`
25
26
26
-
27
27
**v0.4.0** Update to jruby-9.0.0.0 we can revert to using require to load jars first release tested with processing-3.0a11 on linux
28
28
29
29
**v0.3.1** Update to jruby-complete-9.0.0.0.rc2, add vector type access to Vec2D and Vec3D parameters eg `vector[:x]` to return 'x' value, and `vector[:x] = 20` to assign value (also simplify the return type of assignment as input value).
0 commit comments