Kitura / Swift-Kuery-ORM

An ORM for Swift, built on Codable
Apache License 2.0
212 stars 30 forks source link

feat: Add TypeAliases #49

Closed EnriqueL8 closed 6 years ago

EnriqueL8 commented 6 years ago

Expose types from dependencies by declaring public typealias. This means that the user does not need to import the dependency to use that type

codecov-io commented 6 years ago

Codecov Report

Merging #49 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #49   +/-   ##
=======================================
  Coverage   30.05%   30.05%           
=======================================
  Files           6        6           
  Lines        1364     1364           
=======================================
  Hits          410      410           
  Misses        954      954
Flag Coverage Δ
#SwiftKueryORM 30.05% <ø> (ø) :arrow_up:
Impacted Files Coverage Δ
Sources/SwiftKueryORM/Model.swift 38.5% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7f3a95d...afb29c1. Read the comment docs.

ianpartridge commented 6 years ago

Note this is SemVer minor so requires a 0.3.0 release.