-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jamie Jennings
committed
May 11, 2018
1 parent
632cc41
commit 626cc6e
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,29 @@ | ||
2018-05-11 Jamie Jennings <[email protected]> | ||
|
||
* 1.0.0-beta-10: | ||
|
||
* FIXED: Bug in num.rpl introduced in beta-9. Related: For better | ||
separation of responsibilities, the all.rpl package now tries harder to | ||
distinguish between things that look alike, e.g. "1.2" is a float, not a | ||
partially qualified domain. And 'all.things' will parse "F0" as an | ||
indentifier, not a hex number, even though it could be either. | ||
|
||
* FIXED: Issue #79. The incorrect error message has been changed to the | ||
correct one. | ||
|
||
* ENHANCED: The default color assignments for the 'color' output encoder | ||
is now visible via the 'rosie config' command and the 'config() API'. | ||
This makes it easier to see and modify it, and is a step in the | ||
direction of supporting an /etc/rosierc file in the future. | ||
|
||
* ENHANCED: Three trace styles ("json", "full", "condensed") are now | ||
supported in the API and CLI. In the CLI, the '-o' option to the trace | ||
command selects the trace style, which defaults to "condensed". | ||
|
||
* CHANGED: The CLI will now accept the '-o' option only AFTER the | ||
commands match, grep, and trace. Previously, '-o' could be put earlier | ||
on the command line. | ||
|
||
2018-04-24 Jamie Jennings <[email protected]> | ||
|
||
* 1.0.0-beta-9: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.0.0-beta-10(candidate) | ||
1.0.0-beta-10 |