Click or drag to resize

BCF-Library

History
Version 4.1.1

The initial release of BCF 4,

  • Conceptual changes addressing memory allocation and caching.
  • Added ID-system to use IDs rather than object-references (rows, cells, rules etc).
  • Improved debugging capabilities (Added DebuggerProxies and debug HTML-tables).
  • New change notification system, using changeset instead of deferred events (BcfChangeSet, DataChanged, CreateChangeSet).
  • Added optional transaction serialization (serialized undo-redo session) (Undo and Redo).
  • Replaced behavior-system with "Column-Option", "Table-Option" etc support (GetOptions).
  • Replaced custom function classes with code-fragments (code fragments may call custom functions) (Computed Columns).

Version 4.2.0

  • Improved trigger control. Updates on columns having a Trigger will not longer be omitted when value equals cell-value; except there is no CurrentTransaction.
  • Partial compute. Added API to compute only specified cells or faults. The methods are checking dependencies and computes other cells if required.
  • Added some useful API members.