John Estropia
5dcf29011a
Support typed errors. Misc formatting
2024-09-10 11:14:39 +09:00
John Estropia
9a026afe40
goodbye ObjectiveC
2021-09-22 20:04:58 +09:00
John Estropia
12dc32f7e6
Merge branch 'develop' into datasources
...
# Conflicts:
# CoreStoreDemo/CoreStoreDemo/List and Object Observers Demo/ListObserverDemoViewController.swift
# CoreStoreTests/DynamicModelTests.swift
# Sources/BaseDataTransaction+Importing.swift
# Sources/CoreStoreObject.swift
# Sources/CustomSchemaMappingProvider.swift
# Sources/DynamicObject.swift
# Sources/Functions.swift
# Sources/ImportableUniqueObject.swift
# Sources/NSManagedObjectContext+Querying.swift
2019-08-29 17:15:45 +09:00
John Estropia
b4c38caf1e
Merge branch 'develop' of github.com:JohnEstropia/CoreStore into develop
2019-08-29 17:03:16 +09:00
John Estropia
266b1a9913
Deprecation of enum CoreStore, reorganize global symbols
2019-08-29 17:03:09 +09:00
John Estropia
79655ffde5
added ObjectSnapshot as foundation for datasources API
2019-07-10 08:11:42 +09:00
John Estropia
239db8168d
remove artifacts from Carthage
2019-05-19 01:51:46 +09:00
Ian Bytchek
ac8304f977
Resolve source entity and managed object attributes by name
...
Addresses #300 – see it for details. Also improves the use of whitespace consistency across the `CustomSchemaMappingProvider.swift` and uses method names for `cs_resolve…` over `cs_resolved…` for better alignment with [Swift API Design Guidelines](https://swift.org/documentation/api-design-guidelines ).
2019-01-13 05:41:34 +00:00
John Estropia
45e110755d
deleted unnecessary Equatable and Hashable custom implementations
2018-09-19 11:06:19 +09:00
John Estropia
1ad233ca9d
Swift 4.2 support
2018-09-15 12:56:08 +09:00
John Rommel Estropia
5431e2e974
Swift 4.1 support
2018-03-10 21:07:53 +09:00
John Rommel Estropia
aff966aac9
WIP: Query builders
2017-07-05 08:45:10 +09:00
John Estropia
f618617053
work around issue that crashes the Swift 3.2 compiler ( fixes #171 )
2017-06-08 20:18:50 +09:00
John Rommel Estropia
5fd50f0e15
fix migration for CoreStoreObject relationships
2017-06-08 01:06:51 +09:00
John Rommel Estropia
0354401b56
WIP: bugfix for CustomSchemaMappingProvider relationship migration bug
2017-06-06 08:39:59 +09:00
John Rommel Estropia
55292a84dc
made mapping modell providers public
2017-06-02 02:03:41 +09:00
John Rommel Estropia
91fda01071
WIP: readme
2017-05-15 08:51:31 +09:00
John Estropia
e0abb9b0af
Merge branch 'develop' into corestore4_develop
...
# Conflicts:
# CoreStore.podspec
# Sources/CoreStoreImportableAttributeType.swift
# Sources/CoreStoreQueryableAttributeType.swift
# Sources/Info.plist
# Sources/NSManagedObjectModel+Setup.swift
2017-05-10 19:11:01 +09:00