Skip to content

Releases: projectcaluma/caluma

v4.0.0

21 Nov 09:21
Compare
Choose a tag to compare

Feature

  • add created_at, closed_at, modified_at filters to work items (b83ce9c)

Fix

  • optimize historical_qs_as_of (95e5fb9)
  • fix duplicate documents (6893439)
  • use LocalizedValue for translations (3cf3720)
  • correctly handle is_hidden regarding dependencies (a068c2c)

Breaking

  • allow Answers with empty value (81cbe9a)

Documentation

  • explain how to use pipenv (745380f)

v3.0.0

06 Nov 12:02
Compare
Choose a tag to compare

Version 3.0.0. Main changes:

  • License changed to GPL 3.0 (or later)
  • Dynamic data source improvements (Answers now store values for the case where the value won't be available in the future anymore)
  • Allow skipping of work items

Feature

  • allow skipping of work items (e84f936)
  • add status_skipped to possible workitem states (c3d99bc)
  • switch main license to GPL-3.0-or-later (978f18a)
  • implement dynamic data source (63ffe86)

Fix

  • question id/slug should be of type id (69511c1)
  • add user and group to dynamic option (ba89f88)
  • raise a 401 if user is not logged in (1b5851c)
  • add question to validate_answer_value method (3667e3d)
  • fix DynamicOption model (35935dd)
  • do not return questions multiple times (ec28595)
  • remove dynamicoptionSet form schema (0391c04)
  • reintroduce ordering by deadline on work items (fed67da)
  • fix ordering by question value (1dcec88)
  • revert dynamic data source (85fab68)
  • validate requiredness recursively for subforms (844b914)
  • do not validate hidden questions (1fb7bd5)

Breaking

  • Add the parameter question to the validate_answer_valuemethod and add a new lookup to check if a dynamic_option already exists. (3667e3d)
  • The value field on the DynamicOption model is renamed to slug and not optional anymore. (35935dd)
  • The optional answer_value parameter for the DataSource.get_data() method was reverted. (85fab68)

Documentation

v3.0.0a1: 3.0.0

06 Nov 08:56
Compare
Choose a tag to compare
v3.0.0a1: 3.0.0 Pre-release
Pre-release

Feature

  • allow skipping of work items (e84f936)
  • add status_skipped to possible workitem states (c3d99bc)
  • switch main license to GPL-3.0-or-later (978f18a)
  • implement dynamic data source (63ffe86)

Fix

  • add user and group to dynamic option (ba89f88)
  • raise a 401 if user is not logged in (1b5851c)
  • add question to validate_answer_value method (3667e3d)
  • fix DynamicOption model (35935dd)
  • do not return questions multiple times (ec28595)
  • remove dynamicoptionSet form schema (0391c04)
  • reintroduce ordering by deadline on work items (fed67da)
  • fix ordering by question value (1dcec88)
  • revert dynamic data source (85fab68)
  • validate requiredness recursively for subforms (844b914)
  • do not validate hidden questions (1fb7bd5)

Breaking

  • Add the parameter question to the validate_answer_valuemethod and add a new lookup to check if a dynamic_option already exists. (3667e3d)
  • The value field on the DynamicOption model is renamed to slug and not optional anymore. (35935dd)
  • The optional answer_value parameter for the DataSource.get_data() method was reverted. (85fab68)

Documentation

v2.0.0

18 Oct 12:02
Compare
Choose a tag to compare

This is the second major release of Caluma.

Apart from a couple of new features, we changed the license from MIT to AGPL.
The reasons for this are documented in a followup (see #749).

There's another backwards-incompatible change regarding the data sources for
dynamic (multiple) choice questions, prompting the version bump.

New in this version is also the separation between ordering and filtering in the queries,
and a cleanup command for historical data.

Feature

  • pass actual answer value to data source (3b26162)
  • add order filter for workflow models too (b2fb9c7)
  • add test for new order filters (344bc9d)
  • introduce new-style ordering for form nodes (f73f8e5)
  • implement new order filter (012d1f1)
  • start using the collection filterset factory (97394c7)
  • factory for unionized filters (686484d)
  • expose original document id (051cf01)
  • add cleanup command (a66582a)

Fix

Breaking

  • DataSource.get_data() methods must accept an optional answer_value parameter. (3b26162)
  • License change: Move to AGPL (bfb6619)

Documentation

  • update ordering documentation (85a1143)
  • add note on deprecation of old-style filters (b93e27c)
  • extend the guide with form-builder steps (bdd183d)
  • add guide (WIP) (822f4c1)
  • document cleanup commands in README (dc58593)

v1.0.0

25 Sep 09:57
cdbaf60
Compare
Choose a tag to compare

Initial release