------------- * Class properties always returns indexes.
* Helper code for code-completion is added to BinField class.
0.6.0
------------- * Class properties: Generated class exposes it's mapping, size, mask and keys as read only properties. (Some magic was used to implement this).
0.5.0
------------- * _value_ is read-only for class
* Dropped out hardcode from setup.py
* Correct internal class name for BaseBinFieldMeta
0.4.0
------------- * Mark as beta
* Now documentation page is built from readme + sources
* Code is optimized
* Do not produce magic with parent mask: it will be done by parent object
0.3.0
------------- * Implemented human-readable __str__ using adopted code from logwrap package
* implemented logwrap support
* equality not crashes on incompatible data type
* Support `unicode_literals` on python 2 (previously was a TypeError on unicode)
0.2.0
------------- * Optimizations
* Add binary record information as comment for repr