Skip to content

Commit

Permalink
Changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
djbe committed May 26, 2017
1 parent c2775c3 commit ff17c5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ Due to the removal of legacy code, there are a few breaking changes in this new
* Refactored the `snakeToCamelCase` filter to now accept an (optional) boolean parameter to control the `noPrefix` behaviour.
[David Jennes](https://github.com/djbe)
[#41](https://github.com/SwiftGen/StencilSwiftKit/pull/41)
* Rename the `stringToSwiftIdentifier` function to `swiftIdentifier` to better match the other method names.
[David Jennes](https://github.com/djbe)
[#46](https://github.com/SwiftGen/StencilSwiftKit/pull/46)

### New Features

Expand Down
4 changes: 4 additions & 0 deletions Documentation/MigrationGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ We've removed the following deprecated `typealias`es:
* `ParametersError`: use `Parameters.Error` instead.
* `NumFilters`: use `Filters.Numbers` instead.
* `StringFilters`: use `Filters.Strings` instead.

The following functions have been renamed:

* `stringToSwiftIdentifier` renamed to `swiftIdentifier`.

0 comments on commit ff17c5b

Please sign in to comment.