Skip to content

Commit

Permalink
v0.100005
Browse files Browse the repository at this point in the history
        - Bool options now accept any value, meaning that JSON booleans work
          even from weirdo versions that don't work with Bool

          It also means that you can pass [1,2,3] to the option, so pay
          attention and don't screw up. :)
  • Loading branch information
rjbs committed Aug 3, 2016
1 parent bf0711c commit 8d8b40a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,13 @@ Revision history for {{$dist->name}}

{{$NEXT}}

0.100005 2016-08-03 09:47:33-04:00 America/New_York
- Bool options now accept any value, meaning that JSON booleans work
even from weirdo versions that don't work with Bool

It also means that you can pass [1,2,3] to the option, so pay
attention and don't screw up. :)

0.100004 2016-08-01 22:57:35-04:00 America/New_York
- add the `render_wrapper` option to treat the wrapper as a
text to be rendered rather than a thing with a single token in it
Expand Down

0 comments on commit 8d8b40a

Please sign in to comment.