Releases: projectcaluma/caluma
Releases · projectcaluma/caluma
v4.0.0
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
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 possibleworkitem
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 thevalidate_answer_value
method and add a new lookup to check if adynamic_option
already exists. (3667e3d) - The
value
field on theDynamicOption
model is renamed toslug
and not optional anymore. (35935dd) - The optional
answer_value
parameter for theDataSource.get_data()
method was reverted. (85fab68)
Documentation
- explain license choice (4d59af5)
v3.0.0a1: 3.0.0
Feature
- allow skipping of work items (e84f936)
- add
status_skipped
to possibleworkitem
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 thevalidate_answer_value
method and add a new lookup to check if adynamic_option
already exists. (3667e3d) - The
value
field on theDynamicOption
model is renamed toslug
and not optional anymore. (35935dd) - The optional
answer_value
parameter for theDataSource.get_data()
method was reverted. (85fab68)
Documentation
- explain license choice (4d59af5)
v2.0.0
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
- typo (9cd21c1)
- link guide (57df4a6)
- don't pass self to super().init() call (748c99d)
- correct svg font (576e2fe)
- cleanup_history - add force argument (9191b4e)
Breaking
DataSource.get_data()
methods must accept an optionalanswer_value
parameter. (3b26162)- License change: Move to AGPL (bfb6619)
Documentation
v1.0.0
Initial release