Skip to content

Commit

Permalink
chore(release): 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gtokman committed May 1, 2021
1 parent dc516e2 commit 2da45d4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.10.0](https://github.com/gtokman/ExtensionKit/compare/v1.9.0...v1.10.0) (2021-05-01)


### Features

* add first combine extension ([014e42a](https://github.com/gtokman/ExtensionKit/commit/014e42a6820b5c5bca5d1e575cd40f147e12cc6c))
* misc extensions for calendar, collection, view controller ([4726029](https://github.com/gtokman/ExtensionKit/commit/47260292adc5f0d9cebf19e38957ceacdc00dbd2))
* new date extensions around formatting and offseting ([75e89f0](https://github.com/gtokman/ExtensionKit/commit/75e89f0d14b7303a4747a7c1f1d37f394ad686c9))
* new Int times extension ([657f0e7](https://github.com/gtokman/ExtensionKit/commit/657f0e77e71f949dea416a093029433cb9724fc3))
* new string subscripting and helper functions ([9f1a408](https://github.com/gtokman/ExtensionKit/commit/9f1a408cbbbfe74d2a2d1117c0266b8dc83bab03))
* new text initializers for Date ([038c09a](https://github.com/gtokman/ExtensionKit/commit/038c09ae286d4f3722452ec9f7d52f1ff98b6f9d))
* new view `ifLet` extension ([1e44dca](https://github.com/gtokman/ExtensionKit/commit/1e44dca33312ee361073e59a406779716842ac33))


### Bug Fixes

* URL init and check path component before constructing ([1e10313](https://github.com/gtokman/ExtensionKit/commit/1e10313e27dd1846f24a3afd53d3026230eab64c))

## [1.9.0](https://github.com/gtokman/ExtensionKit/compare/v1.8.0...v1.9.0) (2021-04-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extensionkit",
"version": "1.9.0",
"version": "1.10.0",
"description": "A collection of UIKit and SwiftUI extensions to speed up app development",
"main": "package.swift",
"scripts": {
Expand Down

0 comments on commit 2da45d4

Please sign in to comment.