Releases: dluman/springform
Releases · dluman/springform
v0.6.5
Look. This was written for a very nuanced and specific project. I discovered things. I fixed them. Namely, a module I have calls its super
, and loaded its __base__
instead. So, the template copied the base class rather than the inheriting class.
Check it out: a bug.
v0.6.0
Adds ability to add inheritances to objects; strengthens the ability to remove stuff.
v0.5.5
Mostly back-end improvements, but added the ability to remove elements from the template which are no longer needed.
v0.5.0
Version accurately accounts for various types of import statements -- at least the basic two:
v0.4.0
We call them Form
s now instead of Template
s.
v0.3.1
Can now:
- adds
function
s to the template builder
- removes a dependency I thought I would use, but nah
v0.2.0
This release adds:
- Formal releases via GitHub
- Ability to replicate objects that inherit from multiple base classes