Skip to content

Commit

Permalink
v2.1.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampax committed Jul 20, 2021
1 parent 6c500ca commit 0400af4
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
2.1.0-alpha.2
=============

* New syntax: boolean questions. Similar to a projection, but compute
a boolean expression based on the result and add it to the other
fields in the result [#363].
* Added multiple inheritance for entities. Multiple inheritance is
accounted for when resolving equality filters [#361].
* Added convenience APIs to dialogue states to access current, next
item [#358].
* Action outputs are now emitted unconditionally, regardless of whether
the action is declared with an output parameter or not [#365].
* Fixed stack overflow when serializing large programs [#362].
* Misc bug fixes [#368].
* Updated dependencies [#359, #360].

2.1.0-alpha.1
=============

Expand Down
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import * as Operators from './operators';
* Version information
*
*/
const version = '2.1.0-alpha.1';
const version = '2.1.0-alpha.2';

export {
version,
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thingtalk",
"version": "2.1.0-alpha.1",
"version": "2.1.0-alpha.2",
"description": "ThingTalk Just-In-Time Compiler, Library and Runtime",
"license": "Apache-2.0",
"repository": "https://github.com/stanford-oval/thingtalk",
Expand Down

0 comments on commit 0400af4

Please sign in to comment.