All Versions
95
Latest Version
Avg Release Cycle
15 days
Latest Release
1092 days ago

Changelog History
Page 10

  • v4.0.0

    October 04, 2019
  • v1.3.43 Changes

    October 11, 2016

    โž• Added

    • Fields - Users want to view/edit their array of integers.

    ๐Ÿ›  Fixed

    • Polymorphism - Fix the nullification of a polymorphic has_one association.
    • Serializer - Set the relationship to nil if the record is not found instead of crashing.
    • Models - Fix the way we discovered the active record models.
  • v1.3.42 Changes

    October 03, 2016

    ๐Ÿ›  Fixed

    • Smart field - Ensure the serializer exists before creating the smart field.
    • Record Create - Fix empty relationships on record creation.
  • v1.3.41 Changes

    September 26, 2016

    โž• Added

    • Filters - Users want the OR filter operator with their conditions (restricted to simple conditions).
    • ๐Ÿ‘ Schema - Support UUID field type.

    ๐Ÿ›  Fixed

    • โšก๏ธ Record Update - Fix the potential dissociations on record update.
    • ๐Ÿ‘ Search - Support search on ID of type 'String'.
  • v1.3.40 Changes

    September 26, 2016

    โž• Added

    • Filters - Users want to have "From now" and "Today" operators.

    ๐Ÿ›  Fixed

    • Charts - Fix value chart with filters and a previous period comparison.