Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #104 from vapor/codable-props
Browse files Browse the repository at this point in the history
refactor codable properties; allow for custom override
  • Loading branch information
tanner0101 authored Mar 22, 2018
2 parents 92cef89 + 2c314aa commit b1aef57
Show file tree
Hide file tree
Showing 29 changed files with 277 additions and 2,779 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ let package = Package(
.target(name: "Bits", dependencies: ["NIO"]),
.target(name: "Core", dependencies: ["Async", "Bits", "Debugging"]),
.testTarget(name: "CoreTests", dependencies: ["Core"]),
.target(name: "CodableKit", dependencies: ["Async", "Debugging"]),
.testTarget(name: "CodableKitTests", dependencies: ["CodableKit"]),
.target(name: "CodableKit", dependencies: ["Async", "Core", "Debugging"]),
.testTarget(name: "CodableKitTests", dependencies: ["CodableKit", "Core"]),
.target(name: "COperatingSystem"),
.target(name: "Debugging"),
.testTarget(name: "DebuggingTests", dependencies: ["Debugging"]),
Expand Down
File renamed without changes.
49 changes: 0 additions & 49 deletions Sources/CodableKit/CodableData/CodableData.swift

This file was deleted.

24 changes: 0 additions & 24 deletions Sources/CodableKit/CodableData/CodableDataArrayKey.swift

This file was deleted.

51 changes: 0 additions & 51 deletions Sources/CodableKit/CodableData/Decoder/CodableDataDecoder.swift

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b1aef57

Please sign in to comment.