Skip to content

Commit

Permalink
Remove ParametersError so that only Parameters.Error is used.
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSoftware committed May 1, 2017
1 parent 0757aaa commit ebc9e00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ _None_

### Breaking Changes

_None_
* The `ParametersError` enum has been replaced by the `Parameters.Error` nested type.
[Olivier Halligon](https://github.com/AliGator)
[#?](https://github.com/SwiftGen/SwiftGenKit/pulls/#)

### New Features

Expand Down
4 changes: 0 additions & 4 deletions Sources/Parameters.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@

import Foundation

// For retro-compatibility. Remove in next major.
@available(*, deprecated, renamed: "Parameters.Error", message: "Use the Parameters.Error nested type instead")
public typealias ParametersError = Parameters.Error

/// Namespace to handle extra context parameters passed as a list of `foo=bar` strings.
/// Typically used when parsing command-line arguments one by one
/// (like `foo=bar pt.x=1 pt.y=2 values=1 values=2 values=3 flag`)
Expand Down

0 comments on commit ebc9e00

Please # to comment.