Skip to content

Releases: orchetect/OTCore

1.1.19

19 Nov 08:45
f7709dc
Compare
Choose a tag to compare
  • Added .grouping(by:) method to Sequence
  • Fixed ARM build for unit tests

1.1.18

05 Nov 06:16
c73f707
Compare
Choose a tag to compare
  • Added DataReader

1.1.17

20 Oct 01:09
b2d03c6
Compare
Choose a tag to compare
  • Added @Atomic property wrapper, also safe for collection types

1.1.16

15 Oct 22:04
5ec75c1
Compare
Choose a tag to compare
  • Added .string(rounding:decimalPlaces:) method to FloatingPoint
  • Improved some floating-point methods
  • Added ! prefix operator to NSControl.StateValue
  • Added .stateValue: NSControl.StateValue to Bool
  • Globals
    • Renamed bundleMainBundle
    • Renamed systemSystem
    • Renamed Bundle.mainInfoDictionary(key:)Bundle.infoDictionaryString(key:)
  • UserDefaults: Added .exists(key:) method
  • Removed stale pointer methods
  • Updated unit tests and added missing tests

1.1.15

05 Aug 18:40
e22f8bf
Compare
Choose a tag to compare
  • Changed capture semantics

1.1.14

31 Jul 06:21
682f6c4
Compare
Choose a tag to compare

Fixed watchOS build

1.1.13

31 Jul 05:56
682f6c4
Compare
Choose a tag to compare
  • Added Decimal.truncatingRemainder(dividingBy:)

1.1.12

31 Jul 01:25
f67728f
Compare
Choose a tag to compare
  • Decimal: Added .quotientAndRemainder() method
  • Decimal: Added .rounded() and .truncated() methods

1.1.11

28 Jul 07:09
5f6f295
Compare
Choose a tag to compare
  • Removed XCTWait

1.1.10

27 Jul 22:49
acdae2e
Compare
Choose a tag to compare
  • Fixed tvOS build
  • Updated GitHub CI