Skip to content

Bump version to 2.3.0 #71

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 10, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,21 @@

---

## Master
## 2.3.0

### Bug Fixes

* Workaround for `parseString` to support `NSString`.
* Workaround for `parseString` to support `NSString`.
[Antondomashnev](https://github.com/antondomashnev)
[#68](https://github.com/SwiftGen/StencilSwiftKit/pull/68)

### Breaking Changes

_None_

### New Features

* Added `Parameters.flatten(dictionary:)` method to do the opposite of
`Parameters.parse(items:)` and turn a dictionary into the list of parameters to pass from the command line.
[Olivier Halligon](https://github.com/AliSoftware)
[#70](https://github.com/SwiftGen/StencilSwiftKit/pull/70)

### Internal Changes

_None_


## 2.2.0

### New Features
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PODS:
- PathKit (0.8.0)
- Stencil (0.9.0):
- PathKit (~> 0.8.0)
- StencilSwiftKit (2.2.0):
- StencilSwiftKit (2.3.0):
- Stencil (~> 0.9.0)

DEPENDENCIES:
Expand All @@ -15,7 +15,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
PathKit: dcab05d701474011aae0e40cf892298a831f63d6
Stencil: 510f0b0518a366b67b6a9c5085a0399741b6d2f9
StencilSwiftKit: 5aa6771545f3dcf13de4902c1538c5f6db6d6310
StencilSwiftKit: d999d11b18adaba32dcb9273669698a5f3d595d1

PODFILE CHECKSUM: a08ecc2ab2ae91e8f0cddb740ac4e30be2cffc7d

Expand Down
4 changes: 2 additions & 2 deletions Pods/Local Podspecs/StencilSwiftKit.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Target Support Files/StencilSwiftKit/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion StencilSwiftKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'StencilSwiftKit'
s.version = '2.2.0'
s.version = '2.3.0'
s.summary = 'Stencil additions dedicated for Swift code generation'

s.description = <<-DESC
Expand Down