File tree Expand file tree Collapse file tree 8 files changed +12
-7
lines changed
src/main/java/com/eischet/janitor/demo Expand file tree Collapse file tree 8 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.eischet.janitor</groupId >
88 <artifactId >janitor-project</artifactId >
9- <version >0.9.7 </version >
9+ <version >0.9.8 </version >
1010 </parent >
1111
1212 <artifactId >janitor-api</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.eischet.janitor</groupId >
88 <artifactId >janitor-project</artifactId >
9- <version >0.9.7 </version >
9+ <version >0.9.8 </version >
1010 </parent >
1111
1212 <artifactId >janitor-demo</artifactId >
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ public DemoEnvironment() {
6464 // Better don't make them modifiable, because modifications will stick!
6565 setupBuiltinScope (globals -> {
6666 // put a "version" string into the global scope
67- globals .bind ("version" , "0.9.7 " );
67+ globals .bind ("version" , "0.9.8 " );
6868 // place an "exit()" function in the global scope.
6969 // note that I wouldn't want to use System.exit() in a real world use case,
7070 // but for the demo I guess it's fine.
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.eischet.janitor</groupId >
88 <artifactId >janitor-project</artifactId >
9- <version >0.9.7 </version >
9+ <version >0.9.8 </version >
1010 </parent >
1111
1212 <artifactId >janitor-jsr223</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.eischet.janitor</groupId >
88 <artifactId >janitor-project</artifactId >
9- <version >0.9.7 </version >
9+ <version >0.9.8 </version >
1010 </parent >
1111
1212 <artifactId >janitor-lang</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.eischet.janitor</groupId >
88 <artifactId >janitor-project</artifactId >
9- <version >0.9.7 </version >
9+ <version >0.9.8 </version >
1010 </parent >
1111
1212 <artifactId >janitor-toolbox</artifactId >
Original file line number Diff line number Diff line change 55
66 <groupId >com.eischet.janitor</groupId >
77 <artifactId >janitor-project</artifactId >
8- <version >0.9.7 </version >
8+ <version >0.9.8 </version >
99
1010 <name >Janitor</name >
1111 <description >A simple scripting language for the JVM.</description >
Original file line number Diff line number Diff line change 1+ # 0.9.8, 2024-09-05
2+
3+ 0.9.7 broke filter scripts with implicit objects in an app; restoring old behaviour.
4+
5+
16# 0.9.7, 2024-09-05
27
38Added basic syntax highlighters for ACE, TextMate and VS Code. Added a logo.
You can’t perform that action at this time.
0 commit comments