Skip to content

Releases: AFriemann/simple_model

fixed installation

08 Dec 11:22
Compare
Choose a tag to compare

the install process was broken and should be fixed now.

failed attributes and Attribute aliases

29 Nov 16:15
Compare
Choose a tag to compare
  • Models will now hand over failed attributes as a list to the ValueError when raising which should make error evaluation easier.
  • Attributes now allow an alias as kwarg, this should make version transitions for Models easier (e.g. user -> username will still work for data

fixed local package version

27 Nov 18:30
Compare
Choose a tag to compare

fixed problem with installed package not being versioned.

fixed premature raise

27 Nov 15:48
Compare
Choose a tag to compare

Exception for failed Attribute initialization were raise prematurely.

persistent attributes

18 Nov 00:55
Compare
Choose a tag to compare

Model attributes will now be stored persistently. This will allow you to use names like '@foo' for attributes in de-/serialization.