Skip to content

Releases: dluman/springform

v0.6.5

03 Jan 03:54
Compare
Choose a tag to compare

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

28 Dec 20:03
Compare
Choose a tag to compare

Adds ability to add inheritances to objects; strengthens the ability to remove stuff.

v0.5.5

28 Dec 19:39
Compare
Choose a tag to compare

Mostly back-end improvements, but added the ability to remove elements from the template which are no longer needed.

v0.5.0

27 Dec 00:35
Compare
Choose a tag to compare

Version accurately accounts for various types of import statements -- at least the basic two:

  • import
  • from ...

v0.4.0

26 Dec 21:34
Compare
Choose a tag to compare

We call them Forms now instead of Templates.

v0.3.1

26 Dec 20:24
Compare
Choose a tag to compare

Can now:

  • adds functions to the template builder
  • removes a dependency I thought I would use, but nah

v0.2.0

26 Dec 19:50
Compare
Choose a tag to compare

This release adds:

  • Formal releases via GitHub
  • Ability to replicate objects that inherit from multiple base classes