All Versions
42
Latest Version
Avg Release Cycle
81 days
Latest Release
-

Changelog History
Page 1

  • v0.8.1 Changes

    • ➕ Added DefaultOrdered and Incremental instances to :&
    • ➕ Added an Incremental instance to Field
  • v0.8 Changes

    • ✂ Removed Associate, AssocKey, AssocValue, ValueIs, KeyIs, KeyValue, proxyAssocKey, proxyAssocValue, stringAssokKey, xlb, :*, :|
    • ⏪ Reverted deprecation of Data.Extensible.Tangle
  • v0.7.1 Changes

    • ✂ Removed vector and prettyprinter orphans
    • 📦 Deprecated Data.Extensible.Tangle; use tangle
    • 📜 parseJSON gives more informative failure messages on failure
    • 👌 Supported barbies ^>= 2
  • v0.7 Changes

    December 21, 2019
    • 📦 Moved Data.Extensible.Effect into new extensible-skeleton package
    • Instances for barbies and cassava are now optional
    • 🗄 Deprecated 訊
  • v0.6.1 Changes

    August 04, 2019
    • ➕ Added fromNullable
    • ➕ Added xlb
    • ➕ Added a HasField instance for RecordOf
    • ✂ Removed deriveIsRecord
    • 👌 Supported GHC 8.8
  • v0.6 Changes

    July 21, 2019
    • ➕ Added a MonadCont instance for Eff
    • 🗄 (:*) and (:|) are deprecated in favour of (:&) and (:*) where their type parameters are flipped
    • Flipped the type parameters of BitProd and TangleT
    • ➕ Added itemKey, hmapWithIndexWith, hfoldMapWith, hfoldMapWithIndexWith, hfoldrWithIndexWith, hfoldlWithIndexWith, hrepeatWith, htabulateWith, and hgenerateWith
  • v0.5.1 Changes

    June 03, 2019
    • Split Data.Extensible.HList and Data.Extensible.Internal to the membership package
    • AssocKey, AssocValue, ValueIs, KeyValue and their related combinators are deprecated. Use ones from membership
    • 0️⃣ IsRecord now has a generic default implementation
    • 🗄 Deprecated deriveIsRecord
  • v0.5 Changes

    December 19, 2018
    • 👍 GHC older than 8.4 is no longer supported
    • ✂ Removed Const'
    • Data.Extensible.Plain is no longer exported from Data.Extensible
    • ➕ Added wrap and unwrap to Wrapper
    • ➕ Added (=<:)
  • v0.4.10 Changes

    June 30, 2018
    • ➕ Added a MonadResource, MonadThrow, and MonadCatch instances for Eff
    • Proxy and KnownSymbol are now reexported from Data.Extensible
  • v0.4.10.1 Changes

    November 07, 2018
    • 🛠 Fixed build on GHC 8.6