MiseEnPlace

5.1.0

A Framework for converting and interpreting common measurements used in cooking.
richardpiazza/MiseEnPlace

What's New

MiseEnPlace 5.1.0

2024-02-19T23:56:17Z

⚠️ The FormulaElement protocol has a change that may be 'breaking' in some instances. Updaters will be required to add a measured: Measured conformance.

What's Changed

New Contributors

Full Changelog: 5.0.0...5.1.0

MiseEnPlace

A framework for converting and interpreting common measurements used in cooking.

Installation

MiseEnPlace is distributed using the Swift Package Manager. To install it into a project, add it as a dependency within your Package.swift manifest, or through Xcode:

let package = Package(
    ...
    dependencies: [
        .package(url: "https://github.com/richardpiazza/MiseEnPlace.git", .upToNextMinor(from: "5.0.0"))
    ],
    ...
)

Then import MiseEnPlace wherever you'd like to use it:

import MiseEnPlace

Usage

Description

  • Swift Tools 5.7.0
View More Packages from this Author

Dependencies

  • None
Last updated: Sat Apr 13 2024 07:33:56 GMT-0900 (Hawaii-Aleutian Daylight Time)