Skip to content

Commit

Permalink
Version 1.0.0-beta-10
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Jennings committed May 11, 2018
1 parent 632cc41 commit 626cc6e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG
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:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-beta-10(candidate)
1.0.0-beta-10

0 comments on commit 626cc6e

Please sign in to comment.