Skip to content

v0.24.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Apr 07:07

Minor Changes

  • #80 9a4392c Thanks @gcanti! - - update to effect 3.0.0

    • remove experimental module

    • rename ReadonlyArray module to Array

    • remove data folder:

      Before

      import * as StringOptic from "@fp-ts/optic/data/String";

      Now

      import * as StringOptic from "@fp-ts/optic/String";