Commit Graph

  • 6aff5ad1dc Merge remote-tracking branch 'upstream/main' leoMehlig 2023-09-03 09:29:09 +0200
  • 957d80773f Meta tweaks v7.2.1 Sindre Sorhus 2023-09-03 13:39:57 +0700
  • 03d5386e58
    Fix infinite recursion when casting `AnySerializable` to wrong type (#147) Leo Mehlig 2023-09-03 08:37:52 +0200
  • 1185c4eccc Remove spaces line leoMehlig 2023-09-02 19:05:50 +0200
  • 4c10fc0503 Fix indentation leoMehlig 2023-09-02 19:04:55 +0200
  • 403672aa28 Fixes infinite recursion when casting `AnySerializable` to wrong type leoMehlig 2023-09-02 16:45:19 +0200
  • bd14dae265 Readme tweaks Sindre Sorhus 2023-06-03 01:49:29 +0300
  • 488ff7dd71 Meta tweaks Sindre Sorhus 2023-04-25 01:01:15 +0700
  • 0f5a23fcbd Tweaks v7.2.0 Sindre Sorhus 2023-04-17 20:48:39 +0800
  • 8584d1d6ed
    Switch from deprecated NSSecureCoding API (#132) Sindre Sorhus 2023-04-07 11:49:00 +0900
  • 34316d5b2d Switch from deprecated NSSecureCoding API Sindre Sorhus 2023-04-06 15:35:30 +0900
  • a09d7c8957 Tweaks Sindre Sorhus 2023-04-06 15:23:02 +0900
  • a80432e90b Add PublishedDefaultTests ribilynn 2023-03-09 18:21:37 +0900
  • 66e083fc7d Add observeDefaults to ObservableObject ribilynn 2023-03-09 18:21:20 +0900
  • c7211f227d Add PublishedDefault ribilynn 2023-02-09 18:20:09 +0900
  • d71bfd8ffb Minor tweaks v7.1.0 Sindre Sorhus 2022-12-08 19:15:16 +0100
  • 5d1d7932a9
    Validate the default key name and emit with Xcode runtime warning (#126) hank121314 2022-12-13 01:17:27 +0800
  • 8ac10e46d2
    Update Utilities.swift Sindre Sorhus 2022-12-08 19:11:34 +0100
  • 828186a46d
    Update Defaults.swift Sindre Sorhus 2022-12-08 14:43:50 +0100
  • e6eaaea7fb Commit review changes hank121314 2022-12-04 21:04:44 +0800
  • bc26e37585
    Update Utilities.swift Sindre Sorhus 2022-12-04 03:12:26 +0700
  • 07426a1948 Validate the default key name and emit runtimeWarn hank121314 2022-12-02 18:20:36 +0800
  • 5cf1178d34
    Make it possible to import the package once for a whole project (#125) Sindre Sorhus 2022-11-28 14:17:10 +0700
  • 8c46f1a1d3 Make it possible to import the package once for a whole project Sindre Sorhus 2022-11-26 22:07:12 +0700
  • 7a22d37874 Add `.updates()` method v7.0.0 Sindre Sorhus 2022-11-18 19:22:02 +0700
  • ea11b7ac4f Target macOS 10.15, iOS 13, tvOS 13, watchOS 6 Sindre Sorhus 2022-11-18 15:52:52 +0700
  • 60013d90e2 Improve documentation Sindre Sorhus 2022-11-18 15:42:31 +0700
  • 35943225a0
    Remove `DefaultsBaseKey` (#123) Sindre Sorhus 2022-11-18 10:53:54 +0700
  • 7b7c9c24d1 Remove `DefaultsBaseKey` Sindre Sorhus 2022-11-17 23:56:48 +0700
  • fbc67fd179
    Support dynamic default value (#121) hank121314 2022-11-17 18:36:29 +0800
  • ce51b65bb8
    Update Defaults.swift Sindre Sorhus 2022-11-17 17:30:29 +0700
  • a793470418
    Update readme.md Sindre Sorhus 2022-11-17 17:29:19 +0700
  • eeed6968a6
    Update Defaults.swift Sindre Sorhus 2022-11-17 17:25:04 +0700
  • 4c77da3baa Rename `defaultGetter` to `defaultValueGetter` hank121314 2022-11-16 17:50:18 +0800
  • 252e855d39 Apply some changes hank121314 2022-11-15 23:21:52 +0800
  • ef9a4f4484 Support dynamic default value hank121314 2022-11-15 21:46:47 +0800
  • 1b1a057220 Use Swift Package Index for docs Sindre Sorhus 2022-11-13 16:29:31 +0700
  • dd44190ddf Improve docs for the defaults key Sindre Sorhus 2022-11-09 00:48:04 +0700
  • be7e30ba36
    Support serializing and deserializing nested custom types (#118) hank121314 2022-10-28 16:27:17 +0800
  • ee91ea886e Using extended string delimiters to escape string hank121314 2022-10-28 11:38:13 +0800
  • 6590e81a98
    Update Utilities.swift Sindre Sorhus 2022-10-27 16:54:18 +0700
  • e072103009
    Update Utilities.swift Sindre Sorhus 2022-10-27 16:52:38 +0700
  • b23fb7b057 Fix tests Sindre Sorhus 2022-10-27 16:42:53 +0700
  • 176aa63666 Minor tweaks Sindre Sorhus 2022-10-22 00:04:15 +0700
  • f732ab4e1e Support serialize and deserialize nested custom types hank121314 2022-10-19 18:19:12 +0800
  • e0a0f3e483 fix(*): replace standard library primary associated types with conformance hank121314 2022-09-27 17:55:56 +0800
  • bc1af5d872 Upgrade to Swit 5.7 Sindre Sorhus 2022-09-05 14:05:41 +0700
  • 981ccb0a01 Minor tweaks v6.3.0 Sindre Sorhus 2022-06-10 14:58:20 +0700
  • 9e65eac602
    Fix preserving color space for the `Color` type (#105) hank121314 2022-06-10 15:52:03 +0800
  • d9829395ac feat(ColorBridge): add Color initialize availablility for macOS hank121314 2022-06-07 09:23:57 +0800
  • bd8613fe27 fix(ColorBridge): using init(_ cgColor:) to create Color in macOS. hank121314 2022-06-06 21:43:26 +0800
  • 3919bc1efa fix(ColorBridge): using init(cgColor:) to create `Color` in iOS. hank121314 2022-06-06 19:33:33 +0800
  • bf867ea492
    Update Defaults+Bridge.swift Sindre Sorhus 2022-06-06 15:50:52 +0700
  • 2ecc96c79c
    Update Defaults+Bridge.swift Sindre Sorhus 2022-06-06 15:47:37 +0700
  • a41e010b17 fix(ColorBridge): add some comments hank121314 2022-06-06 15:15:29 +0800
  • 510a9e24aa fix(ColorBridge): preserve colorspace when possible hank121314 2022-06-06 10:23:22 +0800
  • 001adc694b
    Make `Defaults.AnyKey` conform to `Equatable` and `Hashable` (#104) Sindre Sorhus 2022-06-04 19:08:34 +0700
  • df9cd52e4e Make `Defaults.AnyKey` conform to `Equatable` and `Hashable` Sindre Sorhus 2022-06-04 18:07:03 +0700
  • d1e2109fc9 Minor tweaks Sindre Sorhus 2022-05-11 15:21:55 +0700
  • bab3087067
    Add support for `ClosedRange` and `Range` (#102) hank121314 2022-05-12 16:24:06 +0800
  • 3104748ab0 fix(*): apply suggestion changes hank121314 2022-05-12 16:13:50 +0800
  • 06387d04b2
    Update Defaults+Bridge.swift Sindre Sorhus 2022-05-12 14:14:43 +0700
  • b07488f92d fix(*): apply suggestion changes hank121314 2022-05-11 18:03:00 +0800
  • 06264b68cf feat(*): Support `ClosedRange` and `Range` hank121314 2022-05-11 15:55:43 +0800
  • 3535f3d088 Add tests for #97 Sindre Sorhus 2022-04-20 18:16:30 +0700
  • 119f654d44
    Xcode 13.3 workaround (#95) v6.2.1 hank121314 2022-03-16 01:28:40 +0800
  • f7cb11e1cb
    Update DefaultsTests+Workaround.swift Sindre Sorhus 2022-03-16 00:21:10 +0700
  • d9a53a6d8e
    Update workaround.md Sindre Sorhus 2022-03-16 00:19:52 +0700
  • 7711071621
    Update readme.md Sindre Sorhus 2022-03-16 00:14:13 +0700
  • 15bdef4fb9 fix(Defaults+Bridge): fix linter issue hank121314 2022-03-15 22:07:16 +0800
  • 0d54ab7ee9 test(Workaround): should add workaround in test cases hank121314 2022-03-15 22:00:24 +0800
  • 8a9a2d513f docs(readme): mention how to use workaround in readme hank121314 2022-03-15 21:59:56 +0800
  • e4fd3dfae2 feat(Defaults+Bridge): public some bridge initializer to enable workaround hank121314 2022-03-15 21:59:29 +0800
  • c9198bb1d0
    Add support for `UUID` (#92) v6.2.0 Sindre Sorhus 2022-01-27 22:14:21 +0700
  • 907b92cb1c Add support for `UUID` Sindre Sorhus 2022-01-27 14:52:21 +0700
  • 8c0d80e783
    Remove moot conformance (#91) Sindre Sorhus 2022-01-25 15:08:01 +0700
  • ad88961127 Remove moot conformance Sindre Sorhus 2022-01-25 12:53:12 +0700
  • 64010fdcc2 Fix test warning Sindre Sorhus 2022-01-25 12:34:27 +0700
  • d854cbcd0e
    Merge be87810399 into a6c1c064fa Reuf Rujevic 2022-01-23 17:58:40 +0100
  • be87810399
    Create Sjenica1 Reuf Rujevic 2022-01-23 17:58:33 +0100
  • a6c1c064fa Document benefits over `@AppStorage` Sindre Sorhus 2022-01-23 13:43:12 +0700
  • 5b30f01e46 Code style tweaks Sindre Sorhus 2021-11-15 02:53:40 +0700
  • 55f3302c3a
    Add support for SwiftUI `Color` (#84) v6.1.0 hank121314 2021-10-16 20:01:16 +0800
  • 7ca9ff4da7
    Update DefaultsSwiftUITests.swift Sindre Sorhus 2021-10-16 19:00:12 +0700
  • 627f1000e3
    Update Defaults+Bridge.swift Sindre Sorhus 2021-10-16 18:58:08 +0700
  • 475a71a197 feat(SwiftUI/Color): support SwiftUI Color hank121314 2021-10-15 16:59:12 +0800
  • 8a6e4a96fd Require macOS 10.13, iOS 12, tvOS 12, watchOS 5 v6.0.0 Sindre Sorhus 2021-10-12 13:45:07 +0700
  • 5f16cefebe
    Add `Defaults.PreferNSSecureCoding` and `Defaults.PreferRawRepresentable` (#83) hank121314 2021-10-12 15:03:34 +0800
  • b489dcde54
    Update readme.md Sindre Sorhus 2021-10-12 14:01:40 +0700
  • b329321746
    Update DefaultsCodableEnumTests.swift Sindre Sorhus 2021-10-12 13:51:01 +0700
  • ca4d1aeca6
    Update Defaults+Protocol.swift Sindre Sorhus 2021-10-12 13:50:02 +0700
  • 89cf2ba9b0 feat(*): Add PreferBridge for Ambiguous situations. hank121314 2021-10-01 17:08:40 +0800
  • 4bbfae5e72 fix typo hank121314 2021-09-16 17:39:46 +0800
  • d8ead66841 feat(*): add `usingCodable` property hank121314 2021-09-16 17:19:48 +0800
  • 04f9b3f45e
    Support types that conform to both `Codable` and `NSSecureCoding` (#80) Sindre Sorhus 2021-09-11 10:49:06 +0700
  • a105289868 Support types that conform to both `Codable` and `NSSecureCoding` Sindre Sorhus 2021-09-10 21:53:34 +0700
  • e27b3666d2 Remove unused function Sindre Sorhus 2021-09-08 17:23:08 +0700
  • 25b4efee96 Code style fixes Sindre Sorhus 2021-08-17 01:05:17 +0200
  • 62cb8a490d Run tests on macOS 11 Sindre Sorhus 2021-08-17 01:02:13 +0200
  • d9cc31d368 Meta tweaks Sindre Sorhus 2021-08-15 11:29:38 +0200