fay v0.21.1 Release Notes

Release Date: 2014-10-21 // over 9 years ago
    • Lots of additions to in fay-base adding the following modules:
      • Data.Var - Mutable variables, Reactive variables, and reactive signals
      • Unsafe.Coerce
      • Data.Text (fay-text will be updated to reuse this module)
      • Data.Time
      • Data.Ord, Data.Function, Data.Maybe, Data.List, Data.Either
      • Data.Defined and Data.Nullable
      • Data.Mutex - Simple mutexes
      • Control.Exception
      • Data.LocalStorage
      • Data.MutMap - Mutable maps

    The introduction of Data.Var required some additions to fay's runtime.