2016-05-25 12:42:31 +02:00
|
|
|
|
# Change Log
|
|
|
|
|
|
2016-09-02 15:46:58 +02:00
|
|
|
|
## (unreleased)
|
|
|
|
|
|
2016-09-02 18:46:24 +02:00
|
|
|
|
Features:
|
|
|
|
|
|
2016-09-08 15:59:02 +02:00
|
|
|
|
* extended PDDL parser support (`imply`, `exists`, `forall`, and `when` expressions)
|
2016-11-29 02:01:23 +01:00
|
|
|
|
* improved command-line interface
|
2016-12-01 17:18:58 +01:00
|
|
|
|
* new command-line option `--log-level` to control which status messages should be shown
|
|
|
|
|
* new command-line option `--warnings-as-errors` to abort program execution upon warnings (replaces `--warning-level`)
|
2017-06-20 03:27:06 +02:00
|
|
|
|
* compatibility mode for parser, which supports more legacy domains
|
|
|
|
|
* new command-line option `--parsing-mode` to specify whether to apply strict or compatibility parsing rules
|
2016-09-02 18:46:24 +02:00
|
|
|
|
|
2017-06-20 01:59:33 +02:00
|
|
|
|
Internal:
|
|
|
|
|
|
|
|
|
|
* reimplemented PDDL parser from scratch as stand-alone library `pddlparse`
|
|
|
|
|
|
2016-09-02 15:46:14 +02:00
|
|
|
|
## 3.0.3 (2016-09-02)
|
2016-08-26 15:50:39 +02:00
|
|
|
|
|
|
|
|
|
Bug Fixes:
|
|
|
|
|
|
|
|
|
|
* fixes incorrect output format of conditional effects with SAS
|
2016-08-30 13:01:22 +02:00
|
|
|
|
* fixes parsing issue with unexpected whitespaces in SAS files
|
2016-08-26 15:50:39 +02:00
|
|
|
|
|
2016-08-18 15:55:51 +02:00
|
|
|
|
## 3.0.2 (2016-08-18)
|
2016-06-15 00:18:09 +02:00
|
|
|
|
|
2016-08-13 11:12:38 +02:00
|
|
|
|
Features:
|
|
|
|
|
|
|
|
|
|
* unified translation format for SAS and PDDL files
|
2016-08-14 16:36:29 +02:00
|
|
|
|
* documentation of `plasp`’s output format
|
2016-08-16 18:35:55 +02:00
|
|
|
|
* improved output syntax highlighting
|
|
|
|
|
* uses ASP string literals to avoid escaping PDDL identifiers
|
2016-08-13 11:12:38 +02:00
|
|
|
|
|
2016-06-22 09:45:48 +02:00
|
|
|
|
Bug Fixes:
|
|
|
|
|
|
2016-08-13 19:14:04 +02:00
|
|
|
|
* fixes minor formatting issues in SAS translation
|
2016-08-16 18:58:30 +02:00
|
|
|
|
* fixes issue with unsupported expression negations
|
2016-06-22 09:45:48 +02:00
|
|
|
|
|
2016-06-14 19:23:08 +02:00
|
|
|
|
## 3.0.1 (2016-06-14)
|
2016-05-25 12:42:31 +02:00
|
|
|
|
|
|
|
|
|
Features:
|
|
|
|
|
|
2016-06-10 01:30:30 +02:00
|
|
|
|
* basic support for parsing PDDL 3.1 domains and problems
|
2016-06-13 03:59:48 +02:00
|
|
|
|
* limited support for translating PDDL 3.1 domains and problems to ASP facts
|
2016-06-10 01:30:30 +02:00
|
|
|
|
* automatic language detection for PDDL and SAS
|
2016-06-14 18:08:32 +02:00
|
|
|
|
* supports input from `std::cin`
|
|
|
|
|
* supports colorized output
|
2016-06-10 01:30:30 +02:00
|
|
|
|
* new command-line option `--language` to explicitly specify input language
|
2016-06-13 14:46:30 +02:00
|
|
|
|
* new command-line option `--warning-level` to treat warnings as errors or to ignore warnings
|
2016-06-14 18:02:59 +02:00
|
|
|
|
* new command-line option `--color` to autodetect, enable, or disable color output
|
2016-06-14 17:35:32 +02:00
|
|
|
|
|
|
|
|
|
Bug Fixes:
|
|
|
|
|
|
|
|
|
|
* fixes bug in translation of SAS axiom rules
|
2016-05-25 12:42:31 +02:00
|
|
|
|
|
|
|
|
|
## 3.0.0 (2016-05-24)
|
|
|
|
|
|
|
|
|
|
Features:
|
|
|
|
|
|
|
|
|
|
* parses [SAS](http://www.fast-downward.org/TranslatorOutputFormat) files created with [Fast Downward](http://www.fast-downward.org/)
|
|
|
|
|
* experimental translation from SAS to ASP facts
|