Skip to content

Releases: pawelzny/vo

v1.0.0

26 Apr 05:52
Compare
Choose a tag to compare

Stable release.

Bugfixes:

  • dump nested Value objects
  • equal checksum for different objects

v0.3.1

19 Mar 10:55
Compare
Choose a tag to compare
  • to dict return OrderedDict
  • repr method

v0.3.0

17 Mar 14:43
Compare
Choose a tag to compare
Bump version: 0.2.1 → 0.3.0

v0.2.1

15 Mar 12:32
Compare
Choose a tag to compare
  • Changed the way attributes are assigned to object
  • Exception is raised on attempt to delete value by attribute and by key
  • Documentation

v0.2.0

14 Mar 15:26
Compare
Choose a tag to compare
  • Value object is immutable now.
  • Access to value by attribute and by key: value['my_value'] == value.my_value

0.1.0

12 Mar 16:39
Compare
Choose a tag to compare
Readme update, publishing tool and requirements for dev