mirror of
https://github.com/kennethreitz/records.git
synced 2026-06-05 06:46:17 +00:00
18 lines
475 B
ReStructuredText
18 lines
475 B
ReStructuredText
v0.3.0 (02-11-2016)
|
|
===================
|
|
|
|
- New ``record`` command-line tool available!
|
|
- Various improvements.
|
|
|
|
v0.2.0 (02-10-2016)
|
|
===================
|
|
|
|
- Results are now represented as `Record`, a namedtuples class with dict-like qualities.
|
|
- New `ResultSet.export` method, for exporting to various formats.
|
|
- Slicing a `ResultSet` now works, and results in a new `ResultSet`.
|
|
- Lots of bugfixes and improvements!
|
|
|
|
v0.1.0 (02-07-2016)
|
|
===================
|
|
|
|
- Initial release. |