Skip to content

Commit

Permalink
CL cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
mayfield committed Apr 10, 2017
1 parent 229ab60 commit 2f664c1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
## [5] - 2017-04-10
### Fixed
- Nested pager usage would cause various problems
- `contrib.Help` now supports deep references to subcommands. Such as
`help firstlevel secondlevel Nlevel`.

### Changed
- `Table(clip=True` is now controlled by the **overflow** option, a la.
- `Table(clip=True)` is now controlled by the **overflow** option, a la.
`Table(overflow='clip')`.
- Refactored VTML -> VTMLBuffer. Bigger API, more features (See Added).
- Changes to arguments produced by `Command.add_table_arguments`:
Expand All @@ -27,10 +29,10 @@
in-place add (foo += bar) would produce a new object; Now it extends
the left-operand. The right-hand add adds support for adding VTMLBuffer
to a `str` object, eg. `a = 'foo' + VTMLBuffer('bar')`
- Added str-like methods to `VTMLBuffer`: startswith, endswith, __contains__,
split.
- Added str-like methods to `VTMLBuffer`: `startswith`, `endswith`,
`__contains__` and `split`.
- Added textwrap.wrap style text wrapper at `VTMLBuffer.wrap`.
- Table `justify` option to turn off full width usage of screen.
- Table `justify` option to turn off full-width usage of screen.

### Removed
- Command alias support; It never worked properly.
Expand Down

0 comments on commit 2f664c1

Please sign in to comment.