Skip to content

Releases: RandomHashTags/swift-units

1.2.0

23 Oct 13:21
Compare
Choose a tag to compare

Additions

  • ElectricCurrentUnit
  • ElectricPotentialUnit
  • ElectricPowerUnit
  • ElectricResistanceUnit
  • EnergyPotentialUnit
  • MagneticInductionUnit
  • angstrom length unit type
  • reaumur temperature unit type

Updates

  • HugeNumbers dependency to version 1.1.0

Full Changelog: 1.1.3...1.2.0

1.1.3

12 Jul 00:08
Compare
Choose a tag to compare

removed CocoaPods support; now only supports SPM

Full Changelog: 1.1.2...1.1.3

1.1.2

11 Jul 04:59
Compare
Choose a tag to compare
  • minimum required HugeNumbers is now 1.0.16
  • updated README
  • added ExpressibleByFloatLiteral convenience functions
  • added String.LocalizationValue.StringInterpolation functions to support UnitType and UnitCategory
  • a change to try and fix the module_cocoapods to load without error when imported via CocoaPod (and a real project)

Full Changelog: 1.1.1...1.1.2

1.1.1

11 Jul 00:32
Compare
Choose a tag to compare

Test release to support CocoaPods via podspec

Full Changelog: 1.1.0...1.1.1

1.1.0

10 Jul 23:12
Compare
Choose a tag to compare
  • added CocoaPods support
  • updated project requirements (Swift >= 5.7; iOS >= 16.0; read README)
  • UnitType now conforms to Hashable
  • added UnitCategory
  • added English localization when getting a Unit's description, including all supported UnitPrefix's
  • updated LengthUnitType foot and inch symbols

Full Changelog: 1.0.0...1.1.0

1.0.0

06 Jul 21:46
c001621
Compare
Choose a tag to compare

Moved here from my Science project; nothing much, but its honest work ;)

Full Changelog: https://github.com/RandomHashTags/swift-units/commits/1.0.0