Skip to content

Releases: nulldef/ciesta

🔥 Release v0.4.0

13 Oct 13:30
e4a262e

Choose a tag to compare

Breaking changes

Removed object support. Now you can use only hash initial value for a constructor.

  • removed #form_from
  • removed virtual fields feature
  • removed #sync! and #sync methods

🔥 Release 0.3.2

11 Oct 19:50
15ef6d4

Choose a tag to compare

Enhancements

🔥 Release 0.3.1

12 Jun 18:54
672c5ce

Choose a tag to compare

Breaking changes

Using include instead of inheritance.

Enhancements

  • supporting calling super inside form methods
  • some minor fixes

🔥 Release 0.2.5

22 Apr 18:18

Choose a tag to compare

Some minor fixes

🔥 Release 0.2.4

22 Mar 20:12
e7a1762

Choose a tag to compare

No breaking changes!

New field option: virtual.
You can define field as a "virtual" and syncing will not assign value to model.

🔥 Release 0.2.3

22 Mar 19:05
949cf1f

Choose a tag to compare

No breaking changes!

Now you don't have to pass a model into form! It will be just an empty form object with defined fields supporting validation.