Changelog of @hackage/scoped-codensity 0.2.0.0

Revision history for scoped-codensity

0.1.0.0 -- 2024-12-17

  • Initial implementation of the Scoped monad and a couple of modules providing some useful functions for working with it

0.1.0.1 -- 2024-12-17

  • Fix a bug where I forgot to remove debug print statements from the file module

0.1.0.2 -- 2024-12-18

  • Add the foreignPtr and wrapScoped functions to the Ptr module
  • Add @since annotations

0.2.0.0 -- 2024-12-19

  • rename functions in Ptr module to names that have less clashes
  • provide a new flag -fcore that imports only a minimal dependency set
  • don't use uninterruptible masks in cleanups in bracket and finally