File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33This documents the history of significant changes to ` rivescript-java ` .
44
5+ ## v0.8.1 - February 20, 2017
6+
7+ This update focuses on bug fixes.
8+
9+ * ** Changes:**
10+ * Fix for ` String#split() ` returning trailing empty string on Google AppEngine
11+ (https://code.google.com/p/googleappengine/issues/detail?id=13565 ).
12+ * Fix for ` NullPointerException ` being thrown in case ` Subroutine ` or
13+ ` ObjectHandler ` returned ` null ` (#40 ).
14+ * Fix for object macros to support quoted strings come in as one arg
15+ regardless of spaces (#40 ). Typical use case:
16+ * ` <call>object_name "a b"</call> ` will call the macro with a single arg
17+ ` ["a b"] ` .
18+ * ` <call>object_name "a b" c d</call> ` will call the macro with 3 args
19+ ` ["a b", "c", "d"] ` .
20+ * ` <call>object_name "<get name>"</call> ` will call the macro with a single
21+ arg containing the value from the user var.
22+ Note ` <call>object_name <get name></call> ` would call the macro with
23+ multiple args in case the user var value would contain spaces.
24+
525## v0.8.0 - February 14, 2017
626
727This update focuses on new features and huge code refactoring / reorganization.
You can’t perform that action at this time.
0 commit comments